Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6qdl-gw59{10,13}: fix user pushbutton GPIO offset

The GW5910 and GW5913 have a user pushbutton that is tied to the
Gateworks System Controller GPIO offset 2. Fix the invalid offset of 0.

Fixes: 64bf0a0af18d ("ARM: dts: imx6qdl-gw: add Gateworks System Controller support")
Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Tim Harvey and committed by
Shawn Guo
bb5ad739 ee895139

+2 -2
+1 -1
arch/arm/boot/dts/imx6qdl-gw5910.dtsi
··· 29 29 30 30 user-pb { 31 31 label = "user_pb"; 32 - gpios = <&gsc_gpio 0 GPIO_ACTIVE_LOW>; 32 + gpios = <&gsc_gpio 2 GPIO_ACTIVE_LOW>; 33 33 linux,code = <BTN_0>; 34 34 }; 35 35
+1 -1
arch/arm/boot/dts/imx6qdl-gw5913.dtsi
··· 26 26 27 27 user-pb { 28 28 label = "user_pb"; 29 - gpios = <&gsc_gpio 0 GPIO_ACTIVE_LOW>; 29 + gpios = <&gsc_gpio 2 GPIO_ACTIVE_LOW>; 30 30 linux,code = <BTN_0>; 31 31 }; 32 32