From: John Wang Date: Fri, 11 Dec 2020 04:00:02 +0000 (+0800) Subject: ARM: dts: aspeed: g220a: Fix some gpio X-Git-Tag: v5.12-rc1~195^2~4^2~7 X-Git-Url: https://gentwo.org/gitweb/?a=commitdiff_plain;h=2b433f7128e7053dd72edbcbf38ff404cc1817e0;p=linux%2F.git ARM: dts: aspeed: g220a: Fix some gpio The NCSI_BMC_R_SEL and EN_NCSI_SWITCH_N should be active-high Signed-off-by: John Wang Reviewed-by: Joel Stanley Link: https://lore.kernel.org/r/20201211040002.1030-2-wangzhiqiang.bj@bytedance.com Signed-off-by: Joel Stanley --- diff --git a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts index 1f415e62fbde..5ef88c377358 100644 --- a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts +++ b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts @@ -905,14 +905,14 @@ fan@5 { &gpio { pin_gpio_i3 { gpio-hog; - gpios = ; + gpios = ; output-low; line-name = "NCSI_BMC_R_SEL"; }; pin_gpio_b6 { gpio-hog; - gpios = ; + gpios = ; output-low; line-name = "EN_NCSI_SWITCH_N"; };