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

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
......@@ -138,7 +138,7 @@ channel@6 {
};
channel@8 {
gw,mode = <1>;
gw,mode = <3>;
reg = <0x08>;
label = "vdd_bat";
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment