diff options
author | Jonathan Bakker <xc-racer2@live.ca> | 2022-03-27 20:08:53 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-04-09 18:50:05 +0200 |
commit | 21e4b7d151af9a3191fb251e2b4044e361a56102 (patch) | |
tree | 700e20637699106f3b66c537e5fa206f35dd7755 /arch/arm/boot/dts/s5pv210.dtsi | |
parent | ARM: dts: s5pv210: Adjust memory reg entries to match spec (diff) | |
download | linux-21e4b7d151af9a3191fb251e2b4044e361a56102.tar.xz linux-21e4b7d151af9a3191fb251e2b4044e361a56102.zip |
ARM: dts: s5pv210: Adjust DMA node names to match spec
DMA node names should be dma-controller according to the DT spec,
so rename them from pdma/mdma. Prevents warnings when running
make dtbs_check
Signed-off-by: Jonathan Bakker <xc-racer2@live.ca>
Link: https://lore.kernel.org/r/CY4PR04MB0567F52ABAE0A3CCD3C7CE59CB1C9@CY4PR04MB0567.namprd04.prod.outlook.com
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Diffstat (limited to 'arch/arm/boot/dts/s5pv210.dtsi')
-rw-r--r-- | arch/arm/boot/dts/s5pv210.dtsi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/s5pv210.dtsi b/arch/arm/boot/dts/s5pv210.dtsi index 4ea1e638432a..7c133c331896 100644 --- a/arch/arm/boot/dts/s5pv210.dtsi +++ b/arch/arm/boot/dts/s5pv210.dtsi @@ -117,7 +117,7 @@ }; }; - pdma0: dma@e0900000 { + pdma0: dma-controller@e0900000 { compatible = "arm,pl330", "arm,primecell"; reg = <0xe0900000 0x1000>; interrupt-parent = <&vic0>; @@ -129,7 +129,7 @@ #dma-requests = <32>; }; - pdma1: dma@e0a00000 { + pdma1: dma-controller@e0a00000 { compatible = "arm,pl330", "arm,primecell"; reg = <0xe0a00000 0x1000>; interrupt-parent = <&vic0>; @@ -518,7 +518,7 @@ clock-names = "sclk_fimg2d", "fimg2d"; }; - mdma1: mdma@fa200000 { + mdma1: dma-controller@fa200000 { compatible = "arm,pl330", "arm,primecell"; reg = <0xfa200000 0x1000>; interrupt-parent = <&vic0>; |