LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
From: "Peng Fan (OSS)" <peng.fan@oss.nxp.com>
To: robh+dt@kernel.org, aisheng.dong@nxp.com, shawnguo@kernel.org,
s.hauer@pengutronix.de, ulf.hansson@linaro.org,
broonie@kernel.org, linux@roeck-us.net, wim@linux-watchdog.org,
linux@rempel-privat.de
Cc: kernel@pengutronix.de, festevam@gmail.com, linux-imx@nxp.com,
daniel.lezcano@linaro.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org, linux-i2c@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-mmc@vger.kernel.org,
linux-serial@vger.kernel.org, linux-spi@vger.kernel.org,
linux-watchdog@vger.kernel.org, Jacky Bai <ping.bai@nxp.com>,
Rob Herring <robh@kernel.org>, Peng Fan <peng.fan@nxp.com>
Subject: [PATCH V6 1/7] dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string
Date: Fri, 26 Nov 2021 15:39:56 +0800 [thread overview]
Message-ID: <20211126074002.1535696-2-peng.fan@oss.nxp.com> (raw)
In-Reply-To: <20211126074002.1535696-1-peng.fan@oss.nxp.com>
From: Jacky Bai <ping.bai@nxp.com>
Add the compatible for i.MX8ULP.
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
---
- v6 changes:
rebase
- v5 changes:
no
- v4 changes:
no
- v3 changes:
no
- v2 changes:
no
Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml
index fe0c89edf7c1..a4bc57d044a0 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-imx-lpi2c.yaml
@@ -21,6 +21,7 @@ properties:
- enum:
- fsl,imx8qxp-lpi2c
- fsl,imx8qm-lpi2c
+ - fsl,imx8ulp-lpi2c
- const: fsl,imx7ulp-lpi2c
reg:
--
2.25.1
next prev parent reply other threads:[~2021-11-26 7:43 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-26 7:39 [PATCH V6 0/7] dt-bindinds/dts: support i.MX8ULP Peng Fan (OSS)
2021-11-26 7:39 ` Peng Fan (OSS) [this message]
2021-11-29 8:43 ` [PATCH V6 1/7] dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string Wolfram Sang
2021-11-26 7:39 ` [PATCH V6 2/7] dt-bindings: serial: fsl-lpuart: " Peng Fan (OSS)
2021-11-26 7:39 ` [PATCH V6 3/7] dt-bindings: timer: tpm-timer: " Peng Fan (OSS)
2021-11-29 10:02 ` Daniel Lezcano
2022-01-10 12:59 ` [tip: timers/core] " tip-bot2 for Jacky Bai
2021-11-26 7:39 ` [PATCH V6 4/7] dt-bindings: watchdog: imx7ulp-wdt: " Peng Fan (OSS)
2021-11-26 7:40 ` [PATCH V6 5/7] dt-bindings: arm: fsl: Add binding for imx8ulp evk Peng Fan (OSS)
2021-12-06 3:10 ` Shawn Guo
2021-11-26 7:40 ` [PATCH V6 6/7] arm64: dts: imx8ulp: Add the basic dtsi file for imx8ulp Peng Fan (OSS)
2021-12-06 2:17 ` Shawn Guo
2021-12-06 3:01 ` Peng Fan
2021-12-06 3:07 ` Shawn Guo
2021-12-06 3:10 ` Shawn Guo
2021-11-26 7:40 ` [PATCH V6 7/7] arm64: dts: imx8ulp: Add the basic dts for imx8ulp evk board Peng Fan (OSS)
2021-12-06 3:11 ` Shawn Guo
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211126074002.1535696-2-peng.fan@oss.nxp.com \
--to=peng.fan@oss.nxp.com \
--cc=aisheng.dong@nxp.com \
--cc=broonie@kernel.org \
--cc=daniel.lezcano@linaro.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=kernel@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-imx@nxp.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mmc@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux-watchdog@vger.kernel.org \
--cc=linux@rempel-privat.de \
--cc=linux@roeck-us.net \
--cc=peng.fan@nxp.com \
--cc=ping.bai@nxp.com \
--cc=robh+dt@kernel.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
--cc=ulf.hansson@linaro.org \
--cc=wim@linux-watchdog.org \
--subject='Re: [PATCH V6 1/7] dt-bindings: i2c: imx-lpi2c: Add imx8ulp compatible string' \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).