Skip to content

Commit 014e90c

Browse files
linuswarndb
authored andcommitted
ARM: dts: gemini: Re-enable display controller
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>
1 parent 5908e6b commit 014e90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm/boot/dts/gemini-dlink-dir-685.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
};
444444

445445
display-controller@6a000000 {
446-
status = "disabled";
446+
status = "okay";
447447

448448
port@0 {
449449
reg = <0>;

0 commit comments

Comments
 (0)