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>
This commit is contained in:
Dario Binacchi
2021-01-12 10:58:04 +05:30
committed by Lokesh Vutla
parent 06c94c2463
commit abdf1a3571
+4
View File
@@ -9,3 +9,7 @@
u-boot,dm-pre-reloc;
};
};
&prcm_clocks {
compatible = "simple-bus";
};