]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: ls1028a: fix a compatible issue
authorYuantian Tang <andy.tang@nxp.com>
Thu, 10 Oct 2019 08:33:34 +0000 (16:33 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 4 Dec 2019 21:33:10 +0000 (22:33 +0100)
[ Upstream commit 7eb3894b2fac978f811684e3ccb3cb0ad7820bef ]

The I2C multiplexer used on ls1028aqds is PCA9547, not PCA9847.
If the wrong compatible was used, this chip will not be able to
be probed correctly and hence fail to work.

Signed-off-by: Yuantian Tang <andy.tang@nxp.com>
Acked-by: Li Yang <leoyang.li@nxp.com>
Fixes: 8897f3255c9c ("arm64: dts: Add support for NXP LS1028A SoC")
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts

index de6ef39f3118ac27fe0a61ed347cf66b0080ab3f..fce9343dc017a8702c8c6d26bdf4b971455da46a 100644 (file)
@@ -99,7 +99,7 @@
        status = "okay";
 
        i2c-mux@77 {
-               compatible = "nxp,pca9847";
+               compatible = "nxp,pca9547";
                reg = <0x77>;
                #address-cells = <1>;
                #size-cells = <0>;