]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ARM: dts: imx51-digi-connectcore-som: Fix MMA7455 compatible
authorFabio Estevam <festevam@denx.de>
Mon, 17 Mar 2025 12:31:09 +0000 (09:31 -0300)
committerShawn Guo <shawnguo@kernel.org>
Tue, 22 Apr 2025 02:48:20 +0000 (10:48 +0800)
The "fsl,mma7455l" compatible string is not documented anywhere.

MMA7455L is the exact same device as the MMA7455, with the exception that
it is lead-free. Use the documented compatible string.

Signed-off-by: Fabio Estevam <festevam@denx.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx51-digi-connectcore-som.dtsi

index dc72a2d14960feb7758e5debe5fc3b816a963fde..1980f751f161b28acdbdc6a91b0dfe4d8c305ae9 100644 (file)
        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>;