arm64: zynqmp: Get 200MHz clock early for MMC

SPL MMC boot requires to have clock early.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
This commit is contained in:
Michal Simek 2018-04-04 10:41:35 +02:00
parent 704744f81b
commit 949ec53c34

View File

@ -25,6 +25,7 @@
compatible = "fixed-clock"; compatible = "fixed-clock";
#clock-cells = <0>; #clock-cells = <0>;
clock-frequency = <200000000>; clock-frequency = <200000000>;
u-boot,dm-pre-reloc;
}; };
clk250: clk250 { clk250: clk250 {