mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 11:01:06 -04:00
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: Vladimir Zapolskiy <vz@mleia.com>
This commit is contained in:
@@ -209,7 +209,6 @@ uart5: serial@40090000 {
|
||||
compatible = "nxp,lpc3220-uart";
|
||||
reg = <0x40090000 0x1000>;
|
||||
interrupts = <9 0>;
|
||||
clock-frequency = <13000000>;
|
||||
reg-shift = <2>;
|
||||
clocks = <&clk LPC32XX_CLK_UART5>;
|
||||
status = "disabled";
|
||||
@@ -219,7 +218,6 @@ uart3: serial@40080000 {
|
||||
compatible = "nxp,lpc3220-uart";
|
||||
reg = <0x40080000 0x1000>;
|
||||
interrupts = <7 0>;
|
||||
clock-frequency = <13000000>;
|
||||
reg-shift = <2>;
|
||||
clocks = <&clk LPC32XX_CLK_UART3>;
|
||||
status = "disabled";
|
||||
@@ -229,7 +227,6 @@ uart4: serial@40088000 {
|
||||
compatible = "nxp,lpc3220-uart";
|
||||
reg = <0x40088000 0x1000>;
|
||||
interrupts = <8 0>;
|
||||
clock-frequency = <13000000>;
|
||||
reg-shift = <2>;
|
||||
clocks = <&clk LPC32XX_CLK_UART4>;
|
||||
status = "disabled";
|
||||
@@ -239,7 +236,6 @@ uart6: serial@40098000 {
|
||||
compatible = "nxp,lpc3220-uart";
|
||||
reg = <0x40098000 0x1000>;
|
||||
interrupts = <10 0>;
|
||||
clock-frequency = <13000000>;
|
||||
reg-shift = <2>;
|
||||
clocks = <&clk LPC32XX_CLK_UART6>;
|
||||
status = "disabled";
|
||||
|
||||
Reference in New Issue
Block a user