Skip to content

Commit 4765253

Browse files
jan-kiszkanmenon
authored andcommitted
arm64: dts: ti: k3-am65-main: Add system controller compatible
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>
1 parent 5959618 commit 4765253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/ti/k3-am65-main.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@
479479
};
480480

481481
scm_conf: scm-conf@100000 {
482-
compatible = "syscon", "simple-mfd";
482+
compatible = "ti,am654-system-controller", "syscon", "simple-mfd";
483483
reg = <0 0x00100000 0 0x1c000>;
484484
#address-cells = <1>;
485485
#size-cells = <1>;

0 commit comments

Comments
 (0)