]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
arm64: dts: ti: k3-j721s2: Add chipid node to wkup_conf bus
authorAndrew Davis <afd@ti.com>
Fri, 17 Nov 2023 14:09:08 +0000 (08:09 -0600)
committerNishanth Menon <nm@ti.com>
Mon, 4 Dec 2023 18:17:08 +0000 (12:17 -0600)
Like in other K3 SoCs the chipid register is inside the wakeup
configuration space. Move the chipid node under a new bus to
better represent this topology and match other similar SoCs.

Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20231117140910.8747-3-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-j721s2-mcu-wakeup.dtsi

index 7254f3bd3634da2567a5c53c2b258ceecf117169..d9e2cab8a8c592de188ab35af89c1a841d2e9488 100644 (file)
                };
        };
 
-       chipid@43000014 {
-               compatible = "ti,am654-chipid";
-               reg = <0x00 0x43000014 0x00 0x4>;
+       wkup_conf: bus@43000000 {
+               compatible = "simple-bus";
+               #address-cells = <1>;
+               #size-cells = <1>;
+               ranges = <0x0 0x00 0x43000000 0x20000>;
+
+               chipid: chipid@14 {
+                       compatible = "ti,am654-chipid";
+                       reg = <0x14 0x4>;
+               };
        };
 
        secure_proxy_sa3: mailbox@43600000 {