From: Tim Harvey Date: Wed, 7 Jun 2023 15:36:02 +0000 (-0700) Subject: arm64: dts: imx8mp-venice-gw702x: fix GSC vdd_bat data size X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2e21f19fc510412b20665a7797e0fb918ff3cd13;p=linux.git 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 Signed-off-by: Shawn Guo --- diff --git a/arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi b/arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi index 74b0fda235edd..560c68e4da6dc 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"; };