diff options
author | 2021-01-28 13:58:19 +0100 | |
---|---|---|
committer | 2021-01-28 13:58:20 +0100 | |
commit | e2fc2de8e1aacef4c76f7a4b8c6162874d3e2801 (patch) | |
tree | b33f7eb2c0d96ebf18178e2e65050b6bef2d4d58 | |
parent | Merge tag 'amlogic-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/fixes (diff) | |
parent | arm64: dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4 (diff) | |
download | linux-dev-e2fc2de8e1aacef4c76f7a4b8c6162874d3e2801.tar.xz linux-dev-e2fc2de8e1aacef4c76f7a4b8c6162874d3e2801.zip |
Merge tag 'amlogic-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic into arm/fixes
arm64: dts: amlogic fixes for v5.11-rc (round 3)
- fix reboot issue on odroid C4
* tag 'amlogic-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic:
arm64: dts: meson: switch TFLASH_VDD_EN pin to open drain on Odroid-C4
Link: https://lore.kernel.org/r/7hk0ryi6rs.fsf@baylibre.com
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts index cf5a98f0e47c..a712273c905a 100644 --- a/arch/arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts +++ b/arch/arm64/boot/dts/amlogic/meson-sm1-odroid-c4.dts @@ -52,7 +52,7 @@ regulator-min-microvolt = <3300000>; regulator-max-microvolt = <3300000>; - gpio = <&gpio_ao GPIOAO_3 GPIO_ACTIVE_HIGH>; + gpio = <&gpio_ao GPIOAO_3 GPIO_OPEN_DRAIN>; enable-active-high; regulator-always-on; }; |