Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 342240
b: refs/heads/master
c: 82c4570
h: refs/heads/master
v: v3
  • Loading branch information
Liu Ying authored and Shawn Guo committed Nov 16, 2012
1 parent e8a2a76 commit cdc9e6c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a1fff236b43dfe6394fd04b0302f5a261e1cc3e5
refs/heads/master: 82c45705743c8f9e9662bc42f02d34731f0a24df
18 changes: 18 additions & 0 deletions trunk/arch/arm/boot/dts/imx6q-sabresd.dts
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
hog {
pinctrl_hog: hoggrp {
fsl,pins = <
1004 0x80000000 /* MX6Q_PAD_GPIO_4__GPIO_1_4 */
1012 0x80000000 /* MX6Q_PAD_GPIO_5__GPIO_1_5 */
1402 0x80000000 /* MX6Q_PAD_NANDF_D0__GPIO_2_0 */
1410 0x80000000 /* MX6Q_PAD_NANDF_D1__GPIO_2_1 */
1418 0x80000000 /* MX6Q_PAD_NANDF_D2__GPIO_2_2 */
Expand Down Expand Up @@ -73,4 +75,20 @@
};
};
};

gpio-keys {
compatible = "gpio-keys";

volume-up {
label = "Volume Up";
gpios = <&gpio1 4 0>;
linux,code = <115>; /* KEY_VOLUMEUP */
};

volume-down {
label = "Volume Down";
gpios = <&gpio1 5 0>;
linux,code = <114>; /* KEY_VOLUMEDOWN */
};
};
};

0 comments on commit cdc9e6c

Please sign in to comment.