aboutsummaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorBen Dooks <ben.dooks@sifive.com>2023-03-01 12:25:25 +0000
committerAnup Patel <anup@brainfault.org>2023-07-07 10:04:59 +0530
commit7828eebaaa773fd83e63471ca27be3f30a0694f6 (patch)
treeed033e8e230d797b5cfb95e2ee4672f95bfbc0ed /platform
parenteb736a5118b8d271bd649d713b6a058882c8fb7b (diff)
downloadopensbi-7828eebaaa773fd83e63471ca27be3f30a0694f6.zip
opensbi-7828eebaaa773fd83e63471ca27be3f30a0694f6.tar.gz
opensbi-7828eebaaa773fd83e63471ca27be3f30a0694f6.tar.bz2
gpio/desginware: add Synopsys DesignWare APB GPIO support
Add a driver for the Synopsys DesignWare APB GPIO IP block found in many SoCs. Signed-off-by: Ben Dooks <ben.dooks@sifive.com> Reviewed-by: Anup Patel <anup@brainfault.org>
Diffstat (limited to 'platform')
-rw-r--r--platform/generic/configs/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/generic/configs/defconfig b/platform/generic/configs/defconfig
index ee0df38..671281b 100644
--- a/platform/generic/configs/defconfig
+++ b/platform/generic/configs/defconfig
@@ -5,6 +5,7 @@ CONFIG_PLATFORM_SIFIVE_FU540=y
CONFIG_PLATFORM_SIFIVE_FU740=y
CONFIG_PLATFORM_STARFIVE_JH7110=y
CONFIG_FDT_GPIO=y
+CONFIG_FDT_GPIO_DESIGNWARE=y
CONFIG_FDT_GPIO_SIFIVE=y
CONFIG_FDT_GPIO_STARFIVE=y
CONFIG_FDT_I2C=y