diff options
author | Tim Harvey <tharvey@gateworks.com> | 2023-06-07 18:36:02 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2023-06-09 17:31:58 +0300 |
commit | 2e21f19fc510412b20665a7797e0fb918ff3cd13 (patch) | |
tree | a0099d80d54f65ed2044ba0667dc1b8d865652f8 /arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi | |
parent | 6c0160aa6ecdbad091c6ef9da507511b3d06eaaa (diff) | |
download | linux-2e21f19fc510412b20665a7797e0fb918ff3cd13.tar.xz |
arm64: dts: imx8mp-venice-gw702x: fix GSC vdd_bat data size
On this board, vdd_bat is 16bit, not 24bit. Set the mode to
mode_voltage_16bit (3) instead of mode_voltage_24bit (1).
Fixes: 0d5b288c2110 ("arm64: dts: freescale: Add imx8mp-venice-gw7905-2x")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi index 74b0fda235ed..560c68e4da6d 100644 --- a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi +++ b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi @@ -138,7 +138,7 @@ }; channel@8 { - gw,mode = <1>; + gw,mode = <3>; reg = <0x08>; label = "vdd_bat"; }; |