mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-17 15:27:00 +00:00
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:
parent
06c94c2463
commit
abdf1a3571
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@
|
|||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
};
|
||||
|
||||
&prcm_clocks {
|
||||
compatible = "simple-bus";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue