Re: [PATCH v2 4/8] arm64: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings

2020-07-06 Thread Krzysztof Kozlowski
On Thu, Jul 02, 2020 at 05:51:45PM +0200, Krzysztof Kozlowski wrote: > 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-o

RE: [PATCH v2 4/8] arm64: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings

2020-07-03 Thread Alim Akhtar
l.org; > linux-kernel@vger.kernel.org; linux-arm-ker...@lists.infradead.org; linux- > samsung-...@vger.kernel.org > Cc: Marek Szyprowski ; Bartlomiej Zolnierkiewicz > ; Sylwester Nawrocki ; > Alim Akhtar ; Chanwoo Choi > ; Pankaj Dubey > Subject: [PATCH v2 4/8] arm64: dts: exy

[PATCH v2 4/8] arm64: dts: exynos: Remove DMA controller bus node name to fix dtschema warnings

2020-07-02 Thread Krzysztof Kozlowski
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 --- Changes since v1: 1. Remove the bus, as suggested