Skip to content

Commit

Permalink
correcting GPIO pin typo in the comments (refer to issue teknoman117#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Demo User committed Jul 1, 2014
1 parent 408de20 commit cdd245b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions encoders/dts/bone_eqep2alt.dts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
__overlay__ {
pinctrl_eqep2: pinctrl_eqep2_pins {
pinctrl-single,pins = <
0x038 0x24 /* P8_16 = GPIO2_14 = EQEP2_index, MODE4 */
0x03C 0x24 /* P8_15 = GPIO2_15 = EQEP2_strobe, MODE4 */
0x030 0x34 /* P8_12 = GPIO2_12 = EQEP2A_in, MODE4 */
0x034 0x34 /* P8_11 = GPIO2_13 = EQEP2B_in, MODE4 */
0x038 0x24 /* P8_16 = GPIO1_14 = EQEP2_index, MODE4 */
0x03C 0x24 /* P8_15 = GPIO1_15 = EQEP2_strobe, MODE4 */
0x030 0x34 /* P8_12 = GPIO1_12 = EQEP2A_in, MODE4 */
0x034 0x34 /* P8_11 = GPIO1_13 = EQEP2B_in, MODE4 */
>;
};
};
Expand Down

0 comments on commit cdd245b

Please sign in to comment.