From: Peng Fan <peng.fan@oss.nxp.com>
To: robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org,
shawnguo@kernel.org, Fabio Estevam <festevam@denx.de>,
Lucas Stach <l.stach@pengutronix.de>,
Sascha Hauer <s.hauer@pengutronix.de>,
kernel@pengutronix.de, linux-arm-kernel@lists.infradead.org,
devicetree@vger.kernel.org, linux-imx@nxp.com,
abelvesa@kernel.org, Marek Vasut <marex@denx.de>
Subject: Align fsl,pins with dtschema
Date: Sat, 23 Jul 2022 20:15:42 +0800 [thread overview]
Message-ID: <1c6c9750-571c-bfd9-8804-4f16d691c480@oss.nxp.com> (raw)
All,
I am thinking whether we need to modify the fsl,pins as below. Because
fsl,pins use uint32-matrix, so just wanna know we should do this update.
Anyway there is NO dtbs check warning. If we update fsl,pins, there are
bunches of dts files need update. Do you think we need to update or not?
pinctrl_ov5640: ov5640grp {
- fsl,pins = <
- MX8MM_IOMUXC_GPIO1_IO07_GPIO1_IO7 0x19
- MX8MM_IOMUXC_GPIO1_IO06_GPIO1_IO6 0x19
- MX8MM_IOMUXC_GPIO1_IO14_CCMSRCGPCMIX_CLKO1 0x59
- >;
+ fsl,pins =
+ <MX8MM_IOMUXC_GPIO1_IO07_GPIO1_IO7
0x19>,
+ <MX8MM_IOMUXC_GPIO1_IO06_GPIO1_IO6
0x19>,
+ <MX8MM_IOMUXC_GPIO1_IO14_CCMSRCGPCMIX_CLKO1
0x59>;
};
Thanks,
Peng.
next reply other threads:[~2022-07-23 12:16 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-07-23 12:15 Peng Fan [this message]
2022-07-26 9:35 ` Align fsl,pins with dtschema Krzysztof Kozlowski
2022-07-28 8:34 ` Alexander Stein
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=1c6c9750-571c-bfd9-8804-4f16d691c480@oss.nxp.com \
--to=peng.fan@oss.nxp.com \
--cc=abelvesa@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=festevam@denx.de \
--cc=kernel@pengutronix.de \
--cc=krzysztof.kozlowski+dt@linaro.org \
--cc=l.stach@pengutronix.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-imx@nxp.com \
--cc=marex@denx.de \
--cc=robh+dt@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).