Received: by 2002:a25:8b91:0:0:0:0:0 with SMTP id j17csp14692507ybl; Mon, 30 Dec 2019 15:21:20 -0800 (PST) X-Google-Smtp-Source: APXvYqzlWkTjk7ah26FAg5D7N4pupFFK1KXq2iI0SHBPrsiOBNdlvnd5y4qoCeCNpBPswIeR0Nf+ X-Received: by 2002:a05:6830:12ce:: with SMTP id a14mr40146617otq.366.1577748080180; Mon, 30 Dec 2019 15:21:20 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1577748080; cv=none; d=google.com; s=arc-20160816; b=xz4YiWaHYVR9/llCufx2NX5VUDWDRiLqyx2Z2mZTAhvhporbjzQHUV9Gr3BhyNDJ+E 7cFmrFbV6wo8OCtCby1NC+7idvfRDSJ84kbXRegKYo4G+dmasQW6lrYimk/31yhLjL+F uUIZYw9AFs+3hiIZqG+2eA3BVfCm5NKlYUSy2YsQvVShFQKj4e6v3Oh5IGBDTKEU4fqf ewMBekV8SLG9N9mvf8OtlCOw167TMs03mjZD1HB5l4UOlFEuC+gvbHs+oxyxHMkPLvdp d3YKXlSWLdrmGLTfA7udeBE77xAQfOKrUP7wskD8IHUlOf3x7iaBY8oCtMRjpOJrT9od 9d2A== 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=17myaVKO2FbIlAzvEdgl9jvnna3oHDVFPql57V30CDo=; b=Cg3H7bqEs/dFGbICYYsrUg7jctfct/SdAF78RA/RrycHhDvMOSD9yuK6dS2jkcrQxi J+0rrHxg3NvBd/ZjlNPMUQNjcaWb8DaqdK6g8Z1VMc7Xf5tJAsBj0UqEvg4Pl4PTHHuM RwudpmQeZZj51Y9Mk8XcC1cfb3w9+rmbdssZVEaM5w3584+A52phAiTSJQ6VcqQ54U1I JFYwETQwSrDNifx7cDLPvnuBwdbZ/d+m984YTyM0Y0SUIOEth6L98ohPzyA2ueQYlbX2 nzHfrNhovpFReWD+PnfZO3Q1SE9cjz7eftU1hDebnkmL5M/cKVc6nDiya7erKOq8c/5i uQDg== 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 f22si21792867otp.178.2019.12.30.15.20.57; Mon, 30 Dec 2019 15:21:20 -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 S1727803AbfL3XUJ (ORCPT + 99 others); Mon, 30 Dec 2019 18:20:09 -0500 Received: from lists.gateworks.com ([108.161.130.12]:40213 "EHLO lists.gateworks.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727695AbfL3XUJ (ORCPT ); Mon, 30 Dec 2019 18:20:09 -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 1im4ZQ-0001tP-CU; Mon, 30 Dec 2019 23:35:32 +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 v5 0/5] ARM: dts: imx: Add GW59xx Gateworks specials Date: Mon, 30 Dec 2019 15:19:48 -0800 Message-Id: <20191230231953.29646-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 Changes in v5: - Added documentation schema permutations for all gateworks ventana boards - Added back compatible strings from dts removed in v2 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 | 31 ++ 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, 1848 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