Skip to content

Commit

Permalink
dts: overlay: rpi-display: pullup irq gpio
Browse files Browse the repository at this point in the history
An early version of rpi-display needs the touch controller irq
to be pulled up. This is the version with 9-bit SPI as default.

Signed-off-by: Noralf Trønnes <noralf@tronnes.org>
  • Loading branch information
notro authored and popcornmix committed Jun 7, 2015
1 parent 080c66d commit c34aef0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/boot/dts/rpi-display-overlay.dts
Expand Up @@ -30,6 +30,7 @@
rpi_display_pins: rpi_display_pins {
brcm,pins = <18 23 24 25>;
brcm,function = <1 1 1 0>; /* out out out in */
brcm,pull = <0 0 0 2>; /* - - - up */
};
};
};
Expand Down

0 comments on commit c34aef0

Please sign in to comment.