Adding the 'simple-bus' compatible string to the prcm_clocks node will allow its automatic binding.
Signed-off-by: Dario Binacchi <dario...@libero.it> --- Changes in v6: - Remove the 'am3-prcm' driver. - Add the 'simple-bus' compatible string to the prcm_clocks node. Changes in v4: - Include device_compat.h header for dev_xxx macros. Changes in v3: - Add to commit message the references to linux kernel dt binding documentation. Changes in v2: - Remove the 'ti_am3_prcm_clocks' driver. Handle 'prcm_clocks' node in the 'ti_am3_prcm' driver. - Update the commit message. arch/arm/dts/am33xx-u-boot.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/arch/arm/dts/am33xx-u-boot.dtsi b/arch/arm/dts/am33xx-u-boot.dtsi index 78f5e2c4d3..2426ece680 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"; +}; -- 2.17.1