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 2020-12-30 00:16:19 +01:00 committed by Lokesh Vutla
parent 06c94c2463
commit abdf1a3571

View File

@ -9,3 +9,7 @@
u-boot,dm-pre-reloc;
};
};
&prcm_clocks {
compatible = "simple-bus";
};