ARM: dts: socfpga: Drop ad-hoc UART clock frequency encoding from DT
authorMarek Vasut <marex@denx.de>
Tue, 21 Aug 2018 14:26:32 +0000 (16:26 +0200)
committerMarek Vasut <marex@denx.de>
Fri, 24 Aug 2018 10:05:21 +0000 (12:05 +0200)
The UART clock frequency can be obtained from the clock framework by the
ns16550 driver, so drop this redundant DT node.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Chin Liang See <chin.liang.see@intel.com>
Cc: Dinh Nguyen <dinguyen@kernel.org>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
arch/arm/dts/socfpga_arria10_socdk.dtsi

index 17e0b75a8f43c12753bf0524eecb1107a6ad5e7a..42e888548ee7acb4d83e22ece5a1418546c9fdd8 100644 (file)
 };
 
 &uart1 {
-       clock-frequency = <50000000>;
        u-boot,dm-pre-reloc;
        status = "okay";
 };