OSDN Git Service

ARM: dts: sun8i: r40: Remove useless AHCI properties
authorMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 25 Mar 2019 13:52:45 +0000 (14:52 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 25 Mar 2019 20:26:28 +0000 (21:26 +0100)
The SATA controller never have any children nodes, so we don't need the
address and size cells properties.

Acked-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
arch/arm/boot/dts/sun8i-r40.dtsi

index 9784c23..56c6885 100644 (file)
                        clocks = <&ccu CLK_BUS_SATA>, <&ccu CLK_SATA>;
                        resets = <&ccu RST_BUS_SATA>;
                        reset-names = "ahci";
-                       #address-cells = <1>;
-                       #size-cells = <0>;
                        status = "disabled";
 
                };