]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: ti: k3-am65-main: Add hwspinlock node
authorSuman Anna <s-anna@ti.com>
Mon, 22 Jul 2019 19:05:38 +0000 (14:05 -0500)
committerTero Kristo <t-kristo@ti.com>
Thu, 29 Aug 2019 13:04:59 +0000 (16:04 +0300)
The Main NavSS block on AM65x SoCs contains a HwSpinlock IP instance
that is similar to the IP on some OMAP SoCs. Add the DT node for this
on AM65x SoCs. The node is present within the NavSS block, and is
added as a child node under the cbass_main_navss interconnect node.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Tero Kristo <t-kristo@ti.com>
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

index 12a977f1ab879db6db328168e2e70ca1b9913395..9f68ecc8af53d98a8f107970c9e7e89686005022 100644 (file)
@@ -413,6 +413,12 @@ inta_main_udmass: interrupt-controller@33d00000 {
                        ti,sci-rm-range-vint = <0x0>;
                        ti,sci-rm-range-global-event = <0x1>;
                };
+
+               hwspinlock: spinlock@30e00000 {
+                       compatible = "ti,am654-hwspinlock";
+                       reg = <0x00 0x30e00000 0x00 0x1000>;
+                       #hwlock-cells = <1>;
+               };
        };
 
        main_gpio0:  main_gpio0@600000 {