Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp7023459ybl; Mon, 23 Dec 2019 17:01:31 -0800 (PST) X-Google-Smtp-Source: APXvYqxtjmD1MOOw5PNUBoyxKFrAELsiVSd3jUMwRpWsp3BHpzITDcuTCnkN2YNEznsAAfpM8GPw X-Received: by 2002:aca:f1c2:: with SMTP id p185mr447270oih.87.1577149291242; Mon, 23 Dec 2019 17:01:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577149291; cv=none; d=google.com; s=arc-20160816; b=bLiU+RuRW+6dmvHDOPKkjHvD8PDGB3qQXtWf8kirx/+UdQP1KyQAVi9Jo2Y2w8+Vzm QA8Bj/F2Yb3KlkO3jMGYS1YjEmZlbL3UU2uS6TJHjOntqjfzV++X01GdOwOuTXuYKHVN dPGmmYkLDKtLN+pkrwMsIpjfAXq2Rk8HmTLGSw+DcrpWAhFmFIm2dh1c9WGHGqd0z7/S HseJXKx4Kww/+zwmYZRAO84Kqr5QfL1+CaqkiOrGMXtndn7HNYdw97N1fFeKOkFu2AJj cqhj29RambjfyW9qQXlIW2koXtmCco5BSWsyPh5tMmOCwoukU0XSY7cg0d0zvHuLgVh3 VFHg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:date:subject:cc:to:from; bh=H32Kr+znTmw/iMA78khpv7AWJBj4hvzP/0BsRcpdJoI=; b=AnJHL2g68dJgLSv3FTWcWeHfNdMuV93EpaU5UyTb0DwWHIOGXmLzMSUF5VyPgNbPs3 C+9rWZtgRJ+IL/hMnOSaSV4xPNT5CqSB7w93WY56ZFtqvSlhNTnHBLYBDlyB1hNOmOSf trQHajMf6vML2sn8MlKYkHqm8Q3st9X5SLRvRchRKL1HpabfuA0iNYWENXiEMYHin17W QRYcmcip4gIS1PXPAQepqMpFd+OILv016IqyKgcgSR+bbLhmS61R5/kdxDYQFQh/+wX1 1L5L84DFrzRmDtDcvRq5Q4dMJVbQ1xqPCVDCny4mTDlASpx/RgVjawYnvy1h3zYizLNG 0cuA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 194si10382926oii.2.2019.12.23.17.01.19; Mon, 23 Dec 2019 17:01:31 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727140AbfLXBAc (ORCPT + 99 others); Mon, 23 Dec 2019 20:00:32 -0500 Received: from lists.gateworks.com ([108.161.130.12]:56097 "EHLO lists.gateworks.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727034AbfLXBAb (ORCPT ); Mon, 23 Dec 2019 20:00:31 -0500 Received: from 68-189-91-139.static.snlo.ca.charter.com ([68.189.91.139] helo=rjones.pdc.gateworks.com) by lists.gateworks.com with esmtp (Exim 4.82) (envelope-from ) id 1ijYnf-0007xM-6b; Tue, 24 Dec 2019 01:15:51 +0000 From: Robert Jones To: Rob Herring , Mark Rutland , Shawn Guo , Sascha Hauer Cc: Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Robert Jones Subject: [PATCH v4 0/5] ARM: dts: imx: Add GW59xx Gateworks specials Date: Mon, 23 Dec 2019 17:00:15 -0800 Message-Id: <20191224010020.15969-1-rjones@gateworks.com> X-Mailer: git-send-email 2.9.2 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This series adds board support for the GW59xx Gateworks Ventana family specials. Changes in v2: - Generalized node names - Removed unnecessary labels - Expanded patch subject - Removed undocumented compatible string in dts** ** I realize that the "gw,ventana" still exists here, but that cant be removed without breaking a conditional check in arch/arm/mach-imx/mach-imx6q.c Changes in v3: - Fixed a conflict in arch/arm/boot/dts/Makefile Changes in v4: - Clarified authorship - Added dt-bindings compatible entries Robert Jones (4): dt-bindings: arm: fsl: Add Gateworks Ventana i.MX6DL/Q compatibles ARM: dts: imx: Add GW5907 board support ARM: dts: imx: Add GW5913 board support ARM: dts: imx: Add GW5912 board support Tim Harvey (1): ARM: dts: imx: Add GW5910 board support Documentation/devicetree/bindings/arm/fsl.yaml | 2 + arch/arm/boot/dts/Makefile | 8 + arch/arm/boot/dts/imx6dl-gw5907.dts | 14 + arch/arm/boot/dts/imx6dl-gw5910.dts | 14 + arch/arm/boot/dts/imx6dl-gw5912.dts | 13 + arch/arm/boot/dts/imx6dl-gw5913.dts | 14 + arch/arm/boot/dts/imx6q-gw5907.dts | 14 + arch/arm/boot/dts/imx6q-gw5910.dts | 14 + arch/arm/boot/dts/imx6q-gw5912.dts | 13 + arch/arm/boot/dts/imx6q-gw5913.dts | 14 + arch/arm/boot/dts/imx6qdl-gw5907.dtsi | 399 ++++++++++++++++++++ arch/arm/boot/dts/imx6qdl-gw5910.dtsi | 491 +++++++++++++++++++++++++ arch/arm/boot/dts/imx6qdl-gw5912.dtsi | 461 +++++++++++++++++++++++ arch/arm/boot/dts/imx6qdl-gw5913.dtsi | 348 ++++++++++++++++++ 14 files changed, 1819 insertions(+) create mode 100644 arch/arm/boot/dts/imx6dl-gw5907.dts create mode 100644 arch/arm/boot/dts/imx6dl-gw5910.dts create mode 100644 arch/arm/boot/dts/imx6dl-gw5912.dts create mode 100644 arch/arm/boot/dts/imx6dl-gw5913.dts create mode 100644 arch/arm/boot/dts/imx6q-gw5907.dts create mode 100644 arch/arm/boot/dts/imx6q-gw5910.dts create mode 100644 arch/arm/boot/dts/imx6q-gw5912.dts create mode 100644 arch/arm/boot/dts/imx6q-gw5913.dts create mode 100644 arch/arm/boot/dts/imx6qdl-gw5907.dtsi create mode 100644 arch/arm/boot/dts/imx6qdl-gw5910.dtsi create mode 100644 arch/arm/boot/dts/imx6qdl-gw5912.dtsi create mode 100644 arch/arm/boot/dts/imx6qdl-gw5913.dtsi -- 2.9.2