Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Peter Rosin and committed by
Michael Ellerman
e4f2419f 4f7c06e2

+1 -1
+1 -1
arch/powerpc/boot/dts/fsl/t104xqds.dtsi
··· 269 269 270 270 i2c@118000 { 271 271 pca9547@77 { 272 - compatible = "philips,pca9547"; 272 + compatible = "nxp,pca9547"; 273 273 reg = <0x77>; 274 274 }; 275 275 rtc@68 {