Skip to content

Commit

Permalink
ARM: at91/dt: at91sam9x5dm: add QT1070 touch button controller
Browse files Browse the repository at this point in the history
The display module for at91sam9x5-ek has a few touch buttons, add support
for those.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
  • Loading branch information
Nicolas Ferre authored and Alexandre Belloni committed Aug 7, 2015
1 parent 8cf5938 commit 921f9a6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions arch/arm/boot/dts/at91sam9x5dm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,18 @@
/ {
ahb {
apb {
i2c0: i2c@f8010000 {
qt1070: keyboard@1b {
compatible = "qt1070";
reg = <0x1b>;
interrupt-parent = <&pioA>;
interrupts = <7 0x0>;
pinctrl-names = "default";
pinctrl-0 = <&pinctrl_qt1070_irq>;
wakeup-source;
};
};

hlcdc: hlcdc@f8038000 {
hlcdc-display-controller {
pinctrl-names = "default";
Expand All @@ -31,6 +43,15 @@
atmel,adc-ts-pressure-threshold = <10000>;
status = "okay";
};

pinctrl@fffff400 {
board {
pinctrl_qt1070_irq: qt1070_irq {
atmel,pins =
<AT91_PIOA 7 AT91_PERIPH_GPIO AT91_PINCTRL_PULL_UP_DEGLITCH>;
};
};
};
};
};

Expand Down

0 comments on commit 921f9a6

Please sign in to comment.