mirror of
https://github.com/AsahiLinux/u-boot
synced 2025-03-13 21:36:57 +00:00
dts: am33xx: add u-boot, dm-spl to ocp bus
This is needed for having access to the devices below this bus, most important is uart and boot-device (spi, mmc, ...) in SPL stage. Signed-off-by: Hannes Schmelzer <oe5hpm@oevsv.at>
This commit is contained in:
parent
73e9db22ab
commit
19aa4ac09d
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@
|
|||
* the whole bus hierarchy.
|
||||
*/
|
||||
ocp {
|
||||
u-boot,dm-spl;
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
Loading…
Add table
Reference in a new issue