[PATCH 2/2] ARM: dts: aspeed: g220a: Fix some gpio

Joel Stanley joel at jms.id.au
Fri Dec 11 21:47:50 AEDT 2020


On Fri, 11 Dec 2020 at 04:00, John Wang <wangzhiqiang.bj at bytedance.com> wrote:
>
> The NCSI_BMC_R_SEL and EN_NCSI_SWITCH_N should be active-high
>
> Signed-off-by: John Wang <wangzhiqiang.bj at bytedance.com>

Reviewed-by: Joel Stanley <joel at jms.id.au>

> ---
>  arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
> index 3a4bf3db400c..8baefd2d6962 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-bytedance-g220a.dts
> @@ -912,14 +912,14 @@ fan at 5 {
>  &gpio {
>         pin_gpio_i3 {
>                 gpio-hog;
> -               gpios = <ASPEED_GPIO(I, 3) GPIO_ACTIVE_LOW>;
> +               gpios = <ASPEED_GPIO(I, 3) GPIO_ACTIVE_HIGH>;
>                 output-low;
>                 line-name = "NCSI_BMC_R_SEL";
>         };
>
>         pin_gpio_b6 {
>                 gpio-hog;
> -               gpios = <ASPEED_GPIO(B, 6) GPIO_ACTIVE_LOW>;
> +               gpios = <ASPEED_GPIO(B, 6) GPIO_ACTIVE_HIGH>;
>                 output-low;
>                 line-name = "EN_NCSI_SWITCH_N";
>         };
> --
> 2.25.1
>


More information about the openbmc mailing list