commit | abdf1a357124b257971b05159f332c7f1f3e9ff8 | [log] [tgz] |
---|---|---|
author | Dario Binacchi <dariobin@libero.it> | Wed Dec 30 00:16:19 2020 +0100 |
committer | Lokesh Vutla <lokeshvutla@ti.com> | Tue Jan 12 10:58:04 2021 +0530 |
tree | ffde6b35668b679ef55b232b8928ef2b31dbaf57 | |
parent | 06c94c2463fa4ce85f162851cac2112e9b5bdf9f [diff] [blame] |
arm: dts: am335x: enable prcm_clocks auto binding Adding the 'simple-bus' compatible string to the prcm_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 78f5e2c..2426ece 100644 --- a/arch/arm/dts/am33xx-u-boot.dtsi +++ b/arch/arm/dts/am33xx-u-boot.dtsi
@@ -9,3 +9,7 @@ u-boot,dm-pre-reloc; }; }; + +&prcm_clocks { + compatible = "simple-bus"; +};