Skip to content

Commit 24c9d5f

Browse files
abhash-kjnmenon
authored andcommitted
arm64: dts: ti: k3-j784s4-main.dtsi: Move c71_3 node to appropriate order
The device tree nodes should be ordered by unit addresses in ascending order. Correct the order by moving the c71_3 DSP node at the end as it has a higher unit address. Signed-off-by: Abhash Kumar Jha <a-kumar2@ti.com> Reviewed-by: Udit Kumar <u-kumar1@ti.com> Link: https://patch.msgid.link/20260112085113.3476193-2-a-kumar2@ti.com Signed-off-by: Nishanth Menon <nm@ti.com>
1 parent 319fff9 commit 24c9d5f

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,6 @@
66
*/
77

88
&cbass_main {
9-
c71_3: dsp@67800000 {
10-
compatible = "ti,j721s2-c71-dsp";
11-
reg = <0x00 0x67800000 0x00 0x00080000>,
12-
<0x00 0x67e00000 0x00 0x0000c000>;
13-
reg-names = "l2sram", "l1dram";
14-
resets = <&k3_reset 40 1>;
15-
firmware-name = "j784s4-c71_3-fw";
16-
ti,sci = <&sms>;
17-
ti,sci-dev-id = <40>;
18-
ti,sci-proc-ids = <0x33 0xff>;
19-
status = "disabled";
20-
};
21-
229
pcie2_rc: pcie@2920000 {
2310
compatible = "ti,j784s4-pcie-host";
2411
reg = <0x00 0x02920000 0x00 0x1000>,
@@ -113,6 +100,19 @@
113100
status = "disabled";
114101
};
115102
};
103+
104+
c71_3: dsp@67800000 {
105+
compatible = "ti,j721s2-c71-dsp";
106+
reg = <0x00 0x67800000 0x00 0x00080000>,
107+
<0x00 0x67e00000 0x00 0x0000c000>;
108+
reg-names = "l2sram", "l1dram";
109+
resets = <&k3_reset 40 1>;
110+
firmware-name = "j784s4-c71_3-fw";
111+
ti,sci = <&sms>;
112+
ti,sci-dev-id = <40>;
113+
ti,sci-proc-ids = <0x33 0xff>;
114+
status = "disabled";
115+
};
116116
};
117117

118118
&scm_conf {

0 commit comments

Comments
 (0)