Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1600178
| From | Jagan Teki <jagan@openedev.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v5 0/8] arm: dts: imx6q-icore: Add LVDS display nodes |
| Date | 2017-03-14 10:50 +0100 |
| Message-ID | <tkRfA-6BP-15@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
From: Jagan Teki <jagan@amarulasolutions.com>
This series adds support for lvds display, touchscreen nodes on dts for
Engicam i.CoreM6 Quad boards along with selecting few touchscreen driver
configs to imx_v6_v7_defconfig so-that select by default.
Jagan Teki (8):
ARM: dts: imx6qdl-icore: Add backlight support for lvds
ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual OpenFrame Cap 10.1
initial support
ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual OpenFrame Cap 12.3
initial support
ARM: dts: imx6q-icore: Add LVDS support
dt-bindings: input: touchscreen: Add max11801-ts binding
ARM: dts: imx6q-icore: Add touchscreen node
ARM: imx_v6_v7_defconfig: Select max11801_ts touchscreen driver
ARM: imx_v6_v7_defconfig: Select hid-multitouchdriver
.../bindings/input/touchscreen/max11801-ts.txt | 18 +++++
arch/arm/boot/dts/Makefile | 2 +
arch/arm/boot/dts/imx6q-icore-ofcap10.dts | 76 ++++++++++++++++++++++
arch/arm/boot/dts/imx6q-icore-ofcap12.dts | 76 ++++++++++++++++++++++
arch/arm/boot/dts/imx6q-icore.dts | 34 ++++++++++
arch/arm/boot/dts/imx6qdl-icore.dtsi | 19 ++++++
arch/arm/configs/imx_v6_v7_defconfig | 2 +
7 files changed, 227 insertions(+)
create mode 100644 Documentation/devicetree/bindings/input/touchscreen/max11801-ts.txt
create mode 100644 arch/arm/boot/dts/imx6q-icore-ofcap10.dts
create mode 100644 arch/arm/boot/dts/imx6q-icore-ofcap12.dts
--
1.9.1
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v5 0/8] arm: dts: imx6q-icore: Add LVDS display nodes Jagan Teki <jagan@openedev.com> - 2017-03-14 10:50 +0100 [PATCH v5 2/8] ARM: dts: imx6q: Add Engicam i.CoreM6 Quad/Dual OpenFrame Cap 10.1 initial support Jagan Teki <jagan@openedev.com> - 2017-03-14 11:00 +0100 Re: [PATCH v5 0/8] arm: dts: imx6q-icore: Add LVDS display nodes Shawn Guo <shawnguo@kernel.org> - 2017-03-16 04:00 +0100
csiph-web