diff options
author | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-07-19 19:11:39 -0400 |
---|---|---|
committer | Santosh Shilimkar <santosh.shilimkar@ti.com> | 2013-10-08 15:31:57 -0400 |
commit | f023bd1062038558f648570bdafbe3318089105a (patch) | |
tree | ad60b2e3a8859a006d1a00228723a3687753fb9a /arch/arm/boot/dts/keystone.dts | |
parent | feeea8f34c24406b8a8b4f5e92d5949c4a066dda (diff) | |
download | lwn-f023bd1062038558f648570bdafbe3318089105a.tar.gz lwn-f023bd1062038558f648570bdafbe3318089105a.zip |
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 <santosh.shilimkar@ti.com>
Diffstat (limited to 'arch/arm/boot/dts/keystone.dts')
-rw-r--r-- | arch/arm/boot/dts/keystone.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/keystone.dts b/arch/arm/boot/dts/keystone.dts index c5fa0ead2be7..6c5f92a470e3 100644 --- a/arch/arm/boot/dts/keystone.dts +++ b/arch/arm/boot/dts/keystone.dts @@ -108,7 +108,7 @@ reg-shift = <2>; reg-io-width = <4>; reg = <0x02530c00 0x100>; - clock-frequency = <133120000>; + clocks = <&clkuart0>; interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>; }; @@ -118,7 +118,7 @@ reg-shift = <2>; reg-io-width = <4>; reg = <0x02531000 0x100>; - clock-frequency = <133120000>; + clocks = <&clkuart1>; interrupts = <GIC_SPI 280 IRQ_TYPE_EDGE_RISING>; }; |