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:
Sugar Zhang
2020-06-05 11:47:34 +08:00
parent 0c3933bfa7
commit 34d2e5f52c
7 changed files with 10 additions and 8 deletions

View File

@@ -959,7 +959,7 @@
clocks = <&cru ACLK_DMAC>;
clock-names = "apb_pclk";
#dma-cells = <1>;
peripherals-req-type-burst;
arm,pl330-periph-burst;
};
};

View File

@@ -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 {

View File

@@ -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;
};
};

View File

@@ -163,7 +163,7 @@
clocks = <&cru ACLK_DMAC>;
clock-names = "apb_pclk";
#dma-cells = <1>;
peripherals-req-type-burst;
arm,pl330-periph-burst;
};
};

View File

@@ -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";
};

View File

@@ -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;
};
};

View File

@@ -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 {