diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-01-10 23:27:44 +0100 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2020-04-13 13:00:08 +0200 |
commit | 7ed609b0020fd1db5acde66248f5623328834b72 (patch) | |
tree | 45b76a8af4a63f0253afee1403163db09a61a2ab /arch/arm/boot/dts/at91-wb50n.dtsi | |
parent | Linux 5.7-rc1 (diff) | |
download | linux-7ed609b0020fd1db5acde66248f5623328834b72.tar.xz linux-7ed609b0020fd1db5acde66248f5623328834b72.zip |
ARM: dts: at91: sama5d3: switch to new clock bindings
Switch sama5d3 boards to the new PMC clock bindings.
This prevents the wb50n to use the out of spec rate for USART1.
Link: https://lore.kernel.org/r/20200110222744.1261464-1-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-wb50n.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91-wb50n.dtsi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/at91-wb50n.dtsi b/arch/arm/boot/dts/at91-wb50n.dtsi index 4ed8500a5cb8..1487b893cfa7 100644 --- a/arch/arm/boot/dts/at91-wb50n.dtsi +++ b/arch/arm/boot/dts/at91-wb50n.dtsi @@ -46,10 +46,6 @@ atmel,osc-bypass; }; -&usart1_clk { - atmel,clk-output-range = <0 132000000>; -}; - &mmc0 { pinctrl-names = "default"; pinctrl-0 = <&pinctrl_mmc0_clk_cmd_dat0 &pinctrl_mmc0_dat1_3 &pinctrl_mmc0_cd>; |