From: Frank Li <Frank.Li@nxp.com>
To: Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Shawn Guo <shawnguo@kernel.org>,
Sascha Hauer <s.hauer@pengutronix.de>,
Pengutronix Kernel Team <kernel@pengutronix.de>,
Fabio Estevam <festevam@gmail.com>,
devicetree@vger.kernel.org (open list:OPEN FIRMWARE AND
FLATTENED DEVICE TREE BINDINGS),
imx@lists.linux.dev (open list:ARM/FREESCALE IMX / MXC ARM
ARCHITECTURE),
linux-arm-kernel@lists.infradead.org (moderated
list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE),
linux-kernel@vger.kernel.org (open list)
Subject: [PATCH v2 1/4] arm64: dts: imx95: add '#address-cells' and '#size-cells' for all i2c
Date: Thu, 20 Jun 2024 12:16:19 -0400 [thread overview]
Message-ID: <20240620161622.3986692-1-Frank.Li@nxp.com> (raw)
Add '#address-cells' and '#size-cells' for all I2C to avoid duplicate these
at every board files.
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
---
Change from v1 to v2
- Add Peng Fan's review tag
---
arch/arm64/boot/dts/freescale/imx95.dtsi | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/arch/arm64/boot/dts/freescale/imx95.dtsi b/arch/arm64/boot/dts/freescale/imx95.dtsi
index f98cec944eeed..cc5e829e76cc5 100644
--- a/arch/arm64/boot/dts/freescale/imx95.dtsi
+++ b/arch/arm64/boot/dts/freescale/imx95.dtsi
@@ -462,6 +462,8 @@ lpi2c3: i2c@42530000 {
clocks = <&scmi_clk IMX95_CLK_LPI2C3>,
<&scmi_clk IMX95_CLK_BUSWAKEUP>;
clock-names = "per", "ipg";
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "disabled";
};
@@ -472,6 +474,8 @@ lpi2c4: i2c@42540000 {
clocks = <&scmi_clk IMX95_CLK_LPI2C4>,
<&scmi_clk IMX95_CLK_BUSWAKEUP>;
clock-names = "per", "ipg";
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "disabled";
};
@@ -566,6 +570,8 @@ lpi2c5: i2c@426b0000 {
clocks = <&scmi_clk IMX95_CLK_LPI2C5>,
<&scmi_clk IMX95_CLK_BUSWAKEUP>;
clock-names = "per", "ipg";
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "disabled";
};
@@ -576,6 +582,8 @@ lpi2c6: i2c@426c0000 {
clocks = <&scmi_clk IMX95_CLK_LPI2C6>,
<&scmi_clk IMX95_CLK_BUSWAKEUP>;
clock-names = "per", "ipg";
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "disabled";
};
@@ -586,6 +594,8 @@ lpi2c7: i2c@426d0000 {
clocks = <&scmi_clk IMX95_CLK_LPI2C7>,
<&scmi_clk IMX95_CLK_BUSWAKEUP>;
clock-names = "per", "ipg";
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "disabled";
};
@@ -596,6 +606,8 @@ lpi2c8: i2c@426e0000 {
clocks = <&scmi_clk IMX95_CLK_LPI2C8>,
<&scmi_clk IMX95_CLK_BUSWAKEUP>;
clock-names = "per", "ipg";
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "disabled";
};
@@ -816,6 +828,8 @@ lpi2c1: i2c@44340000 {
clocks = <&scmi_clk IMX95_CLK_LPI2C1>,
<&scmi_clk IMX95_CLK_BUSAON>;
clock-names = "per", "ipg";
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "disabled";
};
@@ -826,6 +840,8 @@ lpi2c2: i2c@44350000 {
clocks = <&scmi_clk IMX95_CLK_LPI2C2>,
<&scmi_clk IMX95_CLK_BUSAON>;
clock-names = "per", "ipg";
+ #address-cells = <1>;
+ #size-cells = <0>;
status = "disabled";
};
--
2.34.1
next reply other threads:[~2024-06-20 16:16 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-20 16:16 Frank Li [this message]
2024-06-20 16:16 ` [PATCH v2 2/4] arm64: dts: imx95: add pcie[0,1] and pcie-ep[0,1] support Frank Li
2024-06-20 16:16 ` [PATCH v2 3/4] arm64: dts: imx95-19x19-evk: add lpi2c7 and expander gpio pcal6524 Frank Li
2024-06-21 1:36 ` Peng Fan
2024-06-20 16:16 ` [PATCH v2 4/4] arm64: dts: imx95-19x19-evk: add PCIe[0,1] support Frank Li
2024-06-27 10:02 ` [PATCH v2 1/4] arm64: dts: imx95: add '#address-cells' and '#size-cells' for all i2c 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=20240620161622.3986692-1-Frank.Li@nxp.com \
--to=frank.li@nxp.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@gmail.com \
--cc=imx@lists.linux.dev \
--cc=kernel@pengutronix.de \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=robh@kernel.org \
--cc=s.hauer@pengutronix.de \
--cc=shawnguo@kernel.org \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).