ARM: dts: keystone: Add clock phandle to UART nodes
authorSantosh Shilimkar <santosh.shilimkar@ti.com>
Fri, 19 Jul 2013 23:11:39 +0000 (19:11 -0400)
committerSantosh Shilimkar <santosh.shilimkar@ti.com>
Tue, 8 Oct 2013 19:31:57 +0000 (15:31 -0400)
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>
arch/arm/boot/dts/keystone.dts

index c5fa0ea..6c5f92a 100644 (file)
                        reg-shift = <2>;
                        reg-io-width = <4>;
                        reg = <0x02530c00 0x100>;
-                       clock-frequency = <133120000>;
+                       clocks  = <&clkuart0>;
                        interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>;
                };
 
                        reg-shift = <2>;
                        reg-io-width = <4>;
                        reg = <0x02531000 0x100>;
-                       clock-frequency = <133120000>;
+                       clocks  = <&clkuart1>;
                        interrupts = <GIC_SPI 280 IRQ_TYPE_EDGE_RISING>;
                };