Re: [PATCH] gpio: aspeed: fix ast2600 bank properties
From: Andrew Jeffery <hidden>
Date: 2020-09-16 23:13:12
Also in:
linux-aspeed, linux-gpio, lkml, openbmc
From: Andrew Jeffery <hidden>
Date: 2020-09-16 23:13:12
Also in:
linux-aspeed, linux-gpio, lkml, openbmc
On Thu, 17 Sep 2020, at 06:12, rentao.bupt@gmail.com wrote:
From: Tao Ren <redacted>
GPIO_U is mapped to the least significant byte of input/output mask, and
the byte in "output" mask should be 0 because GPIO_U is input only. All
the other bits need to be 1 because GPIO_V/W/X support both input and
output modes.
Similarly, GPIO_Y/Z are mapped to the 2 least significant bytes, and the
according bits need to be 1 because GPIO_Y/Z support both input and
output modes.
Fixes: ab4a85534c3e ("gpio: aspeed: Add in ast2600 details to Aspeed driver")
Signed-off-by: Tao Ren <redacted>Thanks Tao, Reviewed-by: Andrew Jeffery <redacted> _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel