mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 22:52:35 +02:00
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:
parent
4dd353d979
commit
ce75a5ff22
|
|
@ -1717,7 +1717,7 @@ dmac0: dmac@fe530000 {
|
|||
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 @@ dmac1: dmac@fe550000 {
|
|||
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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user