The node names should be generic, so fix this for the rk3228 dma node
and rename it to "dma-controller".
Signed-off-by: Johan Jonker <[email protected]>
---
arch/arm/boot/dts/rk322x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index 2547f46fe..ffc16d6b9 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -503,7 +503,7 @@
<75000000>;
};
- pdma: pdma@110f0000 {
+ pdma: dma-controller@110f0000 {
compatible = "arm,pl330", "arm,primecell";
reg = <0x110f0000 0x4000>;
interrupts = <GIC_SPI 0 IRQ_TYPE_LEVEL_HIGH>,
--
2.20.1
On 30/03/2022 14:19, Johan Jonker wrote:
> The node names should be generic, so fix this for the rk3228 dma node
> and rename it to "dma-controller".
>
> Signed-off-by: Johan Jonker <[email protected]>
> ---
> arch/arm/boot/dts/rk322x.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
Squash it with your other change that type and submit one commit per
sub-arch (so for all arm Rockchips).
Best regards,
Krzysztof