mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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:
@@ -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>;
|
||||
|
||||
Reference in New Issue
Block a user