diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2019-09-15 21:54:05 +0200 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-09-25 12:50:24 +0200 |
commit | 19f722adef1973a3177d852bc6dac1d24e0cebc1 (patch) | |
tree | 1a883eff4f8c8ca6ebff426f0a9dae2aab6fb3de /target/linux/gemini/config-4.19 | |
parent | 3c14e384b7a33474f63add3e7af476a7079429d2 (diff) | |
download | upstream-19f722adef1973a3177d852bc6dac1d24e0cebc1.tar.gz upstream-19f722adef1973a3177d852bc6dac1d24e0cebc1.tar.bz2 upstream-19f722adef1973a3177d852bc6dac1d24e0cebc1.zip |
gemini: dir685: Restore graphics
One of the v4.19 patches had a bug, this is fixed upstream,
but in OpenWrt we can fix it by just fixing the bug in the
patch.
We also need to augment the config file to select the
CONFIG_DRM_FBDEV_EMULATION symbol.
This restores the display controller on the DIR-685 to
working state: penguin and graphics on the little screen
with default OpenWrt install.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'target/linux/gemini/config-4.19')
-rw-r--r-- | target/linux/gemini/config-4.19 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/gemini/config-4.19 b/target/linux/gemini/config-4.19 index a817303ec8..ac295f0857 100644 --- a/target/linux/gemini/config-4.19 +++ b/target/linux/gemini/config-4.19 @@ -146,6 +146,7 @@ CONFIG_DRM=y CONFIG_DRM_BRIDGE=y # CONFIG_DRM_CDNS_DSI is not set # CONFIG_DRM_DEBUG_SELFTEST is not set +CONFIG_DRM_FBDEV_EMULATION=y CONFIG_DRM_GEM_CMA_HELPER=y # CONFIG_DRM_I2C_NXP_TDA9950 is not set CONFIG_DRM_KMS_CMA_HELPER=y |