From patchwork Wed Jun 21 09:32:40 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Oleksij Rempel X-Patchwork-Id: 13286987 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 4A371EB64DC for ; Wed, 21 Jun 2023 09:33:59 +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:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version: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=Md/lBjOO9l9kNH0IB/29WIjXp6MsZAhMSxbHivn/rEs=; b=IuYnpWWc4sYKxF T9WqlpADKVyp/zRwbSCGJykMfe4x6J19BNxQfn5/F/gfidcmfn3doXrBEiLupHf6iwl1sXlRihSFK YAVOiRY0Nc/ZXYb7+1dd25Gr9su1jTi+0+HfBxoPKbBpNglVsA++TJtfoJAd9288hY1H1WMSL+EUa 1D4s24dfyR7GCa6hph8ZHjNS0hihbawW3v0eabVPC3R3t2+UinV4Dz1nd1OwIISTjOx0p2UaoadS2 nh+W7c/tiqStTXh3SbkW1704qt4C1r7Ya+hF/ScxSM6nV9wbMpvo5d0ndvwN2TZWh6L4Z+DWxexed tXHA/65DLt3ESPMeMwcQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qBuDa-00DsL6-1l; Wed, 21 Jun 2023 09:33:38 +0000 Received: from metis.ext.pengutronix.de ([2001:67c:670:201:290:27ff:fe1d:cc33]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qBuDH-00DsE7-0H for linux-arm-kernel@lists.infradead.org; Wed, 21 Jun 2023 09:33:20 +0000 Received: from drehscheibe.grey.stw.pengutronix.de ([2a0a:edc0:0:c01:1d::a2]) by metis.ext.pengutronix.de with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1qBuCp-0006Qb-Su; Wed, 21 Jun 2023 11:32:52 +0200 Received: from [2a0a:edc0:0:1101:1d::ac] (helo=dude04.red.stw.pengutronix.de) by drehscheibe.grey.stw.pengutronix.de with esmtp (Exim 4.94.2) (envelope-from ) id 1qBuCl-00906Q-Nl; Wed, 21 Jun 2023 11:32:47 +0200 Received: from ore by dude04.red.stw.pengutronix.de with local (Exim 4.94.2) (envelope-from ) id 1qBuCk-000KKp-Oq; Wed, 21 Jun 2023 11:32:46 +0200 From: Oleksij Rempel To: Abel Vesa , Michael Turquette , Stephen Boyd , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Herbert Xu , "David S. Miller" , Dmitry Torokhov , Ulf Hansson Cc: Oleksij Rempel , kernel@pengutronix.de, Peng Fan , Fabio Estevam , NXP Linux Team , Daniel Lezcano , Thomas Gleixner , Michael Trimarchi , Mark Brown , Dario Binacchi , Marek Vasut , linux-clk@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, linux-input@vger.kernel.org, linux-mmc@vger.kernel.org Subject: [PATCH v1 0/7] Add support for various features to i.MX6 bindings Date: Wed, 21 Jun 2023 11:32:40 +0200 Message-Id: <20230621093245.78130-1-o.rempel@pengutronix.de> X-Mailer: git-send-email 2.39.2 MIME-Version: 1.0 X-SA-Exim-Connect-IP: 2a0a:edc0:0:c01:1d::a2 X-SA-Exim-Mail-From: ore@pengutronix.de X-SA-Exim-Scanned: No (on metis.ext.pengutronix.de); SAEximRunCond expanded to false X-PTX-Original-Recipient: linux-arm-kernel@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230621_023319_130682_9C508A70 X-CRM114-Status: GOOD ( 12.79 ) 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org changes v2: - fix warning samples in the commit messages - drop patches which needs more work - address requested changes This patch series is aimed at addressing several dtbs_check warnings by introducing additional support in the device tree bindings for i.MX6 series SoCs. The warnings surfaced while validating some i.MX6 boards. The issues were predominantly around unrecognized compatibility strings and missing properties in the device trees. Oleksij Rempel (5): dt-bindings: mmc: fsl-imx-esdhc: Add imx6ul support dt-bindings: timer: gpt: Add i.MX6UL support dt-bindings: timer: gpt: Support 3rd clock for i.MX6DL dt-bindings: clock: imx6ul: Support optional enet*_ref_pad clocks dt-bindings: input: touchscreen: edt-ft5x06: Add 'threshold' property Documentation/devicetree/bindings/clock/imx6ul-clock.yaml | 6 ++++++ .../devicetree/bindings/input/touchscreen/edt-ft5x06.yaml | 6 ++++++ Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.yaml | 1 + Documentation/devicetree/bindings/timer/fsl,imxgpt.yaml | 7 +++++++ 4 files changed, 20 insertions(+)