Skip to content

Commit 146c9a3

Browse files
Johan Jonkermmind
authored andcommitted
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 <[email protected]> Reviewed-by: Krzysztof Kozlowski <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 7e5a7e3 commit 146c9a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

arch/arm/boot/dts/rk3036.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,7 @@
556556
status = "disabled";
557557
};
558558

559-
pdma: pdma@20078000 {
559+
pdma: dma-controller@20078000 {
560560
compatible = "arm,pl330", "arm,primecell";
561561
reg = <0x20078000 0x4000>;
562562
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,

arch/arm/boot/dts/rk322x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@
501501
<75000000>;
502502
};
503503

504-
pdma: pdma@110f0000 {
504+
pdma: dma-controller@110f0000 {
505505
compatible = "arm,pl330", "arm,primecell";
506506
reg = <0x110f0000 0x4000>;
507507
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)