How to configure “atmel,maxtouch” using SPI?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to configure “atmel,maxtouch” using SPI?

949 Views
ponguru_s
Contributor III

I'm working on i.MX6 board. I need to configure SPI for ATMEL mXT1664S-AT touch controller. Please suggest me how to configure. Also, please verify the following entry in the device tree. FYI, kernel version 4.1.15-2.0.0.

        touch: mXT1664S-AT@0 {

       compatible = "atmel,maxtouch";

       reg = <0>;

       spi-max-frequency = <8000000>;

};

Are these properties enough to configure or do I need to add any other property?

0 Kudos
1 Reply

608 Views
b36401
NXP Employee
NXP Employee

Here I attached an introduction to device tree.

Have a great day,
Victor

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 Kudos