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

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>
This commit is contained in:
Fabio Estevam 2025-02-20 10:31:53 -03:00 committed by Shawn Guo
parent a1ea2f97e7
commit 1ff701b3e0

View File

@ -162,7 +162,7 @@ codec: sgtl5000@a {
};
expander: pca9554@20 {
compatible = "pca9554";
compatible = "nxp,pca9554";
reg = <0x20>;
interrupts = <109>;
#gpio-cells = <2>;