ARM: dts: sun8i: a33: Add default address and size cells to the DSI node
authorMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 18 Mar 2019 10:26:02 +0000 (11:26 +0100)
committerMaxime Ripard <maxime.ripard@bootlin.com>
Mon, 25 Mar 2019 20:26:25 +0000 (21:26 +0100)
The DSI bindings require that an address cell size of 1, and a size cell of
0. Instead of duplicating it in each and every board DTS file, let's put it
in the DTSI.

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

index 4484d76c88b5b452748909036f38cbd4965f80b6..1532a0e59af4d28810d994aae73b7de566c2cb3c 100644 (file)
                        phys = <&dphy>;
                        phy-names = "dphy";
                        status = "disabled";
+                       #address-cells = <1>;
+                       #size-cells = <0>;
 
                        port {
                                dsi_in_tcon0: endpoint {