ARM: dts: exynos: Remove unnecessary address/size properties in Midas boards
authorKrzysztof Kozlowski <krzk@kernel.org>
Tue, 24 Apr 2018 17:45:58 +0000 (19:45 +0200)
committerKrzysztof Kozlowski <krzk@kernel.org>
Sun, 29 Apr 2018 17:28:02 +0000 (19:28 +0200)
commit33b9e7195d8b48072af411997c4ab343cb70f342
treef338fe5cb1787f348faf7de8ef2de3cc299ec9d2
parent70c3250ac1374688d7963e562fe58b23f70bcba9
ARM: dts: exynos: Remove unnecessary address/size properties in Midas boards

The children of regulators node do not have reg/ranges properties.  Move the
children up one level, get rid of regulators node and remove
address-cells and size-cells properties.  This fixes warnings for
Exynos4412 Midas family boards:

    arch/arm/boot/dts/exynos4412-i9300.dtb: Warning (avoid_unnecessary_addr_size):
        /regulators: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
    arch/arm/boot/dts/exynos4412-i9305.dtb: Warning (avoid_unnecessary_addr_size):
        /regulators: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property
    arch/arm/boot/dts/exynos4412-n710x.dtb: Warning (avoid_unnecessary_addr_size):
        /regulators: unnecessary #address-cells/#size-cells without "ranges" or child "reg" property

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
arch/arm/boot/dts/exynos4412-galaxy-s3.dtsi
arch/arm/boot/dts/exynos4412-midas.dtsi