Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1458844

[PATCH v3 0/2] Add board support for TS-4900

Path csiph.com!goblin1!goblin.stu.neva.ru!news2.arglkargh.de!news.mixmin.net!aioe.org!bofh.it!news.nic.it!robomod
From Lucile Quirion <lucile.quirion@savoirfairelinux.com>
Newsgroups linux.kernel
Subject [PATCH v3 0/2] Add board support for TS-4900
Date Tue, 09 Aug 2016 17:20:02 +0200
Message-ID <s4gYV-Rn-11@gated-at.bofh.it> (permalink)
X-Mailer git-send-email 2.5.5
Sender robomod@news.nic.it
List-ID <linux-kernel.vger.kernel.org>
X-Mailing-List linux-kernel@vger.kernel.org
Approved robomod@news.nic.it
Lines 53
Organization linux.* mail to news gateway
X-Original-Cc Rob Herring <robh+dt@kernel.org>, Mark Rutland <mark.rutland@arm.com>, Russell King <linux@armlinux.org.uk>, Shawn Guo <shawnguo@kernel.org>, Sascha Hauer <kernel@pengutronix.de>, Fabio Estevam <fabio.estevam@nxp.com>, kernel@savoirfairelinux.com, Mark Featherston <mark@embeddedarm.com>, Lucile Quirion <lucile.quirion@savoirfairelinux.com>
X-Original-Date Tue, 9 Aug 2016 11:15:42 -0400
X-Original-Message-ID <1470755744-7837-1-git-send-email-lucile.quirion@savoirfairelinux.com>
X-Original-Sender linux-kernel-owner@vger.kernel.org
Xref csiph.com linux.kernel:1458844

Show key headers only | View raw


This patch serie adds support for TS-4900 System on Module (SoM). This board,
manufactured by Technologic Systems, is based on an i.MX6.

The i.MX6 exists in 2 flavours: single/dualcore or quadcore. I've added TS-4900
device tree files for both flavour of the i.MX6.

The current device tree does NOT include the FPGA's GPIOs, the FPGA's UARTs
or the wireless chip.

I'd like your input about this problem:

The TS-4900 can be mounted on several carrier boards providing additional
peripheral connectors (e.g. TS-TPC-8390). A final device tree would include the
dtsi defining the carrier board's peripherals.

Should there be a dts file per SoM and carrier board combination ?

There is a already a total of 30 combinations on Technologic's website:
https://www.embeddedarm.com/products/category/modular-embedded-systems

Changes in v2:
 - fix copyright notices
 - re-license dts files with Technologic Systems's agreement
 - reorder 'status' priority
 - remove 'regulator-always-on'

Changes in v3:
 - remove unused #include from dts files
 - use generic node names (flash, rtc, gpio)
 - remove the flash partition table
 - use consistent naming across pinctrl configuration
 - do not configure reserved pad settings for RGMII
 - remove duplicated pin setting MX6QDL_PAD_ENET_REF_CLK__ENET_TX_CLK
 - use uart-has-rtscts instead of fsl,uart-has-rtscts
 - remove fsl,wp-controller property from the eMMC node


Lucile Quirion (2):
  of: documentation: add bindings documentation for TS-4900
  ARM: dts: TS-4900: add basic device tree

 .../devicetree/bindings/arm/technologic.txt        |   6 +
 arch/arm/boot/dts/Makefile                         |   2 +
 arch/arm/boot/dts/imx6dl-ts4900.dts                |  49 +++
 arch/arm/boot/dts/imx6q-ts4900.dts                 |  53 +++
 arch/arm/boot/dts/imx6qdl-ts4900.dtsi              | 481 +++++++++++++++++++++
 5 files changed, 591 insertions(+)
 create mode 100644 arch/arm/boot/dts/imx6dl-ts4900.dts
 create mode 100644 arch/arm/boot/dts/imx6q-ts4900.dts
 create mode 100644 arch/arm/boot/dts/imx6qdl-ts4900.dtsi

-- 
2.5.5

Back to linux.kernel | Previous | Next | Find similar | Unroll thread


Thread

[PATCH v3 0/2] Add board support for TS-4900 Lucile Quirion <lucile.quirion@savoirfairelinux.com> - 2016-08-09 17:20 +0200

csiph-web