提交 c82e688a 编写于 作者: V Vladimir Zapolskiy

arm: dts: lpc32xx: remove clock frequency property from UART device nodes

If clock-frequency property is given, then it substitutes calculation
of supplying clock frequency from parent clock, this may break UART,
if parent clock is given and managed by common clock framework.
Signed-off-by: NVladimir Zapolskiy <vz@mleia.com>
上级 865e9009
...@@ -209,7 +209,6 @@ ...@@ -209,7 +209,6 @@
compatible = "nxp,lpc3220-uart"; compatible = "nxp,lpc3220-uart";
reg = <0x40090000 0x1000>; reg = <0x40090000 0x1000>;
interrupts = <9 0>; interrupts = <9 0>;
clock-frequency = <13000000>;
reg-shift = <2>; reg-shift = <2>;
clocks = <&clk LPC32XX_CLK_UART5>; clocks = <&clk LPC32XX_CLK_UART5>;
status = "disabled"; status = "disabled";
...@@ -219,7 +218,6 @@ ...@@ -219,7 +218,6 @@
compatible = "nxp,lpc3220-uart"; compatible = "nxp,lpc3220-uart";
reg = <0x40080000 0x1000>; reg = <0x40080000 0x1000>;
interrupts = <7 0>; interrupts = <7 0>;
clock-frequency = <13000000>;
reg-shift = <2>; reg-shift = <2>;
clocks = <&clk LPC32XX_CLK_UART3>; clocks = <&clk LPC32XX_CLK_UART3>;
status = "disabled"; status = "disabled";
...@@ -229,7 +227,6 @@ ...@@ -229,7 +227,6 @@
compatible = "nxp,lpc3220-uart"; compatible = "nxp,lpc3220-uart";
reg = <0x40088000 0x1000>; reg = <0x40088000 0x1000>;
interrupts = <8 0>; interrupts = <8 0>;
clock-frequency = <13000000>;
reg-shift = <2>; reg-shift = <2>;
clocks = <&clk LPC32XX_CLK_UART4>; clocks = <&clk LPC32XX_CLK_UART4>;
status = "disabled"; status = "disabled";
...@@ -239,7 +236,6 @@ ...@@ -239,7 +236,6 @@
compatible = "nxp,lpc3220-uart"; compatible = "nxp,lpc3220-uart";
reg = <0x40098000 0x1000>; reg = <0x40098000 0x1000>;
interrupts = <10 0>; interrupts = <10 0>;
clock-frequency = <13000000>;
reg-shift = <2>; reg-shift = <2>;
clocks = <&clk LPC32XX_CLK_UART6>; clocks = <&clk LPC32XX_CLK_UART6>;
status = "disabled"; status = "disabled";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册