diff mbox series

[U-Boot] ARM: dts: socfpga: Drop ad-hoc UART clock frequency encoding from DT

Message ID 20180821142956.9362-1-marex@denx.de
State Accepted
Commit b67f80148e6961dce00b36fc043962aa2a140fac
Delegated to: Marek Vasut
Headers show
Series [U-Boot] ARM: dts: socfpga: Drop ad-hoc UART clock frequency encoding from DT | expand

Commit Message

Marek Vasut Aug. 21, 2018, 2:29 p.m. UTC
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 | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm/dts/socfpga_arria10_socdk.dtsi b/arch/arm/dts/socfpga_arria10_socdk.dtsi
index 9160c20bd0..b202b382f4 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";
 };