linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] ARM: tegra: initial support for Colibri T30
@ 2014-05-14 21:45 stefan
  2014-05-14 21:45 ` [PATCH v2 1/3] ARM: tegra: enable MCP251x CAN controller and DS1307 RTC stefan
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: stefan @ 2014-05-14 21:45 UTC (permalink / raw)
  To: swarren, thierry.reding
  Cc: linux, devicetree, linux-arm-kernel, linux-kernel, linux-tegra,
	marcel, stefan

From: Stefan Agner <stefan@agner.ch>

This device tree cooked a while in our repository and is now quite
complete. All is tested on several Colibri T30 modules and
evaluation boards by Marcel and me. The device tree is splitted
into a module part and the carrier board. The former is then
included by the latter (in this case the evaluation board). The
comments "Colibri: " represent the SO-DIMM Pin name as defined
in the Colibri standard, and should be helpful for users
adopting the device tree for other carrier boards.

The second revision has one new patch which adds Toradex default
demo panels to the simple-panel driver. One could argue that those
panels are not actually part of the evaluation board, but when
customer build something with TFT panels they usually are integrated
into one system. Hence I descided to add them to the evaluation board
as well to have such a complete system, including TFT panel.

Note: Patch 1 is already applied!

Changes since v1:
- Extended with two TFT LCD panels from EDT
- Removed version specific compatible string and add modules compatible
  string in the carrier board file
- Removed serial alias and dr_mode property from USB controller
- Removed PMC status since this is enabled in tegra30.dtsi
- Lowered voltage of VDD_CPU to 1.15V again (tests were done with 1.15V)
- Added pinmux for lcd_m1 which makes data enable based panels working

Stefan Agner (3):
  ARM: tegra: enable MCP251x CAN controller and DS1307 RTC
  drm/panel: add support for EDT panels
  ARM: tegra: initial add of Colibri T30

 .../devicetree/bindings/panel/edt,et057090dhu.txt  |   7 +
 .../devicetree/bindings/panel/edt,et070080dh6.txt  |   7 +
 arch/arm/boot/dts/Makefile                         |   1 +
 arch/arm/boot/dts/tegra30-colibri-eval-v3.dts      | 205 +++++++++++
 arch/arm/boot/dts/tegra30-colibri.dtsi             | 377 +++++++++++++++++++++
 arch/arm/configs/tegra_defconfig                   |   6 +
 drivers/gpu/drm/panel/panel-simple.c               |  52 +++
 7 files changed, 655 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/panel/edt,et057090dhu.txt
 create mode 100644 Documentation/devicetree/bindings/panel/edt,et070080dh6.txt
 create mode 100644 arch/arm/boot/dts/tegra30-colibri-eval-v3.dts
 create mode 100644 arch/arm/boot/dts/tegra30-colibri.dtsi

-- 
1.9.2


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2014-05-15 18:38 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-14 21:45 [PATCH v2 0/4] ARM: tegra: initial support for Colibri T30 stefan
2014-05-14 21:45 ` [PATCH v2 1/3] ARM: tegra: enable MCP251x CAN controller and DS1307 RTC stefan
2014-05-15 18:15   ` Stephen Warren
2014-05-14 21:45 ` [PATCH v2 2/3] drm/panel: add support for EDT panels stefan
2014-05-15  7:51   ` Thierry Reding
2014-05-15  8:24     ` Stefan Agner
2014-05-15  9:12       ` Thierry Reding
2014-05-15  9:35         ` Philipp Zabel
2014-05-15  9:39           ` Stefan Agner
2014-05-15  8:27     ` Philipp Zabel
2014-05-15  9:08       ` Thierry Reding
2014-05-15  9:30         ` Philipp Zabel
2014-05-15  9:36         ` Stefan Agner
2014-05-14 21:45 ` [PATCH v2 3/3] ARM: tegra: initial add of Colibri T30 stefan
2014-05-15 18:37   ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).