diff options
author | Florian Fainelli <f.fainelli@gmail.com> | 2020-01-03 14:58:58 -0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2020-01-05 13:09:25 +0100 |
commit | e1b62c85f51bba0b0916fce21ceea07b834ed71d (patch) | |
tree | 195475735ffc4336da2e5fc6d060b46b28d5c39d | |
parent | 8c6668f088c87d1b8798553de194f12bc8cd8a17 (diff) | |
download | openwrt-e1b62c85f51bba0b0916fce21ceea07b834ed71d.tar.gz openwrt-e1b62c85f51bba0b0916fce21ceea07b834ed71d.tar.bz2 openwrt-e1b62c85f51bba0b0916fce21ceea07b834ed71d.zip |
sunxi: Turn on CONFIG_PINCTRL_SUN4I_A10 for A20
CONFIG_PINCTRL_SUN4I_A10 controls both the A10 and the A20 enablong of
the pinctrl driver, this is necessary since upstream commit
5d8d349618a9464714c07414c5888bfd9416638f ("pinctrl: sunxi: add A20
support to A10 driver") which has been included in v4.13 and onwards.
Fixes: ad2b3bf310f7 ("sunxi: Add support for kernel 4.14")
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
(cherry picked from commit 32e4eaef1b4c2a7fa44787813fdf715b2ba500d9)
-rw-r--r-- | target/linux/sunxi/cortexa7/config-default | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/sunxi/cortexa7/config-default b/target/linux/sunxi/cortexa7/config-default index 9daf9c443a..7f574307ba 100644 --- a/target/linux/sunxi/cortexa7/config-default +++ b/target/linux/sunxi/cortexa7/config-default @@ -3,7 +3,7 @@ CONFIG_HARDEN_BRANCH_PREDICTOR=y # CONFIG_MACH_SUN4I is not set # CONFIG_MACH_SUN5I is not set # CONFIG_PINCTRL_GR8 is not set -# CONFIG_PINCTRL_SUN4I_A10 is not set +CONFIG_PINCTRL_SUN4I_A10=y # CONFIG_PINCTRL_SUN5I_A10S is not set # CONFIG_PINCTRL_SUN5I_A13 is not set CONFIG_MDIO_BUS_MUX=y |