arm64: dts: rockchip: rk3568: fix up the dmac clk get failed

ERROR: could not get clock /dmac@fe550000:apb_pclk(0)

Change-Id: Id1852b5c74009ae3b3d0db6889465214ba9cffd5
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2020-11-08 21:45:50 +08:00
committed by Tao Huang
parent 4dd353d979
commit ce75a5ff22

View File

@@ -1717,7 +1717,7 @@
reg = <0x0 0xfe530000 0x0 0x4000>;
interrupts = <GIC_SPI 14 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 13 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru ACLK_DMAC0>;
clocks = <&cru ACLK_BUS>;
clock-names = "apb_pclk";
#dma-cells = <1>;
arm,pl330-periph-burst;
@@ -1728,7 +1728,7 @@
reg = <0x0 0xfe550000 0x0 0x4000>;
interrupts = <GIC_SPI 16 IRQ_TYPE_LEVEL_HIGH>,
<GIC_SPI 15 IRQ_TYPE_LEVEL_HIGH>;
clocks = <&cru ACLK_DMAC1>;
clocks = <&cru ACLK_BUS>;
clock-names = "apb_pclk";
#dma-cells = <1>;
arm,pl330-periph-burst;