mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
arm64: dts: rockchip: Add 'arm,pl330-periph-burst' for dmac
Signed-off-by: Sugar Zhang <sugar.zhang@rock-chips.com> Change-Id: Ied0b51a3cf02dc22803c1c49448baffbdce6e1aa
This commit is contained in:
@@ -959,7 +959,7 @@
|
||||
clocks = <&cru ACLK_DMAC>;
|
||||
clock-names = "apb_pclk";
|
||||
#dma-cells = <1>;
|
||||
peripherals-req-type-burst;
|
||||
arm,pl330-periph-burst;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -976,7 +976,7 @@
|
||||
clocks = <&cru ACLK_DMAC>;
|
||||
clock-names = "apb_pclk";
|
||||
#dma-cells = <1>;
|
||||
peripherals-req-type-burst;
|
||||
arm,pl330-periph-burst;
|
||||
};
|
||||
|
||||
uart0: serial@ff430000 {
|
||||
|
||||
@@ -902,7 +902,7 @@
|
||||
#dma-cells = <1>;
|
||||
clocks = <&cru ACLK_DMAC0>;
|
||||
clock-names = "apb_pclk";
|
||||
peripherals-req-type-burst;
|
||||
arm,pl330-periph-burst;
|
||||
};
|
||||
|
||||
dmac1: dma-controller@ff2d0000 {
|
||||
@@ -913,7 +913,7 @@
|
||||
#dma-cells = <1>;
|
||||
clocks = <&cru ACLK_DMAC1>;
|
||||
clock-names = "apb_pclk";
|
||||
peripherals-req-type-burst;
|
||||
arm,pl330-periph-burst;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -163,7 +163,7 @@
|
||||
clocks = <&cru ACLK_DMAC>;
|
||||
clock-names = "apb_pclk";
|
||||
#dma-cells = <1>;
|
||||
peripherals-req-type-burst;
|
||||
arm,pl330-periph-burst;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -416,6 +416,7 @@
|
||||
<GIC_SPI 3 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#dma-cells = <1>;
|
||||
arm,pl330-broken-no-flushp;
|
||||
arm,pl330-periph-burst;
|
||||
clocks = <&cru ACLK_DMAC_PERI>;
|
||||
clock-names = "apb_pclk";
|
||||
};
|
||||
@@ -427,6 +428,7 @@
|
||||
<GIC_SPI 1 IRQ_TYPE_LEVEL_HIGH>;
|
||||
#dma-cells = <1>;
|
||||
arm,pl330-broken-no-flushp;
|
||||
arm,pl330-periph-burst;
|
||||
clocks = <&cru ACLK_DMAC_BUS>;
|
||||
clock-names = "apb_pclk";
|
||||
};
|
||||
|
||||
@@ -235,7 +235,7 @@
|
||||
#dma-cells = <1>;
|
||||
clocks = <&cru ACLK_DMAC0_PERILP>;
|
||||
clock-names = "apb_pclk";
|
||||
peripherals-req-type-burst;
|
||||
arm,pl330-periph-burst;
|
||||
};
|
||||
|
||||
dmac_peri: dma-controller@ff6e0000 {
|
||||
@@ -246,7 +246,7 @@
|
||||
#dma-cells = <1>;
|
||||
clocks = <&cru ACLK_DMAC1_PERILP>;
|
||||
clock-names = "apb_pclk";
|
||||
peripherals-req-type-burst;
|
||||
arm,pl330-periph-burst;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -523,7 +523,7 @@
|
||||
clocks = <&cru ACLK_DMAC>;
|
||||
clock-names = "apb_pclk";
|
||||
#dma-cells = <1>;
|
||||
peripherals-req-type-burst;
|
||||
arm,pl330-periph-burst;
|
||||
};
|
||||
|
||||
i2c1: i2c@ff500000 {
|
||||
|
||||
Reference in New Issue
Block a user