]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx53-mba53: Fix the PCA9554 compatible
authorFabio Estevam <festevam@denx.de>
Thu, 20 Feb 2025 13:31:53 +0000 (10:31 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 11 Mar 2025 01:57:32 +0000 (09:57 +0800)
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>
Reviewed-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx53-mba53.dts

index c14eb7280f09e62a3b1fcad5321e319fc9bd7910..3cdb87ac1d7c7cc5072235bf2d5f80ff98cc15ab 100644 (file)
        };
 
        expander: pca9554@20 {
-               compatible = "pca9554";
+               compatible = "nxp,pca9554";
                reg = <0x20>;
                interrupts = <109>;
                #gpio-cells = <2>;