Commit 7eb3894b authored by Yuantian Tang's avatar Yuantian Tang Committed by Shawn Guo

arm64: dts: ls1028a: fix a compatible issue

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: default avatarYuantian Tang <andy.tang@nxp.com>
Acked-by: default avatarLi Yang <leoyang.li@nxp.com>
Fixes: 8897f325 ("arm64: dts: Add support for NXP LS1028A SoC")
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 95993238
......@@ -127,7 +127,7 @@ &i2c0 {
status = "okay";
i2c-mux@77 {
compatible = "nxp,pca9847";
compatible = "nxp,pca9547";
reg = <0x77>;
#address-cells = <1>;
#size-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment