Skip to content

Commit

Permalink
ARM: at91/dt: at91sam9x5dm: add support for the touschscreen
Browse files Browse the repository at this point in the history
The display module on the at91sam9x5-ek has a resistive touchscreen, add
it.

Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
  • Loading branch information
Alexandre Belloni committed Aug 7, 2015
1 parent a437fc5 commit 8cf5938
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions arch/arm/boot/dts/at91sam9x5dm.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@
};
};
};

adc0: adc@f804c000 {
atmel,adc-ts-wires = <4>;
atmel,adc-ts-pressure-threshold = <10000>;
status = "okay";
};
};
};

Expand Down

0 comments on commit 8cf5938

Please sign in to comment.