Skip to content

Commit 2e21f19

Browse files
GateworksShawn Guo
authored andcommitted
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: 0d5b288 ("arm64: dts: freescale: Add imx8mp-venice-gw7905-2x") Signed-off-by: Tim Harvey <tharvey@gateworks.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 6c0160a commit 2e21f19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

arch/arm64/boot/dts/freescale/imx8mp-venice-gw702x.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
};
139139

140140
channel@8 {
141-
gw,mode = <1>;
141+
gw,mode = <3>;
142142
reg = <0x08>;
143143
label = "vdd_bat";
144144
};

0 commit comments

Comments
 (0)