[PATCH v3 0/3] ARM: dts: overo: Add panel support
From: Florian Vaussard <hidden>
Date: 2014-05-23 07:09:07
Also in:
linux-devicetree, linux-omap
Hi Tomi, On 05/20/2014 03:58 PM, Florian Vaussard wrote:
Hi, This series enables the DVI and LCD panels present on some of the Overo expansion boards.
Do you have any more comments on these? If no, do you want to pull them through your tree for 3.16, as discussed with Tony? Regards, Florian
DVI output: - Tobi - Summit LCD (3.5''): - Alto35 LCD (4.3''): - Chestnut43 - Palo43 - Gallop43 I tested on Tobi, Alto35 and Gallop43. This series depends on several patches from Tomi [1][2][3] targeting 3.16. Regards, Florian Since v2: - Use gpio-backlight Since v1: - Rebased on 3.15-rc4 + recent patches from Tomi [1] http://thread.gmane.org/gmane.linux.ports.arm.omap/114572 [2] http://thread.gmane.org/gmane.linux.ports.arm.omap/114560 [3] http://lists.infradead.org/pipermail/linux-arm-kernel/2014-January/227101.html Florian Vaussard (3): ARM: dts: overo: Add support for DVI output ARM: dts: overo: Add support for 4.3'' LCD output ARM: dts: overo: Add support for 3.5'' LCD output arch/arm/boot/dts/omap3-overo-alto35-common.dtsi | 1 + .../boot/dts/omap3-overo-chestnut43-common.dtsi | 1 + arch/arm/boot/dts/omap3-overo-common-dvi.dtsi | 111 +++++++++++++ arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi | 165 +++++++++++++++++++ arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi | 178 +++++++++++++++++++++ arch/arm/boot/dts/omap3-overo-gallop43-common.dtsi | 1 + arch/arm/boot/dts/omap3-overo-palo43-common.dtsi | 1 + arch/arm/boot/dts/omap3-overo-summit-common.dtsi | 1 + arch/arm/boot/dts/omap3-overo-tobi-common.dtsi | 1 + 9 files changed, 460 insertions(+) create mode 100644 arch/arm/boot/dts/omap3-overo-common-dvi.dtsi create mode 100644 arch/arm/boot/dts/omap3-overo-common-lcd35.dtsi create mode 100644 arch/arm/boot/dts/omap3-overo-common-lcd43.dtsi