mirror of https://gitee.com/openkylin/linux.git
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: Krzysztof Kozlowski <krzk@kernel.org> Reviewed-by: Alim Akhtar <alim.akhtar@samsung.com>
This commit is contained in:
parent
a7a84ea9c3
commit
788f2ff795
|
@ -1756,12 +1756,6 @@ mshc_2: mshc@15560000 {
|
|||
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 @@ pdma1: pdma@15600000 {
|
|||
#dma-channels = <8>;
|
||||
#dma-requests = <32>;
|
||||
};
|
||||
};
|
||||
|
||||
audio-subsystem@11400000 {
|
||||
compatible = "samsung,exynos5433-lpass";
|
||||
|
|
|
@ -105,12 +105,6 @@ gic: interrupt-controller@11001000 {
|
|||
<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 @@ pdma1: pdma@10eb0000 {
|
|||
#dma-channels = <8>;
|
||||
#dma-requests = <32>;
|
||||
};
|
||||
};
|
||||
|
||||
clock_topc: clock-controller@10570000 {
|
||||
compatible = "samsung,exynos7-clock-topc";
|
||||
|
|
Loading…
Reference in New Issue