Commit 788f2ff7 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski
Browse files

arm64: dts: exynos: 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 '^(bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'

Signed-off-by: default avatarKrzysztof Kozlowski <krzk@kernel.org>
Reviewed-by: default avatarAlim Akhtar <alim.akhtar@samsung.com>
parent a7a84ea9
Loading
Loading
Loading
Loading
+20 −27
Original line number Diff line number Diff line
@@ -1756,12 +1756,6 @@
			status = "disabled";
		};

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

		pdma0: pdma@15610000 {
			compatible = "arm,pl330", "arm,primecell";
			reg = <0x15610000 0x1000>;
@@ -1783,7 +1777,6 @@
			#dma-channels = <8>;
			#dma-requests = <32>;
		};
		};

		audio-subsystem@11400000 {
			compatible = "samsung,exynos5433-lpass";
+20 −27
Original line number Diff line number Diff line
@@ -105,12 +105,6 @@
				<0x11006000 0x2000>;
		};

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

		pdma0: pdma@10e10000 {
			compatible = "arm,pl330", "arm,primecell";
			reg = <0x10E10000 0x1000>;
@@ -132,7 +126,6 @@
			#dma-channels = <8>;
			#dma-requests = <32>;
		};
		};

		clock_topc: clock-controller@10570000 {
			compatible = "samsung,exynos7-clock-topc";