arm64: dts: agilex: align pl330 node name with dtschema
authorKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Sat, 29 Jan 2022 17:55:35 +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/intel/socfpga_agilex.dtsi

index 63dd4e6..1f4618c 100644 (file)
                        reg = <0xffe00000 0x40000>;
                };
 
-               pdma: pdma@ffda0000 {
+               pdma: dma-controller@ffda0000 {
                        compatible = "arm,pl330", "arm,primecell";
                        reg = <0xffda0000 0x1000>;
                        interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>,