OSDN Git Service

arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2
authorDongjin Kim <tobetter@gmail.com>
Thu, 27 Jan 2022 15:16:56 +0000 (00:16 +0900)
committerNeil Armstrong <narmstrong@baylibre.com>
Fri, 4 Feb 2022 08:13:58 +0000 (09:13 +0100)
GPIOE_2 is in AO domain and "<&gpio GPIOE_2 ...>" changes the state of
TF_PWR_EN of 'FC8731' on BPI-M5

Fixes: 976e920183e4 ("arm64: dts: meson-sm1: add Banana PI BPI-M5 board dts")

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Link: https://lore.kernel.org/r/20220127151656.GA2419733@paju
arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts

index 212c6aa..5751c48 100644 (file)
                regulator-min-microvolt = <1800000>;
                regulator-max-microvolt = <3300000>;
 
-               enable-gpio = <&gpio GPIOE_2 GPIO_ACTIVE_HIGH>;
+               enable-gpio = <&gpio_ao GPIOE_2 GPIO_ACTIVE_HIGH>;
                enable-active-high;
                regulator-always-on;