From 19d8db6d736081709c16c133770bc0d5c4d0557c Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Tue, 2 Oct 2018 20:40:26 -0700 Subject: [PATCH] sunxi: Turn on CONFIG_SUN4I_A10_CCU for A20 CONFIG_SUN4I_A10_CCU controls both the A10 and the A20 enabling of the CCU (LCCF) driver, this will be necessary once we move beyond kernel 4.14 because 4.15 has commit f18698e1c66338b902de386e4ad97b8b1b9d999d ("ARM: dts: sun7i: Convert to CCU") which requires this driver. Fixes: ad2b3bf310f7 ("sunxi: Add support for kernel 4.14") Signed-off-by: Florian Fainelli (backported from 2cc821e7edeafecc57ed9f3be46af4c322d58560) --- target/linux/sunxi/cortexa7/config-default | 1 - 1 file changed, 1 deletion(-) diff --git a/target/linux/sunxi/cortexa7/config-default b/target/linux/sunxi/cortexa7/config-default index 9daf9c443a..ee8873e081 100644 --- a/target/linux/sunxi/cortexa7/config-default +++ b/target/linux/sunxi/cortexa7/config-default @@ -8,4 +8,3 @@ CONFIG_HARDEN_BRANCH_PREDICTOR=y # CONFIG_PINCTRL_SUN5I_A13 is not set CONFIG_MDIO_BUS_MUX=y # CONFIG_PINCTRL_SUN5I is not set -# CONFIG_SUN4I_A10_CCU is not set -- 2.30.2