Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 355789
b: refs/heads/master
c: 0943b96
h: refs/heads/master
i:
  355787: 253bb02
v: v3
  • Loading branch information
Maxime Ripard authored and Shawn Guo committed Jan 31, 2013
1 parent 952b1a8 commit f0b9ed3
Show file tree
Hide file tree
Showing 2 changed files with 10 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: a640cf64ff68bd92292c47a77c5fb4530385a8cb
refs/heads/master: 0943b96058c4262b4e4cd05398f42e8730d5ee08
9 changes: 9 additions & 0 deletions trunk/arch/arm/boot/dts/imx28-cfa10049.dts
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@
reg = <0>;
fsl,pinmux-ids = <
0x2133 /* MX28_PAD_SSP2_D3__GPIO_2_19 */
0x3183 /* MX28_PAD_I2C0_SCL__GPIO_3_24 */
0x3193 /* MX28_PAD_I2C0_SDA__GPIO_3_25 */
0x31a3 /* MX28_PAD_SAIF_SDATA0__GPIO_3_26 */
0x31e3 /* MX28_PAD_LCD_RESET__GPIO_3_30 */
>;
Expand Down Expand Up @@ -290,6 +292,13 @@
};
};

rotary {
compatible = "rotary-encoder";
gpios = <&gpio3 24 1>, <&gpio3 25 1>;
linux,axis = <1>; /* REL_Y */
rotary-encoder,relative-axis;
};

backlight {
compatible = "pwm-backlight";
pwms = <&pwm 3 5000000>;
Expand Down

0 comments on commit f0b9ed3

Please sign in to comment.