mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
ARM: zynq: DT: Add reference to bus node
For adding OCM memory in platform DTS is necessary to have reference to amba bus. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
parent
e913ce2ad5
commit
461c388806
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
|||
regulator-always-on;
|
||||
};
|
||||
|
||||
amba {
|
||||
amba: amba {
|
||||
compatible = "simple-bus";
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue