]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
arm: dts: k3-am65-wakeup: Introduce chipid node
authorDave Gerlach <d-gerlach@ti.com>
Thu, 16 Jul 2020 04:40:00 +0000 (23:40 -0500)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
Introduce a chipid node to provide a UCLASS_SOC driver to identify TI K3
SoCs.

Signed-off-by: Dave Gerlach <d-gerlach@ti.com>
arch/arm/dts/k3-am65-wakeup.dtsi
arch/arm/dts/k3-am654-base-board-u-boot.dtsi

index 2676d6035b21577e093851450f5cb4e44cc3850e..666c30d0191982c9dca51d37bcb81d43f6509e97 100644 (file)
@@ -62,4 +62,9 @@
                clocks = <&k3_clks 115 1>;
                power-domains = <&k3_pds 115 TI_SCI_PD_EXCLUSIVE>;
        };
+
+       chipid: chipid@43000014 {
+               compatible = "ti,am654-chipid";
+               reg = <0x43000014 0x4>;
+       };
 };
index d9ff3ed47b26a2649af7f3314e9a5bd536714b49..a30680d3e0272c91ba1a4178346296ddbc1a3879 100644 (file)
                u-boot,dm-spl;
        };
 };
+
+&chipid {
+       u-boot,dm-spl;
+};