Commit 2e21f19f authored by Tim Harvey's avatar Tim Harvey Committed by Shawn Guo
Browse files

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: 0d5b288c ("arm64: dts: freescale: Add imx8mp-venice-gw7905-2x")
Signed-off-by: default avatarTim Harvey <tharvey@gateworks.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 6c0160aa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -138,7 +138,7 @@ channel@6 {
			};

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