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: 0d5b288c21 ("arm64: dts: freescale: Add imx8mp-venice-gw7905-2x")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
Tim Harvey
2023-06-07 08:36:02 -07:00
committed by Shawn Guo
parent 6c0160aa6e
commit 2e21f19fc5

View File

@@ -138,7 +138,7 @@ channel@6 {
};
channel@8 {
gw,mode = <1>;
gw,mode = <3>;
reg = <0x08>;
label = "vdd_bat";
};