ARM: dts: sun6i: Enable tcon0 by default
authorChen-Yu Tsai <wens@csie.org>
Fri, 21 Apr 2017 08:38:57 +0000 (16:38 +0800)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Sun, 14 May 2017 06:32:33 +0000 (08:32 +0200)
tcon0 contains a muxing register used to mux tcon output to downstream
hdmi or mipi dsi encoders. tcon0 must be available for the mux to be
configured.

Whether the display subsystem is enabled or not is now solely controlled
by the display-engine node.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/boot/dts/sun6i-a31-hummingbird.dts
arch/arm/boot/dts/sun6i-a31.dtsi

index b4c87a2..5560720 100644 (file)
 &tcon0 {
        pinctrl-names = "default";
        pinctrl-0 = <&lcd0_rgb888_pins>;
-       status = "okay";
 };
 
 &tcon0_out {
index dfcf645..d0cede5 100644 (file)
                                      "tcon-ch0",
                                      "tcon-ch1";
                        clock-output-names = "tcon0-pixel-clock";
-                       status = "disabled";
 
                        ports {
                                #address-cells = <1>;