ARM: dts: rockchip: use generic node name for dma rk3036/rk322x

The node names should be generic, so fix this for the rk3036 and
rk322x dma node and rename it to "dma-controller".

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220331125644.6841-1-jbx6244@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Johan Jonker 2022-03-31 14:56:44 +02:00 committed by Heiko Stuebner
parent 7e5a7e39d7
commit 146c9a346f
2 changed files with 2 additions and 2 deletions

View File

@ -556,7 +556,7 @@ spi: spi@20074000 {
status = "disabled";
};
pdma: pdma@20078000 {
pdma: dma-controller@20078000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0x20078000 0x4000>;
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,

View File

@ -501,7 +501,7 @@ cru: clock-controller@110e0000 {
<75000000>;
};
pdma: pdma@110f0000 {
pdma: dma-controller@110f0000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0x110f0000 0x4000>;
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,