Skip to content

Commit 7eb3894

Browse files
andynxpShawn Guo
authored andcommitted
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: Yuantian Tang <[email protected]> Acked-by: Li Yang <[email protected]> Fixes: 8897f32 ("arm64: dts: Add support for NXP LS1028A SoC") Signed-off-by: Shawn Guo <[email protected]>
1 parent 9599323 commit 7eb3894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/freescale/fsl-ls1028a-qds.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
status = "okay";
128128

129129
i2c-mux@77 {
130-
compatible = "nxp,pca9847";
130+
compatible = "nxp,pca9547";
131131
reg = <0x77>;
132132
#address-cells = <1>;
133133
#size-cells = <0>;

0 commit comments

Comments
 (0)