Skip to content

Commit

Permalink
ARM: dts: gemini: Re-enable display controller
Browse files Browse the repository at this point in the history
commit 137cd71
"ARM: dts: Enable Gemini flash access" contained a bug
by disabling the display controller, while the whole
idea with the patch was to enable flash access AND
the display controller, simultaneously. Fix it up.

Fixes: 137cd71 ("ARM: dts: Enable Gemini flash access")
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Linus Walleij authored and Arnd Bergmann committed Feb 25, 2019
1 parent 5908e6b commit 014e90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/boot/dts/gemini-dlink-dir-685.dts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
};

display-controller@6a000000 {
status = "disabled";
status = "okay";

port@0 {
reg = <0>;
Expand Down

0 comments on commit 014e90c

Please sign in to comment.