diff options
author | Chen-Yu Tsai <wens@csie.org> | 2016-11-24 14:43:39 +0800 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-01-10 18:32:07 +0100 |
commit | 6b546c2a15f9d8d3b1fb22adeb4063d497b08265 (patch) | |
tree | bc5e2c724817ab86fe12d6a9bb0a34e6f97c7055 /arch/arm/boot | |
parent | 205ac7b33e556bde7e3374042b4ca9989e245d89 (diff) | |
download | linux-stable-6b546c2a15f9d8d3b1fb22adeb4063d497b08265.tar.gz linux-stable-6b546c2a15f9d8d3b1fb22adeb4063d497b08265.tar.bz2 linux-stable-6b546c2a15f9d8d3b1fb22adeb4063d497b08265.zip |
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>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/sun6i-a31-hummingbird.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/sun6i-a31-hummingbird.dts b/arch/arm/boot/dts/sun6i-a31-hummingbird.dts index 735914f6ae44..7cae328398b1 100644 --- a/arch/arm/boot/dts/sun6i-a31-hummingbird.dts +++ b/arch/arm/boot/dts/sun6i-a31-hummingbird.dts @@ -140,6 +140,10 @@ cpu-supply = <®_dcdc3>; }; +&de { + status = "okay"; +}; + &ehci0 { status = "okay"; }; |