Эх сурвалжийг харах

arm64: dts: ti: k3-am65-main: Move hwspinlock node to main_navss interconnect

The commit c18a938bdbac ("arm64: dts: ti: k3-am65-main: Add hwspinlock
node") had previously added the HwSpinlock node directly under the
cbass_main interconnect node even though it is connected on the Main
NavSS local interconnect. The Main NavSS interconnect is represented
as its own interconnect node, so move this node under the main_navss
interconnect node.

Signed-off-by: Suman Anna <s-anna@ti.com>
Suman Anna 6 жил өмнө
parent
commit
df53a78e33

+ 6 - 6
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

@@ -113,6 +113,12 @@
 			ti,sci-rm-range-global-event = <0x1>;
 		};
 
+		hwspinlock: spinlock@30e00000 {
+			compatible = "ti,am654-hwspinlock";
+			reg = <0x00 0x30e00000 0x00 0x1000>;
+			#hwlock-cells = <1>;
+		};
+
 		ringacc: ringacc@3c000000 {
 			compatible = "ti,am654-navss-ringacc";
 			reg =	<0x0 0x3c000000 0x0 0x400000>,
@@ -297,10 +303,4 @@
 		clocks = <&k3_clks 58 0>;
 		clock-names = "gpio";
 	};
-
-	hwspinlock: spinlock@30e00000 {
-		compatible = "ti,am654-hwspinlock";
-		reg = <0x00 0x30e00000 0x00 0x1000>;
-		#hwlock-cells = <1>;
-	};
 };