]> www.infradead.org Git - linux.git/commitdiff
arm64: dts: exynos: align pl330 node name with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sat, 29 Jan 2022 17:53:28 +0000 (18:53 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Mon, 31 Jan 2022 14:32:42 +0000 (15:32 +0100)
Fixes dtbs_check warnings like:

  pdma@15610000: $nodename:0: 'pdma@15610000' does not match '^dma-controller(@.*)?$'

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
Link: https://lore.kernel.org/r/20220129175332.298666-1-krzysztof.kozlowski@canonical.com
arch/arm64/boot/dts/exynos/exynos5433.dtsi
arch/arm64/boot/dts/exynos/exynos7.dtsi

index bfe4ed8a23d62a0ea17728be98c9e6dde2665cb1..b4cde77e02d3298dffc8e4edca2221eac3784223 100644 (file)
                        status = "disabled";
                };
 
-               pdma0: pdma@15610000 {
+               pdma0: dma-controller@15610000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0x15610000 0x1000>;
                        interrupts = <GIC_SPI 228 IRQ_TYPE_LEVEL_HIGH>;
                        #dma-requests = <32>;
                };
 
-               pdma1: pdma@15600000 {
+               pdma1: dma-controller@15600000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0x15600000 0x1000>;
                        interrupts = <GIC_SPI 246 IRQ_TYPE_LEVEL_HIGH>;
                        #size-cells = <1>;
                        ranges;
 
-                       adma: adma@11420000 {
+                       adma: dma-controller@11420000 {
                                compatible = "arm,pl330", "arm,primecell";
                                reg = <0x11420000 0x1000>;
                                interrupts = <GIC_SPI 73 IRQ_TYPE_LEVEL_HIGH>;
index 960823b8247a91f85a44435a3be58dc9f6fab984..3364b09c31583ceeaab96547eb4ffe1237d7f062 100644 (file)
                                <0x11006000 0x2000>;
                };
 
-               pdma0: pdma@10e10000 {
+               pdma0: dma-controller@10e10000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0x10E10000 0x1000>;
                        interrupts = <GIC_SPI 225 IRQ_TYPE_LEVEL_HIGH>;
                        #dma-requests = <32>;
                };
 
-               pdma1: pdma@10eb0000 {
+               pdma1: dma-controller@10eb0000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0x10EB0000 0x1000>;
                        interrupts = <GIC_SPI 226 IRQ_TYPE_LEVEL_HIGH>;