[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1530864237-14891-1-git-send-email-huibin.hong@rock-chips.com>
Date: Fri, 6 Jul 2018 16:03:57 +0800
From: Huibin Hong <huibin.hong@...k-chips.com>
To: robh+dt@...nel.org, heiko@...ech.de
Cc: mark.rutland@....com, catalin.marinas@....com, will.deacon@....com,
sugar.zhang@...k-chips.com, david.wu@...k-chips.com,
finley.xiao@...k-chips.com, robin.murphy@....com,
william.wu@...k-chips.com, rocky.hao@...k-chips.com,
klaus.goger@...obroma-systems.com, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linux-rockchip@...ts.infradead.org, linux-kernel@...r.kernel.org,
Huibin Hong <huibin.hong@...k-chips.com>
Subject: [PATCH] arm64: dts: rockchip: corrected uart1 clock-names for rk3328
Corrected the uart clock-names or the uart driver might fail.
Signed-off-by: Huibin Hong <huibin.hong@...k-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
Powered by blists - more mailing lists