powerpc/fsl/dts: fix the i2c-mux compatible for t104xqds
authorPeter Rosin <peda@axentia.se>
Thu, 3 Aug 2017 12:59:34 +0000 (14:59 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Mon, 21 May 2018 04:48:01 +0000 (14:48 +1000)
The sanctioned compatible is "nxp,pca9547".

Signed-off-by: Peter Rosin <peda@axentia.se>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
arch/powerpc/boot/dts/fsl/t104xqds.dtsi

index 2fd4cbe..6154797 100644 (file)
 
                i2c@118000 {
                        pca9547@77 {
-                               compatible = "philips,pca9547";
+                               compatible = "nxp,pca9547";
                                reg = <0x77>;
                        };
                        rtc@68 {