devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] ARM: dts: imx51-digi-connectcore-som: Fix MMA7455 compatible
@ 2025-03-15 12:10 Fabio Estevam
  2025-03-17 11:08 ` Krzysztof Kozlowski
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2025-03-15 12:10 UTC (permalink / raw)
  To: shawnguo
  Cc: robh, krzk+dt, conor+dt, linux-arm-kernel, devicetree,
	Fabio Estevam

From: Fabio Estevam <festevam@denx.de>

According to fsl,mma7455.yaml, the correct compatible string is
"fsl,mma7455".

Change it accordingly to fix the following dt-schema warning:

failed to match any schema with compatible: ['fsl,mma7455l']

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
Changes since v1:
- Fix MMA7455 typo in Subject.

 arch/arm/boot/dts/nxp/imx/imx51-digi-connectcore-som.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/nxp/imx/imx51-digi-connectcore-som.dtsi b/arch/arm/boot/dts/nxp/imx/imx51-digi-connectcore-som.dtsi
index dc72a2d14960..1980f751f161 100644
--- a/arch/arm/boot/dts/nxp/imx/imx51-digi-connectcore-som.dtsi
+++ b/arch/arm/boot/dts/nxp/imx/imx51-digi-connectcore-som.dtsi
@@ -165,7 +165,7 @@ &i2c2 {
 	mma7455l@1d {
 		pinctrl-names = "default";
 		pinctrl-0 = <&pinctrl_mma7455l>;
-		compatible = "fsl,mma7455l";
+		compatible = "fsl,mma7455";
 		reg = <0x1d>;
 		interrupt-parent = <&gpio1>;
 		interrupts = <7 IRQ_TYPE_LEVEL_HIGH>, <6 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.34.1


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

* Re: [PATCH v2] ARM: dts: imx51-digi-connectcore-som: Fix MMA7455 compatible
  2025-03-15 12:10 [PATCH v2] ARM: dts: imx51-digi-connectcore-som: Fix MMA7455 compatible Fabio Estevam
@ 2025-03-17 11:08 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 2+ messages in thread
From: Krzysztof Kozlowski @ 2025-03-17 11:08 UTC (permalink / raw)
  To: Fabio Estevam, shawnguo
  Cc: robh, krzk+dt, conor+dt, linux-arm-kernel, devicetree,
	Fabio Estevam

On 15/03/2025 13:10, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> According to fsl,mma7455.yaml, the correct compatible string is
> "fsl,mma7455".

Not sure. This is a different device and you rename the compatible to be
pretend to be something else? Your commit msg should provide rather an
argument why binding is correct and not the DTS.

> 
> Change it accordingly to fix the following dt-schema warning:

Don't grow the simple commit msgs unnecessarily. This can easily part of
previous paragraph to save you two lines.

> 
> failed to match any schema with compatible: ['fsl,mma7455l']


Best regards,
Krzysztof

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

end of thread, other threads:[~2025-03-17 11:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-15 12:10 [PATCH v2] ARM: dts: imx51-digi-connectcore-som: Fix MMA7455 compatible Fabio Estevam
2025-03-17 11:08 ` Krzysztof Kozlowski

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