Browse Source

ARM: dts: sun6i: hummingbird: Enable display engine again

Now that we disable the display engine by default, we need to re-enable
it for the Hummingbird A31, which already had its display pipeline
enabled.

Signed-off-by: Chen-Yu Tsai <wens@csie.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Chen-Yu Tsai 8 years ago
parent
commit
6b546c2a15
1 changed files with 4 additions and 0 deletions
  1. 4 0
      arch/arm/boot/dts/sun6i-a31-hummingbird.dts

+ 4 - 0
arch/arm/boot/dts/sun6i-a31-hummingbird.dts

@@ -140,6 +140,10 @@
 	cpu-supply = <&reg_dcdc3>;
 };
 
+&de {
+	status = "okay";
+};
+
 &ehci0 {
 	status = "okay";
 };