From: Dario Binacchi Date: Tue, 29 Dec 2020 23:16:19 +0000 (+0100) Subject: arm: dts: am335x: enable prcm_clocks auto binding X-Git-Tag: v2021.04-rc1~40^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=abdf1a357124b257971b05159f332c7f1f3e9ff8;p=pandora-u-boot.git 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 --- diff --git a/arch/arm/dts/am33xx-u-boot.dtsi b/arch/arm/dts/am33xx-u-boot.dtsi index 78f5e2c4d3f..2426ece680f 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"; +};