summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/imx6ull-14x14-ddr3-arm2-lcdif.dts
AgeCommit message (Collapse)Author
2019-02-12MLK-12849 ARM: dts: imx6ull-ddr3-arm2: add a new dts file for TSCRobby Cai
Since TSC has pin conflict with I2C1 which is used by PMIC and Camera, we need to move TSC setting from LCDIF dts file into a separated one to achieve the LCDIF and Camera feature in one DTS file. After the change, we can get the supported features as follows. -lcdif.dtb: lcd and camera, but no tsc -tsc.dtb: lcd and tsc, but no camera Signed-off-by: Robby Cai <robby.cai@nxp.com>
2019-02-12MLK-12734 ARM: dts: add TSC support for imx6ull-ddr3-arm2 board.Haibo Chen
Add touch support for the LCD screen on imx6ull-ddr3-arm2 board. Due to the touch pin conflict with usbotg1 and I2C1 bus, so this patch disable I2C1 bus and usbotg1. Signed-off-by: Haibo Chen <haibo.chen@nxp.com>
2019-02-12MLK-12724 ARM: dts: imx6ull-ddr3-arm2: resolve pin conflicts for pwm3 and ↵Fancy Fang
lcd touch Since pwm3 and lcd touch are conflict for one pin, change backlight to use pwm1 instead. But pwm1 also conflicts with enet1, so enable backlight in a new dts file. Signed-off-by: Fancy Fang <chen.fang@nxp.com>
2019-02-12MLK-12678 ARM: dts: imx6ull-ddr3-arm2: solve pin conflict for pwm3 and otg1Leonard Crestez
The pwm3 and otg1 share the same pin 'GPIO1_IO04'. And default, the pin is used for otg1. So create a new dts file to solve this conflict. Signed-off-by: Fancy Fang <chen.fang@nxp.com>