commit | 8322fdcedfa44dd22eab07c2dc32f0b3b02ec797 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Wed Dec 30 00:16:23 2020 +0100 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jan 12 10:58:05 2021 +0530 |
tree | 2401fcd0e40ee6f0453a1d79e2cecb1591a369b7 | |
parent | 11326f379329d979bc39d26896190b799103a407 [diff] [blame] |
arm: dts: am335x: enable scm_clocks auto binding Adding the 'simple-bus' compatible string to the scm_clocks node will allow its automatic binding. Signed-off-by: Dario Binacchi <dariobin@libero.it>
diff --git a/arch/arm/dts/am33xx-u-boot.dtsi b/arch/arm/dts/am33xx-u-boot.dtsi index 2426ece..61d10b8 100644 --- a/arch/arm/dts/am33xx-u-boot.dtsi +++ b/arch/arm/dts/am33xx-u-boot.dtsi
@@ -13,3 +13,7 @@ &prcm_clocks { compatible = "simple-bus"; }; + +&scm_clocks { + compatible = "simple-bus"; +};