arm64: dts: imx8mp-venice-gw702x: fix GSC vdd_bat data size
authorTim Harvey <tharvey@gateworks.com>
Wed, 7 Jun 2023 15:36:02 +0000 (08:36 -0700)
committerShawn Guo <shawnguo@kernel.org>
Fri, 9 Jun 2023 14:31:58 +0000 (22:31 +0800)
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>
arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi

index 74b0fda235edd791decf2573f50524b6e2e0a291..560c68e4da6dc836944506bf173d6403381132e7 100644 (file)
                        };
 
                        channel@8 {
-                               gw,mode = <1>;
+                               gw,mode = <3>;
                                reg = <0x08>;
                                label = "vdd_bat";
                        };