mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-29 08:01:08 +00:00
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:
parent
704744f81b
commit
949ec53c34
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@
|
|||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <200000000>;
|
||||
u-boot,dm-pre-reloc;
|
||||
};
|
||||
|
||||
clk250: clk250 {
|
||||
|
|
Loading…
Reference in a new issue