提交 aaca483f 编写于 作者: S Sachin Kamat 提交者: Kukjin Kim

ARM: dts: Use active low flag for gpio-keys on Origen

Commit f447ed8b ("gpio: samsung: add flags specifier to
device-tree binding") adds a flag to represent active low state
for gpio line. Since gpio-keys on Origen board are active low,
using this flag to represent the same.
Signed-off-by: NSachin Kamat <sachin.kamat@linaro.org>
Reviewed-by: NThomas Abraham <thomas.abraham@linaro.org>
Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 25752b78
...@@ -62,31 +62,31 @@ ...@@ -62,31 +62,31 @@
up { up {
label = "Up"; label = "Up";
gpios = <&gpx2 0 0 0 2>; gpios = <&gpx2 0 0 0x10000 2>;
linux,code = <103>; linux,code = <103>;
}; };
down { down {
label = "Down"; label = "Down";
gpios = <&gpx2 1 0 0 2>; gpios = <&gpx2 1 0 0x10000 2>;
linux,code = <108>; linux,code = <108>;
}; };
back { back {
label = "Back"; label = "Back";
gpios = <&gpx1 7 0 0 2>; gpios = <&gpx1 7 0 0x10000 2>;
linux,code = <158>; linux,code = <158>;
}; };
home { home {
label = "Home"; label = "Home";
gpios = <&gpx1 6 0 0 2>; gpios = <&gpx1 6 0 0x10000 2>;
linux,code = <102>; linux,code = <102>;
}; };
menu { menu {
label = "Menu"; label = "Menu";
gpios = <&gpx1 5 0 0 2>; gpios = <&gpx1 5 0 0x10000 2>;
linux,code = <139>; linux,code = <139>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册