From patchwork Wed Oct 6 13:26:03 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Abel Vesa X-Patchwork-Id: 12539505 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 mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A718AC433F5 for ; Wed, 6 Oct 2021 13:39:10 +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 6F370610A2 for ; Wed, 6 Oct 2021 13:39:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 6F370610A2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=nxp.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org 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:References:In-Reply-To: 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: List-Owner; bh=Qa1PUvUBVJsJ3hpnkzoTKNWjBllLTp2pXIsHfPIqfN8=; b=2+NWmrtM5boZrn lUP80NllHicF5fdCkttfjqh9eflv/fpxN7leRxJJMTZdF5JGUxP5TpLjysZzIn5gcVqXD2Tvww2eA pWHhW5RMSuoKSmWcY1n/U3bkkPjKc9ta7bgi+dKrnEWvx96qNupBrLLgEM7Aa0YRcQ2oIoMEG0B3f ZW5Lxqmjgh9UbHTjZxkkUiiXGqPClTyyDpeNBAHqzOhTGBnnXvhSeQDd8AWW7b85nD4XcoLY26Ehi rG9G8jRgJ/AYhRNnYuKJDCm9qmrHVUqhz6hsVOdZGvjlJqJBU7R29V20HMB+2rKicYGuE+fb3peyD D7+4Ef8OawBdl3dq8mHg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mY76P-00ET7Q-Q2; Wed, 06 Oct 2021 13:36:58 +0000 Received: from inva021.nxp.com ([92.121.34.21]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mY6wM-00EOoV-I7 for linux-arm-kernel@lists.infradead.org; Wed, 06 Oct 2021 13:26:36 +0000 Received: from inva021.nxp.com (localhost [127.0.0.1]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 44C13201A4C; Wed, 6 Oct 2021 15:26:32 +0200 (CEST) Received: from inva024.eu-rdc02.nxp.com (inva024.eu-rdc02.nxp.com [134.27.226.22]) by inva021.eu-rdc02.nxp.com (Postfix) with ESMTP id 37323201A46; Wed, 6 Oct 2021 15:26:32 +0200 (CEST) Received: from fsr-ub1664-175.ea.freescale.net (fsr-ub1664-175.ea.freescale.net [10.171.82.40]) by inva024.eu-rdc02.nxp.com (Postfix) with ESMTP id 98A7D2029F; Wed, 6 Oct 2021 15:26:31 +0200 (CEST) From: Abel Vesa To: Rob Herring , Dong Aisheng , Shawn Guo , Sascha Hauer , Greg Kroah-Hartman , Fabio Estevam Cc: Pengutronix Kernel Team , linux-i2c@vger.kernel.org, linux-serial@vger.kernel.org, NXP Linux Team , Linux Kernel Mailing List , linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Abel Vesa Subject: [PATCH v3 10/11] dt-bindings: i2c: imx-lpi2c: Add i.MX8DXL compatible match Date: Wed, 6 Oct 2021 16:26:03 +0300 Message-Id: <1633526764-30151-11-git-send-email-abel.vesa@nxp.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1633526764-30151-1-git-send-email-abel.vesa@nxp.com> References: <1633526764-30151-1-git-send-email-abel.vesa@nxp.com> X-Virus-Scanned: ClamAV using ClamSMTP X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211006_062634_797750_5A75FFCE X-CRM114-Status: UNSURE ( 8.98 ) 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 i.MX8DXL lpi2c compatible to the bindings documentation. Signed-off-by: Abel Vesa --- Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml index acf2d5f45f4e..f277b4de5344 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml @@ -17,10 +17,12 @@ properties: oneOf: - enum: - fsl,imx7ulp-lpi2c + - fsl,imx8dxl-lpi2c - fsl,imx8qm-lpi2c - fsl,imx8qxp-lpi2c - items: - enum: + - fsl,imx8dxl-lpi2c - fsl,imx8qm-lpi2c - fsl,imx8qxp-lpi2c - const: fsl,imx7ulp-lpi2c