From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1B879C2D0C3 for ; Mon, 30 Dec 2019 23:20:18 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D817F20658 for ; Mon, 30 Dec 2019 23:20:17 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="uGVphQhf" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D817F20658 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=gateworks.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=K+sC714P5fT+/90TZo8TOAg6C7X7mwYAisPi27TkxI0=; b=uGV phQhfAQmI/mwateh9RF12C8It3PU9MGUewEQM2IlUHZl0MhwwpLkx3tc+HAAIqQy2KIH54bqbl5q+ g9d3nig0N6vy1gszzD0kepdxln+vBYyBH9nrnJABkOs/3lKPPNwMS0o0J34UlCPKHVgwgGmhRnaK+ fwEyWrb2Afc0CKgohcI26cvIfmE3qqxksXAKYAKSPqFO9GuouBtDc+bJ8FRVj8elsSga6v6zJh6Ln 1BUkiCQ5AqYXg1IKYFKDdepzWKPlYx8hTfJ/NGuWf5rk/Kcg0RANepw5v7bMjRrDmX8+HnLl2Xzd9 W0zoQdLVeLOifIlm36HjraYZwC9S4qQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1im4Ke-0005WQ-Jq; Mon, 30 Dec 2019 23:20:16 +0000 Received: from lists.gateworks.com ([108.161.130.12]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1im4KZ-0005VK-64 for linux-arm-kernel@lists.infradead.org; Mon, 30 Dec 2019 23:20:12 +0000 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 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191230_152011_269966_11F4F16B X-CRM114-Status: UNSURE ( 9.15 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: devicetree@vger.kernel.org, Robert Jones , linux-kernel@vger.kernel.org, NXP Linux Team , Pengutronix Kernel Team , Fabio Estevam , linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel