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

dt-bindings: i2c: ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"

The TI part is equivalent to the NXP part, and its compatible value is
not documented in the DT bindings.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>

authored by

Geert Uytterhoeven and committed by
Wolfram Sang
4aa908fe c601610c

+2 -2
+2 -2
Documentation/devicetree/bindings/i2c/i2c-pxa-pci-ce4100.txt
··· 71 71 /* This I2C controller has one gpio controller */ 72 72 gpio@26 { 73 73 #gpio-cells = <2>; 74 - compatible = "ti,pcf8575"; 74 + compatible = "nxp,pcf8575"; 75 75 reg = <0x26>; 76 76 gpio-controller; 77 77 }; ··· 85 85 86 86 gpio@26 { 87 87 #gpio-cells = <2>; 88 - compatible = "ti,pcf8575"; 88 + compatible = "nxp,pcf8575"; 89 89 reg = <0x26>; 90 90 gpio-controller; 91 91 };