diff options
author | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-07-16 12:24:17 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2018-11-21 13:58:49 +0300 |
commit | 6cf8f828ef08c1044938bdcdbbe7e95a75405018 (patch) | |
tree | b9534b995a389e5f4c76bc2318e0e0aab543f453 /arch/arm/boot/dts/at91sam9x5_usart3.dtsi | |
parent | 7f2fbc1e40a97ad810127247ad41e9afd7380bef (diff) | |
download | linux-6cf8f828ef08c1044938bdcdbbe7e95a75405018.tar.xz |
ARM: dts: at91: at91sam9x5: switch to new clock bindings
Switch at91sam9x5 boards to the new PMC clock bindings.
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Diffstat (limited to 'arch/arm/boot/dts/at91sam9x5_usart3.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91sam9x5_usart3.dtsi | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/arch/arm/boot/dts/at91sam9x5_usart3.dtsi b/arch/arm/boot/dts/at91sam9x5_usart3.dtsi index a32d12b406a3..9102dfbed5d8 100644 --- a/arch/arm/boot/dts/at91sam9x5_usart3.dtsi +++ b/arch/arm/boot/dts/at91sam9x5_usart3.dtsi @@ -42,15 +42,6 @@ }; }; - pmc: pmc@fffffc00 { - periphck { - usart3_clk: usart3_clk { - #clock-cells = <0>; - reg = <8>; - }; - }; - }; - usart3: serial@f8028000 { compatible = "atmel,at91sam9260-usart"; reg = <0xf8028000 0x200>; @@ -60,7 +51,7 @@ dmas = <&dma1 1 AT91_DMA_CFG_PER_ID(14)>, <&dma1 1 (AT91_DMA_CFG_PER_ID(15) | AT91_DMA_CFG_FIFOCFG_ASAP)>; dma-names = "tx", "rx"; - clocks = <&usart3_clk>; + clocks = <&pmc PMC_TYPE_PERIPHERAL 8>; clock-names = "usart"; status = "disabled"; }; |