]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: stratix10: align pl330 node name with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sat, 29 Jan 2022 17:55:34 +0000 (18:55 +0100)
committerDinh Nguyen <dinguyen@kernel.org>
Thu, 10 Feb 2022 02:58:10 +0000 (20:58 -0600)
Fixes dtbs_check warnings like:

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

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

index 4124021768b15789d8e8d6b712b0c389aa0d5d9e..da032a6f71dab9c85f463a3e8d5b2fa2937daa07 100644 (file)
                        reg = <0xffe00000 0x100000>;
                };
 
-               pdma: pdma@ffda0000 {
+               pdma: dma-controller@ffda0000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0xffda0000 0x1000>;
                        interrupts = <0 81 4>,