devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Align fsl,pins with dtschema
@ 2022-07-23 12:15 Peng Fan
  2022-07-26  9:35 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 3+ messages in thread
From: Peng Fan @ 2022-07-23 12:15 UTC (permalink / raw)
  To: robh+dt, krzysztof.kozlowski+dt, shawnguo, Fabio Estevam,
	Lucas Stach, Sascha Hauer, kernel, linux-arm-kernel, devicetree,
	linux-imx, abelvesa, Marek Vasut

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.


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-07-28  8:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-23 12:15 Align fsl,pins with dtschema Peng Fan
2022-07-26  9:35 ` Krzysztof Kozlowski
2022-07-28  8:34   ` Alexander Stein

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).