提交 f023bd10 编写于 作者: S Santosh Shilimkar

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: NSantosh Shilimkar <santosh.shilimkar@ti.com>
上级 feeea8f3
...@@ -108,7 +108,7 @@ ...@@ -108,7 +108,7 @@
reg-shift = <2>; reg-shift = <2>;
reg-io-width = <4>; reg-io-width = <4>;
reg = <0x02530c00 0x100>; reg = <0x02530c00 0x100>;
clock-frequency = <133120000>; clocks = <&clkuart0>;
interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>; interrupts = <GIC_SPI 277 IRQ_TYPE_EDGE_RISING>;
}; };
...@@ -118,7 +118,7 @@ ...@@ -118,7 +118,7 @@
reg-shift = <2>; reg-shift = <2>;
reg-io-width = <4>; reg-io-width = <4>;
reg = <0x02531000 0x100>; reg = <0x02531000 0x100>;
clock-frequency = <133120000>; clocks = <&clkuart1>;
interrupts = <GIC_SPI 280 IRQ_TYPE_EDGE_RISING>; interrupts = <GIC_SPI 280 IRQ_TYPE_EDGE_RISING>;
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册