summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/vf-colibri-aster.dtsi
AgeCommit message (Collapse)Author
2018-12-13colibri-vf: atmel-mxt-ts reset gpio name changeDominik Sliwa
Align with mainline Atmel MXT driver. Signed-off-by: Dominik Sliwa <dominik.sliwa@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2018-06-22ARM: dts: vf-colibri-aster: add maxtouch reset gpioMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Stefan Agner <stefan.agner@toradex.com>
2017-09-26ARM: dts: vf-colibri: add Atmel MXT multitouch controllerBhuvanchandra DV
Add atmel mxt multitouch controller driver which is interfaced over I2C bus. This controller is used by the Logic Technologies, Capacitive Touch Display 7" Parallel (LT161010-2NHC). Signed-off-by: Bhuvanchandra DV <bhuvanchandra.dv@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2017-06-17ARM: dts: vf-colibri-aster: Add support for Aster with VybridSanchayan Maity
Add support for Aster carrier board with Vybrid. Notes: - In case where the RPi standard specifies a GPIO and we have another pinmux for the concerned pin due to Colibri standard, the Colibri standard has been given preference. - Vybrid DSPI driver does not support the use of GPIOs as chip selects. On Aster Colibri standard SPI chip select is exposed on Arduino header and a GPIO for chip select is brought out on RPi header. Since DSPI driver does not support use of GPIOs as chip selects and to allow use of DSPI on both Arduino and RPi headers, the chip selects have been multiplexed as GPIOs. The user space application will be responsible for controlling these chip selects explicitly. Signed-off-by: Sanchayan Maity <maitysanchayan@gmail.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>