From: Huibin Hong Date: Fri, 6 Jul 2018 08:03:57 +0000 (+0800) Subject: arm64: dts: rockchip: corrected uart1 clock-names for rk3328 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d0414fdd58eb51ffd6528280fd66705123663964;p=linux.git arm64: dts: rockchip: corrected uart1 clock-names for rk3328 Corrected the uart clock-names or the uart driver might fail. Fixes: 52e02d377a72 ("arm64: dts: rockchip: add core dtsi file for RK3328 SoCs") Cc: stable@vger.kernel.org Signed-off-by: Huibin Hong Signed-off-by: Heiko Stuebner --- diff --git a/arch/arm64/boot/dts/rockchip/rk3328.dtsi b/arch/arm64/boot/dts/rockchip/rk3328.dtsi index 2f38ff2f14657..3f5a2944300fe 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 = ; 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";