devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: corrected uart1 clock-names for rk3328
@ 2018-07-06  8:03 Huibin Hong
  2018-07-06  8:52 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Huibin Hong @ 2018-07-06  8:03 UTC (permalink / raw)
  To: robh+dt, heiko
  Cc: mark.rutland, catalin.marinas, will.deacon, sugar.zhang, david.wu,
	finley.xiao, robin.murphy, william.wu, rocky.hao, klaus.goger,
	devicetree, linux-arm-kernel, linux-rockchip, linux-kernel,
	Huibin Hong

Corrected the uart clock-names or the uart driver might fail.

Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
---
 arch/arm64/boot/dts/rockchip/rk3328.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
index 2f38ff2..3f5a294 100644
--- a/arch/arm64/boot/dts/rockchip/rk3328.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3328.dtsi
@@ -297,7 +297,7 @@
 		reg = <0x0 0xff120000 0x0 0x100>;
 		interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
-		clock-names = "sclk_uart", "pclk_uart";
+		clock-names = "baudclk", "apb_pclk";
 		dmas = <&dmac 4>, <&dmac 5>;
 		dma-names = "tx", "rx";
 		pinctrl-names = "default";
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-07-06  8:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-06  8:03 [PATCH] arm64: dts: rockchip: corrected uart1 clock-names for rk3328 Huibin Hong
2018-07-06  8:52 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).