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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Abhash Kumar Jha and committed by
Nishanth Menon
24c9d5fb 319fff9c

+13 -13
+13 -13
arch/arm64/boot/dts/ti/k3-j784s4-main.dtsi
··· 6 6 */ 7 7 8 8 &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 - 22 9 pcie2_rc: pcie@2920000 { 23 10 compatible = "ti,j784s4-pcie-host"; 24 11 reg = <0x00 0x02920000 0x00 0x1000>, ··· 99 112 #clock-cells = <1>; 100 113 status = "disabled"; 101 114 }; 115 + }; 116 + 117 + c71_3: dsp@67800000 { 118 + compatible = "ti,j721s2-c71-dsp"; 119 + reg = <0x00 0x67800000 0x00 0x00080000>, 120 + <0x00 0x67e00000 0x00 0x0000c000>; 121 + reg-names = "l2sram", "l1dram"; 122 + resets = <&k3_reset 40 1>; 123 + firmware-name = "j784s4-c71_3-fw"; 124 + ti,sci = <&sms>; 125 + ti,sci-dev-id = <40>; 126 + ti,sci-proc-ids = <0x33 0xff>; 127 + status = "disabled"; 102 128 }; 103 129 }; 104 130