From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751938AbdGMLN6 (ORCPT ); Thu, 13 Jul 2017 07:13:58 -0400 Received: from internet2.beckhoff.com ([194.25.186.210]:63260 "EHLO Internet2.beckhoff.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751375AbdGMLN4 (ORCPT ); Thu, 13 Jul 2017 07:13:56 -0400 From: To: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , "open list:DRM PANEL DRIVERS" CC: Patrick Bruenn , Rob Herring , Mark Rutland , Russell King , Shawn Guo , Sascha Hauer , Thierry Reding , David Airlie , Fabio Estevam , "moderated list:ARM PORT" , open list Subject: [PATCH v3 0/2] Add CX9020 device tree Date: Thu, 13 Jul 2017 13:13:37 +0200 Message-ID: <20170713111340.13862-1-linux-kernel-dev@beckhoff.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20170712090408.12212-1-linux-kernel-dev@beckhoff.com> References: <20170712090408.12212-1-linux-kernel-dev@beckhoff.com> MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [172.17.66.104] X-OLX-Disclaimer: Done Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Patrick Bruenn Add device tree for Beckhoff CX9020 Embedded PC. The CX9020 differs from i.MX53 Quick Start Board by: - use uart2 instead of uart1 - DVI-D connector instead of VGA - no audio - CCAT FPGA connected to emi - enable rtc v3: add missing changelog, sorry about the noise v2: - include simple ddc-only panel patch - 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 Patrick Bruenn (2): ARM: dts: imx: add CX9020 Embedded PC device tree drm/panel: simple: Add support for ddc-only panel arch/arm/boot/dts/Makefile | 1 + arch/arm/boot/dts/imx53-cx9020.dts | 370 +++++++++++++++++++++++++++++++++++ drivers/gpu/drm/panel/panel-simple.c | 6 + 3 files changed, 377 insertions(+) create mode 100644 arch/arm/boot/dts/imx53-cx9020.dts -- 2.11.0