ARM: dts: integratorap: Remove top level dma-ranges
authorRob Herring <robh@kernel.org>
Fri, 20 Sep 2019 15:36:22 +0000 (10:36 -0500)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 4 Mar 2020 14:30:35 +0000 (15:30 +0100)
'dma-ranges' at the top level doesn't make sense. 'dma-ranges' implies
there is a parent bus node with '#address-cells' and '#size-cells' which
is impossible here.

Likely this translation needs to be moved down to sub-nodes that need
it.

Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-arm-kernel@lists.infradead.org
Signed-off-by: Rob Herring <robh@kernel.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
arch/arm/boot/dts/integratorap.dts

index 94d2ff9836d00367a086f01a69bb16acd95008dd..198d66181c5010d56e935dbbe05c16833df1754d 100644 (file)
@@ -9,7 +9,6 @@
 / {
        model = "ARM Integrator/AP";
        compatible = "arm,integrator-ap";
-       dma-ranges = <0x80000000 0x0 0x80000000>;
 
        cpus {
                #address-cells = <1>;