diff options
author | Olof Johansson <olof@lixom.net> | 2019-06-25 14:42:05 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-06-25 14:42:05 +0300 |
commit | 8fbf1bb7156bdb9f19f929b301e788dda10a6f46 (patch) | |
tree | 639b3a15f8d991192067b1b25c04cfa1139e0d74 /arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | |
parent | 3264c72dccce9c3dbd575e4c720494ddf71fd188 (diff) | |
parent | 9fbbbb7b8d637f7ca1d5c4e23452bf450c7cb05f (diff) | |
download | linux-8fbf1bb7156bdb9f19f929b301e788dda10a6f46.tar.xz |
Merge tag 'sunxi-h3-h5-for-5.3-201906210812' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux into arm/dt
This time we only have a single patch for our command branch between
arm and arm64, a fix for the array syntax raised by our DT schemas.
* tag 'sunxi-h3-h5-for-5.3-201906210812' of https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux:
ARM: dts: sunxi: h3/h5: Fix GPIO regulator state array
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts')
-rw-r--r-- | arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts index 4970eda2877e..f19ed981da9d 100644 --- a/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts +++ b/arch/arm/boot/dts/sun8i-h2-plus-orangepi-zero.dts @@ -102,8 +102,7 @@ gpios = <&r_pio 0 6 GPIO_ACTIVE_HIGH>; /* PL6 */ enable-active-high; gpios-states = <1>; - states = <1100000 0 - 1300000 1>; + states = <1100000 0>, <1300000 1>; }; wifi_pwrseq: wifi_pwrseq { |