arm64: dts: allwinner: sun50i-a64: Add missing address/size-cells
authorOndrej Jirman <megous@megous.com>
Mon, 20 Apr 2020 10:31:13 +0000 (12:31 +0200)
committerMaxime Ripard <maxime@cerno.tech>
Mon, 4 May 2020 16:40:13 +0000 (18:40 +0200)
commitcff1110178873d9dfac0e0e848c282954c4b3c63
treeef27b0a380e00a76b8f35361bf57b8ff6a29596c
parentfe79ea577be81e1e71642826ab00e676dc59c194
arm64: dts: allwinner: sun50i-a64: Add missing address/size-cells

The binding specifies #address-cells and #size-cells should be present.
Without them present, dtc issues a warning because default for
#address-cells seems to be <2>:

arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi:1108.4-52:
  Warning (dma_ranges_format):
    /soc/dram-controller@1c62000:dma-ranges:
    "dma-ranges" property has invalid length (12 bytes)
    (parent #address-cells == 1, child #address-cells == 2,
    #size-cells == 1)

mbus #address-cells should be 1.

Signed-off-by: Ondrej Jirman <megous@megous.com>
Signed-off-by: Maxime Ripard <maxime@cerno.tech>
arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi