aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/sama5d3_tcb1.dtsi
diff options
context:
space:
mode:
authorAlexandre Belloni <alexandre.belloni@bootlin.com>2020-01-10 23:27:44 +0100
committerAlexandre Belloni <alexandre.belloni@bootlin.com>2020-04-13 13:00:08 +0200
commit7ed609b0020fd1db5acde66248f5623328834b72 (patch)
tree45b76a8af4a63f0253afee1403163db09a61a2ab /arch/arm/boot/dts/sama5d3_tcb1.dtsi
parentLinux 5.7-rc1 (diff)
downloadlinux-dev-7ed609b0020fd1db5acde66248f5623328834b72.tar.xz
linux-dev-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/sama5d3_tcb1.dtsi')
-rw-r--r--arch/arm/boot/dts/sama5d3_tcb1.dtsi12
1 files changed, 1 insertions, 11 deletions
diff --git a/arch/arm/boot/dts/sama5d3_tcb1.dtsi b/arch/arm/boot/dts/sama5d3_tcb1.dtsi
index 215802b8db30..2b18c5c2cc03 100644
--- a/arch/arm/boot/dts/sama5d3_tcb1.dtsi
+++ b/arch/arm/boot/dts/sama5d3_tcb1.dtsi
@@ -17,23 +17,13 @@
ahb {
apb {
- pmc: pmc@fffffc00 {
- periphck {
- tcb1_clk: tcb1_clk {
- #clock-cells = <0>;
- reg = <27>;
- atmel,clk-output-range = <0 166000000>;
- };
- };
- };
-
tcb1: timer@f8014000 {
compatible = "atmel,at91sam9x5-tcb", "simple-mfd", "syscon";
#address-cells = <1>;
#size-cells = <0>;
reg = <0xf8014000 0x100>;
interrupts = <27 IRQ_TYPE_LEVEL_HIGH 0>;
- clocks = <&tcb1_clk>, <&clk32k>;
+ clocks = <&pmc PMC_TYPE_PERIPHERAL 27>, <&clk32k>;
clock-names = "t0_clk", "slow_clk";
};
};