Commit d0414fdd authored by Huibin Hong's avatar Huibin Hong Committed by Heiko Stuebner

arm64: dts: rockchip: corrected uart1 clock-names for rk3328

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

Fixes: 52e02d37 ("arm64: dts: rockchip: add core dtsi file for RK3328 SoCs")
Cc: stable@vger.kernel.org
Signed-off-by: default avatarHuibin Hong <huibin.hong@rock-chips.com>
Signed-off-by: default avatarHeiko Stuebner <heiko@sntech.de>
parent 8559bbee
...@@ -297,7 +297,7 @@ uart1: serial@ff120000 { ...@@ -297,7 +297,7 @@ uart1: serial@ff120000 {
reg = <0x0 0xff120000 0x0 0x100>; reg = <0x0 0xff120000 0x0 0x100>;
interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 56 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>; clocks = <&cru SCLK_UART1>, <&cru PCLK_UART1>;
clock-names = "sclk_uart", "pclk_uart"; clock-names = "baudclk", "apb_pclk";
dmas = <&dmac 4>, <&dmac 5>; dmas = <&dmac 4>, <&dmac 5>;
dma-names = "tx", "rx"; dma-names = "tx", "rx";
pinctrl-names = "default"; pinctrl-names = "default";
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment