From patchwork Thu Apr 14 16:15:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Harvey X-Patchwork-Id: 12813688 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id 7A952C433F5 for ; Thu, 14 Apr 2022 16:16:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:List-Subscribe:List-Help: List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date:Subject:Cc: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=lMw7DZNbPAGU2kiTQRRvt8RCMwJSvWH6tBqJSgqU+v8=; b=ILLIxorVRYwwOJ zVBtvjJkm7EgBMx0ve/GnsOWdhj1WA6P4TeB6xFccbL3e2ZIAn517GdlfKpzgolvuooVsVGHn6NgB 0PbNgFJCoeqRKwi0P/5XQ4DQbZyS1c/59viLuSvTnp9mWLnTcMM0+byK7dbsyeKjhvqYQCPEvRuj0 Zrbkb3K+MZ5C5C7fKEC9IUO6uqDJaVyz8KYG4bFevxEy3jjXGxJKhxbjCALmF/R/3b0IygJxJXxUQ hKIq6u7DkR33aStbd0Id+SA8psUSqhjGALNSajG7+pWLO/0qHuU3fEqE1QTtNzPUWMNhGifnsylSb 9NZ/lkrx7eKuqnnz7LNA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1nf27r-006OI1-Cx; Thu, 14 Apr 2022 16:15:19 +0000 Received: from finn.gateworks.com ([108.161.129.64] helo=finn.localdomain) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1nf27n-006OFt-8M for linux-arm-kernel@lists.infradead.org; Thu, 14 Apr 2022 16:15:16 +0000 Received: from 068-189-091-139.biz.spectrum.com ([68.189.91.139] helo=tharvey.pdc.gateworks.com) by finn.localdomain with esmtp (Exim 4.93) (envelope-from ) id 1nf27f-00CSRb-RS; Thu, 14 Apr 2022 16:15:07 +0000 From: Tim Harvey To: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Shawn Guo Cc: Rob Herring , Fabio Estevam , NXP Linux Team , Tim Harvey , Krzysztof Kozlowski , Sascha Hauer , Pengutronix Kernel Team Subject: [PATCH v2 1/2] dt-bindings: arm: Add i.MX8M Plus Gateworks GW74xx board Date: Thu, 14 Apr 2022 09:15:04 -0700 Message-Id: <20220414161505.15524-1-tharvey@gateworks.com> X-Mailer: git-send-email 2.17.1 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220414_091515_331131_C49BDBAC X-CRM114-Status: UNSURE ( 7.56 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Add DT compatible string for i.MX8M Plus based Gateworks GW74xx board. Signed-off-by: Tim Harvey Cc: Rob Herring Cc: Krzysztof Kozlowski Cc: Shawn Guo Cc: Sascha Hauer Cc: Pengutronix Kernel Team Cc: Fabio Estevam Cc: NXP Linux Team Acked-by: Krzysztof Kozlowski --- v2: - impelement feedback from Krzysztof - use updated 'gateworks' vendor prefix instead of deprecated 'gw' --- Documentation/devicetree/bindings/arm/fsl.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/arm/fsl.yaml b/Documentation/devicetree/bindings/arm/fsl.yaml index 08bdd30e511c..c2caaab128b0 100644 --- a/Documentation/devicetree/bindings/arm/fsl.yaml +++ b/Documentation/devicetree/bindings/arm/fsl.yaml @@ -860,6 +860,7 @@ properties: items: - enum: - fsl,imx8mp-evk # i.MX8MP EVK Board + - gateworks,imx8mp-gw74xx # i.MX8MP Gateworks Board - const: fsl,imx8mp - description: PHYTEC phyCORE-i.MX8MP SoM based boards