Commit ea4e792f authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

ARM: dts: s5pv210: remove DMA controller bus node name to fix dtschema warnings



There is no need to keep DMA controller nodes under AMBA bus node.
Remove the "amba" node to fix dtschema warnings like:

  amba: $nodename:0: 'amba' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Tested-by: default avatarJonathan Bakker <xc-racer2@live.ca>
Link: https://lore.kernel.org/r/20200907161141.31034-6-krzk@kernel.org
parent 2c6658c6
Loading
Loading
Loading
Loading
+21 −28
Original line number Diff line number Diff line
@@ -128,12 +128,6 @@
			};
		};

		amba {
			#address-cells = <1>;
			#size-cells = <1>;
			compatible = "simple-bus";
			ranges;

		pdma0: dma@e0900000 {
			compatible = "arm,pl330", "arm,primecell";
			reg = <0xe0900000 0x1000>;
@@ -157,7 +151,6 @@
			#dma-channels = <8>;
			#dma-requests = <32>;
		};
		};

		adc: adc@e1700000 {
			compatible = "samsung,s5pv210-adc";