Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'for-6.5/dt-bindings' into for-6.5/memory

+10
+5
Documentation/devicetree/bindings/arm/tegra.yaml
··· 167 167 - const: nvidia,p3737-0000+p3701-0000 168 168 - const: nvidia,p3701-0000 169 169 - const: nvidia,tegra234 170 + - description: NVIDIA IGX Orin Development Kit 171 + items: 172 + - const: nvidia,p3740-0002+p3701-0008 173 + - const: nvidia,p3701-0008 174 + - const: nvidia,tegra234 170 175 - description: Jetson Orin NX 171 176 items: 172 177 - const: nvidia,p3767-0000
+5
include/dt-bindings/memory/tegra234-mc.h
··· 536 536 #define TEGRA234_MEMORY_CLIENT_NVJPG1SRD 0x123 537 537 #define TEGRA234_MEMORY_CLIENT_NVJPG1SWR 0x124 538 538 539 + /* ICC ID's for dummy MC clients used to represent CPU Clusters */ 540 + #define TEGRA_ICC_MC_CPU_CLUSTER0 1003 541 + #define TEGRA_ICC_MC_CPU_CLUSTER1 1004 542 + #define TEGRA_ICC_MC_CPU_CLUSTER2 1005 543 + 539 544 #endif