From: Marek Vasut Date: Tue, 21 Aug 2018 14:26:32 +0000 (+0200) Subject: ARM: dts: socfpga: Drop ad-hoc UART clock frequency encoding from DT X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=b67f80148e6961dce00b36fc043962aa2a140fac;p=u-boot.git ARM: dts: socfpga: Drop ad-hoc UART clock frequency encoding from DT 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 Cc: Chin Liang See Cc: Dinh Nguyen Cc: Ley Foon Tan --- diff --git a/arch/arm/dts/socfpga_arria10_socdk.dtsi b/arch/arm/dts/socfpga_arria10_socdk.dtsi index 17e0b75a8f..42e888548e 100644 --- a/arch/arm/dts/socfpga_arria10_socdk.dtsi +++ b/arch/arm/dts/socfpga_arria10_socdk.dtsi @@ -154,7 +154,6 @@ }; &uart1 { - clock-frequency = <50000000>; u-boot,dm-pre-reloc; status = "okay"; };