Browse Source

powerpc/fsl/dts: fix the i2c-mux compatible for t104xqds

The sanctioned compatible is "nxp,pca9547".

Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Peter Rosin 8 years ago
parent
commit
e4f2419fac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/powerpc/boot/dts/fsl/t104xqds.dtsi

+ 1 - 1
arch/powerpc/boot/dts/fsl/t104xqds.dtsi

@@ -269,7 +269,7 @@
 
 		i2c@118000 {
 			pca9547@77 {
-				compatible = "philips,pca9547";
+				compatible = "nxp,pca9547";
 				reg = <0x77>;
 			};
 			rtc@68 {