]> www.infradead.org Git - users/willy/xarray.git/commitdiff
arm64: dts: ti: k3-am65-main: Add system controller compatible
authorJan Kiszka <jan.kiszka@siemens.com>
Mon, 21 Apr 2025 21:46:19 +0000 (16:46 -0500)
committerNishanth Menon <nm@ti.com>
Fri, 25 Apr 2025 20:47:10 +0000 (15:47 -0500)
Now that the TI K3 AM654 system controller bindings also cover the
usage in the main domain, add its compatible to address dtbs_check
complains:

  k3-am654-base-board.dtb: scm-conf@100000: compatible: ['syscon', 'simple-mfd'] is too short

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Andrew Davis <afd@ti.com>
Link: https://lore.kernel.org/r/20250421214620.3770172-3-afd@ti.com
Signed-off-by: Nishanth Menon <nm@ti.com>
arch/arm64/boot/dts/ti/k3-am65-main.dtsi

index 94a812a1355baf5119c0b1cbbdf0b673eb19b9a0..6d3c467d7038ce1b2ccf912e60813d0f3c14ebc0 100644 (file)
        };
 
        scm_conf: scm-conf@100000 {
-               compatible = "syscon", "simple-mfd";
+               compatible = "ti,am654-system-controller", "syscon", "simple-mfd";
                reg = <0 0x00100000 0 0x1c000>;
                #address-cells = <1>;
                #size-cells = <1>;