Skip to content
Snippets Groups Projects
Commit dd3c7b6e authored by Michal Simek's avatar Michal Simek
Browse files

arm64: zynqmp: Add u-boot,dm-pre-reloc to clk300 node


This node is used by qspi driver for supporting qspi boot mode in SPL.

Similar changes have beeen done by commit a9022b01
("ARM64: zynqmp: Add u-boot,dm-pre-reloc to clk nodes")

Signed-off-by: default avatarMichal Simek <michal.simek@xilinx.com>
parent 0317a2c8
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,7 @@ ...@@ -38,6 +38,7 @@
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
clock-frequency = <300000000>; clock-frequency = <300000000>;
u-boot,dm-pre-reloc;
}; };
clk600: clk600 { clk600: clk600 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment