summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPotin Lai <potin.lai@quantatw.com>2023-10-25 08:44:07 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-10-25 12:37:17 +0300
commit54f36ea68a9edee97658ca60e32328f88473c8a0 (patch)
tree59cbbaaa718dff93046c67c0fe47d176af1191e0
parent4072bb4bd2cdeb43bdfb49dee8595efd97f1515d (diff)
downloadopenbmc-54f36ea68a9edee97658ca60e32328f88473c8a0.tar.xz
meta-bletchley: kernel: update config for ast2600 pwm tach driver
Remove old Aspeed PWM & TACH configs and update new config to support latest version of ast2600-pwm-tach (v9) on lore. Link: https://lore.kernel.org/all/20230918064111.2221594-1-billy_tsai@aspeedtech.com/ Signed-off-by: Potin Lai <potin.lai@quantatw.com> Change-Id: Ide776a84e59f1982b1af3979b029e3fed91ee8e5
-rw-r--r--meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg b/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg
index abcf758844..564c1abd37 100644
--- a/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg
+++ b/meta-facebook/meta-bletchley/recipes-kernel/linux/linux-aspeed/bletchley.cfg
@@ -4,11 +4,10 @@ CONFIG_VMSPLIT_3G_OPT=y
CONFIG_HAVE_CLK=y
CONFIG_PWM=y
CONFIG_OF=y
-CONFIG_PWM_ASPEED_AST2600=y
# pwm-fan driver
CONFIG_SENSORS_PWM_FAN=y
-# aspeed-tach driver
-CONFIG_SENSORS_TACH_ASPEED_AST2600=y
+# ast2600-pwm-tach driver
+CONFIG_SENSORS_ASPEED_G6=y
# aspeed-adc driver
CONFIG_COMMON_CLK=y
CONFIG_ASPEED_ADC=y