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

Change-Id: I4f2f1265ba517b5effce0c1b4130d0eb10eae9e5
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
Huibin Hong
2018-07-06 09:50:11 +08:00
committed by Tao Huang
parent e7040c8dd6
commit 514cd19fa8

View File

@@ -454,7 +454,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";
reg-shift = <2>;
reg-io-width = <4>;
dmas = <&dmac 4>, <&dmac 5>;