Skip to content

Commit a5be3e5

Browse files
tobettersuperna9999
authored andcommitted
arm64: dts: meson-sm1-bananapi-m5: fix wrong GPIO domain for GPIOE_2
GPIOE_2 is in AO domain and "<&gpio GPIOE_2 ...>" changes the state of TF_PWR_EN of 'FC8731' on BPI-M5 Fixes: 976e920 ("arm64: dts: meson-sm1: add Banana PI BPI-M5 board dts") Signed-off-by: Dongjin Kim <[email protected]> Reviewed-by: Neil Armstrong <[email protected]> Signed-off-by: Neil Armstrong <[email protected]> Link: https://lore.kernel.org/r/20220127151656.GA2419733@paju
1 parent 323ca76 commit a5be3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/amlogic/meson-sm1-bananapi-m5.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
regulator-min-microvolt = <1800000>;
124124
regulator-max-microvolt = <3300000>;
125125

126-
enable-gpio = <&gpio GPIOE_2 GPIO_ACTIVE_HIGH>;
126+
enable-gpio = <&gpio_ao GPIOE_2 GPIO_ACTIVE_HIGH>;
127127
enable-active-high;
128128
regulator-always-on;
129129

0 commit comments

Comments
 (0)