From: Patrick Bruenn <p.bruenn@xxxxxxxxxxxx> The CX9020 differs from i.MX53 Quick Start Board by: - use uart2 instead of uart1 - DVI-D connector instead of VGA - no audio - no SATA connector - CCAT FPGA connected to emi - enable rtc Signed-off-by: Patrick Bruenn <p.bruenn@xxxxxxxxxxxx> --- v4: - move alternative UART2 pinmux settings to imx53-pinfunc.h - fix copyright notice and model name to clearify cx9020 is a Beckhoff board and not from Freescale/NXP/Qualcomm - add "bhf,cx9020" compatible - remove ccat node and pin configuration as long as the ccat driver is not mainlined - use dvi-connector + ti,tfp410 instead of panel-simple - add newlines between property list and child nodes - replace underscores in node names with hypens - replace magic number 0 with polarity defines from include/dt-bindings/gpio/gpio.h - move rtc node into imx53.dtsi, change it's name into 'srtc', to avoid a conflict with 'rtc' node in imx53-m53.dtsi - rename regulator-3p2v - drop imx53-qsb container node - make iomux configuration explicit - remove unused audmux - remove unused led_pin_gpio3_23 configuration - use blue gpio-leds as disk-activity indicators for mmc0 and mmc1 - add mmc indicator leds to sdhc pingroups - keep node names in alphabetical order - remove unused sata and ssi2 - remove unused pin configs from hoggrp - add entry for Beckhoff related files to MAINTAINERS v3: add missig changelog v2: - keep alphabetic order of dts/Makefile - configure uart2 with 'fsl,dte-mode' - use display-0 and panel-0 as node names - remove unnecessary "simple-bus" for fixed regulators Cc: Andrew Lunn <andrew@xxxxxxx> Cc: Rob Herring <robh+dt@xxxxxxxxxx> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS,commit_signer:65/78=83%) Cc: Mark Rutland <mark.rutland@xxxxxxx> (maintainer:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) Cc: Jonathan Cameron <jic23@xxxxxxxxxx> (commit_signer:6/78=8%) Cc: Kevin Hilman <khilman@xxxxxxxxxxxx> (commit_signer:6/78=8%) Cc: Thierry Reding <treding@xxxxxxxxxx> (commit_signer:5/78=6%) Cc: Maxime Ripard <maxime.ripard@xxxxxxxxxxxxxxxxxx> (commit_signer:5/78=6%) Cc: "Andreas Färber" <afaerber@xxxxxxx> (authored:4/78=5%) Cc: Marek Vasut <marek.vasut@xxxxxxxxx> (authored:4/78=5%) Cc: Rask Ingemann Lambertsen <ccc94453@xxxxxxxxxxxxxxxx> (added_lines:14/92=15%,removed_lines:13/14=93%) Cc: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> (removed_lines:1/14=7%,commit_signer:66/621=11%) Cc: "David S. Miller" <davem@xxxxxxxxxxxxx> (commit_signer:52/621=8%) Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> (commit_signer:44/621=7%) Cc: devicetree@xxxxxxxxxxxxxxx (open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS) To: linux-kernel@xxxxxxxxxxxxxxx (open list) Cc: Russell King <linux@xxxxxxxxxxxxxxx> (maintainer:ARM PORT) Cc: Shawn Guo <shawnguo@xxxxxxxxxx> (maintainer:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE) Cc: Sascha Hauer <kernel@xxxxxxxxxxxxxx> (maintainer:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE) Cc: Fabio Estevam <fabio.estevam@xxxxxxx> (reviewer:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE) Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx (moderated list:ARM PORT) Patrick Bruenn (2): dt-bindings: arm: Add entry for Beckhoff CX9020 ARM: dts: imx: add CX9020 Embedded PC device tree Documentation/devicetree/bindings/arm/bhf.txt | 6 + .../devicetree/bindings/vendor-prefixes.txt | 1 + MAINTAINERS | 6 + arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx53-cx9020.dts | 295 +++++++++++++++++++++ arch/arm/boot/dts/imx53-pinfunc.h | 4 + arch/arm/boot/dts/imx53.dtsi | 9 + 7 files changed, 322 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/bhf.txt create mode 100644 arch/arm/boot/dts/imx53-cx9020.dts -- 2.11.0 -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html