]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
arm64: dts: ti: k3-j721e-main: Add hwspinlock node
authorSuman Anna <s-anna@ti.com>
Mon, 22 Jul 2019 19:05:39 +0000 (14:05 -0500)
committerTero Kristo <t-kristo@ti.com>
Thu, 29 Aug 2019 13:05:00 +0000 (16:05 +0300)
The Main NavSS block on J721E SoCs contains a HwSpinlock IP instance that
is same as the IP on AM65x SoCs and similar to the IP on some OMAP SoCs.
Add the DT node for this on J721E SoCs. The node is present within the
Main 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-j721e-main.dtsi

index 199bc9a00b2014415e7f057d56292d5eb90fefd4..32fdbee27348e6b4378037fc2acede325c9686ad 100644 (file)
@@ -89,6 +89,12 @@ main_udmass_inta: interrupt-controller@33d00000 {
                        ti,sci-rm-range-vint = <0xa>;
                        ti,sci-rm-range-global-event = <0xd>;
                };
+
+               hwspinlock: spinlock@30e00000 {
+                       compatible = "ti,am654-hwspinlock";
+                       reg = <0x00 0x30e00000 0x00 0x1000>;
+                       #hwlock-cells = <1>;
+               };
        };
 
        secure_proxy_main: mailbox@32c00000 {