Skip to content

Commit f382b1f

Browse files
committed
Merge branch 'for-6.5/dt-bindings' into for-6.5/memory
2 parents ac9a786 + b0dae3d commit f382b1f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Documentation/devicetree/bindings/arm/tegra.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,11 @@ properties:
167167
- const: nvidia,p3737-0000+p3701-0000
168168
- const: nvidia,p3701-0000
169169
- 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
170175
- description: Jetson Orin NX
171176
items:
172177
- const: nvidia,p3767-0000

include/dt-bindings/memory/tegra234-mc.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -536,4 +536,9 @@
536536
#define TEGRA234_MEMORY_CLIENT_NVJPG1SRD 0x123
537537
#define TEGRA234_MEMORY_CLIENT_NVJPG1SWR 0x124
538538

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+
539544
#endif

0 commit comments

Comments
 (0)