arm64: dts: ti: k3-am64-main: Add hwspinlock node
authorSuman Anna <s-anna@ti.com>
Mon, 22 Mar 2021 18:54:28 +0000 (13:54 -0500)
committerNishanth Menon <nm@ti.com>
Thu, 25 Mar 2021 16:59:55 +0000 (11:59 -0500)
The AM64x SoC contains a HwSpinlock IP instance that is a minor variant
of the IP on existing TI K3 SoCs such as AM65x, J721E or J7200 SoCs.
Add the DT node for this on AM64x SoCs. The node is present within the
MAIN domain, and is added as a child node under the cbass_main node.

Signed-off-by: Suman Anna <s-anna@ti.com>
Signed-off-by: Nishanth Menon <nm@ti.com>
Reviewed-by: Gowtham Tammana <g-tammana@ti.com>
Link: https://lore.kernel.org/r/20210322185430.957-2-s-anna@ti.com
arch/arm64/boot/dts/ti/k3-am64-main.dtsi

index b997d13f9ec50a71b049a3090898e2a3d247a7c1..3f4a436019dae55375cf94c2dc2143bec126a040 100644 (file)
                        power-domains = <&k3_pds 75 TI_SCI_PD_EXCLUSIVE>;
                };
        };
+
+       hwspinlock: spinlock@2a000000 {
+               compatible = "ti,am64-hwspinlock";
+               reg = <0x00 0x2a000000 0x00 0x1000>;
+               #hwlock-cells = <1>;
+       };
 };