于 2019年5月16日 GMT+08:00 上午9:26:29, Andre Przywara <[email protected]> 写到:
>The Allwinner H6 pin controller is not really special, at least not
>when
>it comes to normal GPIO operation.
>
>Add the H6 compatible strings to the list of recognised strings, to
>make
>GPIOs work for H6 boards.
>
>Signed-off-by: Andre Przywara <[email protected]>
>---
> drivers/gpio/sunxi_gpio.c | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/drivers/gpio/sunxi_gpio.c b/drivers/gpio/sunxi_gpio.c
>index cbed8d42b7..780c39962a 100644
>--- a/drivers/gpio/sunxi_gpio.c
>+++ b/drivers/gpio/sunxi_gpio.c
>@@ -354,12 +354,14 @@ static const struct udevice_id sunxi_gpio_ids[] =
>{
>       ID("allwinner,sun8i-v3s-pinctrl",       a_all),
>       ID("allwinner,sun9i-a80-pinctrl",       a_all),
>       ID("allwinner,sun50i-a64-pinctrl",      a_all),
>+      ID("allwinner,sun50i-h6-pinctrl",       a_all),
>       ID("allwinner,sun6i-a31-r-pinctrl",     l_2),
>       ID("allwinner,sun8i-a23-r-pinctrl",     l_1),
>       ID("allwinner,sun8i-a83t-r-pinctrl",    l_1),
>       ID("allwinner,sun8i-h3-r-pinctrl",      l_1),
>       ID("allwinner,sun9i-a80-r-pinctrl",     l_3),
>       ID("allwinner,sun50i-a64-r-pinctrl",    l_1),
>+      ID("allwinner,sun50i-h6-r-pinctrl",     l_1),

Should be l_2 because H6 has PM bank.

>       { }
> };
> 

-- 
使用 K-9 Mail 发送自我的Android设备。

-- 
You received this message because you are subscribed to the Google Groups 
"linux-sunxi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web, visit 
https://groups.google.com/d/msgid/linux-sunxi/E8F1EB5D-3A1E-421F-86F4-067D5152663D%40aosc.io.
For more options, visit https://groups.google.com/d/optout.

Reply via email to