Skip to content

Commit f023bd1

Browse files
author
Santosh Shilimkar
committed
ARM: dts: keystone: Add clock phandle to UART nodes
Now since the clock tree is added, update UART dt nodes with clock data and remove the hard coded clock frequency. Signed-off-by: Santosh Shilimkar <[email protected]>
1 parent feeea8f commit f023bd1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm/boot/dts/keystone.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
reg-shift = <2>;
109109
reg-io-width = <4>;
110110
reg = <0x02530c00 0x100>;
111-
clock-frequency = <133120000>;
111+
clocks = <&clkuart0>;
112112
interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>;
113113
};
114114

@@ -118,7 +118,7 @@
118118
reg-shift = <2>;
119119
reg-io-width = <4>;
120120
reg = <0x02531000 0x100>;
121-
clock-frequency = <133120000>;
121+
clocks = <&clkuart1>;
122122
interrupts = <GIC_SPI 280 IRQ_TYPE_EDGE_RISING>;
123123
};
124124

0 commit comments

Comments
 (0)