ARM: dts: imx6qdl-gw59{10,13}: fix user pushbutton GPIO offset
[ Upstream commitbb5ad73941] 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:64bf0a0af1("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
160d8904b2
commit
d7b1e2cbe0
@@ -31,7 +31,7 @@
|
|||||||
|
|
||||||
user-pb {
|
user-pb {
|
||||||
label = "user_pb";
|
label = "user_pb";
|
||||||
gpios = <&gsc_gpio 0 GPIO_ACTIVE_LOW>;
|
gpios = <&gsc_gpio 2 GPIO_ACTIVE_LOW>;
|
||||||
linux,code = <BTN_0>;
|
linux,code = <BTN_0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@
|
|||||||
|
|
||||||
user-pb {
|
user-pb {
|
||||||
label = "user_pb";
|
label = "user_pb";
|
||||||
gpios = <&gsc_gpio 0 GPIO_ACTIVE_LOW>;
|
gpios = <&gsc_gpio 2 GPIO_ACTIVE_LOW>;
|
||||||
linux,code = <BTN_0>;
|
linux,code = <BTN_0>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user