projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
331c372
)
ARM: dts: socfpga: Drop ad-hoc UART clock frequency encoding from DT
author
Marek Vasut
<marex@denx.de>
Tue, 21 Aug 2018 14:26:32 +0000
(16:26 +0200)
committer
Marek 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
patch
|
blob
|
history
diff --git
a/arch/arm/dts/socfpga_arria10_socdk.dtsi
b/arch/arm/dts/socfpga_arria10_socdk.dtsi
index 17e0b75a8f43c12753bf0524eecb1107a6ad5e7a..42e888548ee7acb4d83e22ece5a1418546c9fdd8 100644
(file)
--- 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";
};