Commit c210c1d8 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Florian Fainelli
Browse files

arm64: dts: broadcom: align pl330 node name with dtschema



Fixes dtbs_check warnings like:

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

Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@canonical.com>
Signed-off-by: default avatarFlorian Fainelli <f.fainelli@gmail.com>
parent e783362e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -276,7 +276,7 @@ crypto3: crypto@61330000 {
			mboxes = <&pdc3 0>;
		};

		dma0: dma@61360000 {
		dma0: dma-controller@61360000 {
			compatible = "arm,pl330", "arm,primecell";
			reg = <0x61360000 0x1000>;
			interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>,
+1 −1
Original line number Diff line number Diff line
@@ -543,7 +543,7 @@ hwrng: hwrng@220000 {
			reg = <0x00220000 0x28>;
		};

		dma0: dma@310000 {
		dma0: dma-controller@310000 {
			compatible = "arm,pl330", "arm,primecell";
			reg = <0x00310000 0x1000>;
			interrupts = <GIC_SPI 193 IRQ_TYPE_LEVEL_HIGH>,