dts: arm: socfpga: fix socfpga_de10_nano console
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Mon, 29 Apr 2019 18:32:27 +0000 (20:32 +0200)
committerMarek Vasut <marex@denx.de>
Mon, 29 Apr 2019 18:33:23 +0000 (20:33 +0200)
Booting this board failed as the initial console isn't found since
commit c402e8170245 ("dts: arm: socfpga: merge gen5 devicetrees from linux")

The uart0 devicetree entry was missing "clock-frequency = <100000000>:"
since that commit

Fixes: c402e8170245 ("dts: arm: socfpga: merge gen5 devicetrees from linux")
Reported-by: rafael mello <rafaelmello_3@hotmail.com>
Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
arch/arm/dts/socfpga_cyclone5_de10_nano.dts

index b620dd8dda560823c9a507d652c092844a9d2409..4be4083941d14e6879f002050f3a59ac7a2f5a37 100644 (file)
@@ -77,6 +77,7 @@
 };
 
 &uart0 {
+       clock-frequency = <100000000>;
        u-boot,dm-pre-reloc;
 };