diff mbox series

ARM: dts: imx53-mba53: Fix the PCA9554 compatible

Message ID 20250220133153.2380248-1-festevam@gmail.com (mailing list archive)
State New
Headers show
Series ARM: dts: imx53-mba53: Fix the PCA9554 compatible | expand

Commit Message

Fabio Estevam Feb. 20, 2025, 1:31 p.m. UTC
From: Fabio Estevam <festevam@denx.de>

gpio-pca95xx.yaml documents 'nxp,pca9554', so use this compatible
to fix the following dt-schema warning:

failed to match any schema with compatible: ['pca9554']

Signed-off-by: Fabio Estevam <festevam@denx.de>
---
 arch/arm/boot/dts/nxp/imx/imx53-mba53.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Krzysztof Kozlowski Feb. 20, 2025, 2:31 p.m. UTC | #1
On 20/02/2025 14:31, Fabio Estevam wrote:
> From: Fabio Estevam <festevam@denx.de>
> 
> gpio-pca95xx.yaml documents 'nxp,pca9554', so use this compatible
> to fix the following dt-schema warning:
> 
> failed to match any schema with compatible: ['pca9554']
> 
> Signed-off-by: Fabio Estevam <festevam@denx.de>
> ---

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/nxp/imx/imx53-mba53.dts b/arch/arm/boot/dts/nxp/imx/imx53-mba53.dts
index c14eb7280f09..3cdb87ac1d7c 100644
--- a/arch/arm/boot/dts/nxp/imx/imx53-mba53.dts
+++ b/arch/arm/boot/dts/nxp/imx/imx53-mba53.dts
@@ -162,7 +162,7 @@  codec: sgtl5000@a {
 	};
 
 	expander: pca9554@20 {
-		compatible = "pca9554";
+		compatible = "nxp,pca9554";
 		reg = <0x20>;
 		interrupts = <109>;
 		#gpio-cells = <2>;