diff mbox series

[v2,1/4] dt-bindings: i2c: ce4100: Replace "ti,pcf8575" by "nxp,pcf8575"

Message ID 9b560b7f5ded90430c989a211f2aee009aefc595.1622560799.git.geert+renesas@glider.be
State New
Headers show
Series [v2,1/4] dt-bindings: i2c: ce4100: Replace "ti,pcf8575" by "nxp,pcf8575" | expand

Commit Message

Geert Uytterhoeven June 1, 2021, 3:25 p.m. UTC
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>
---
v2:
  - New.
---
 Documentation/devicetree/bindings/i2c/i2c-pxa-pci-ce4100.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Wolfram Sang June 4, 2021, 8:27 p.m. UTC | #1
On Tue, Jun 01, 2021 at 05:25:44PM +0200, Geert Uytterhoeven wrote:
> 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>

I'd think I pick this individually? Or shall it all go via some tree?
Rob Herring June 4, 2021, 9:50 p.m. UTC | #2
On Fri, Jun 04, 2021 at 10:27:28PM +0200, Wolfram Sang wrote:
> On Tue, Jun 01, 2021 at 05:25:44PM +0200, Geert Uytterhoeven wrote:
> > 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>
> 
> I'd think I pick this individually? Or shall it all go via some tree?

Yes, you can take it.

Reviewed-by: Rob Herring <robh@kernel.org>
Wolfram Sang June 20, 2021, 9:08 p.m. UTC | #3
On Tue, Jun 01, 2021 at 05:25:44PM +0200, Geert Uytterhoeven wrote:
> 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>

Applied to for-next, thanks!
diff mbox series

Patch

diff --git a/Documentation/devicetree/bindings/i2c/i2c-pxa-pci-ce4100.txt b/Documentation/devicetree/bindings/i2c/i2c-pxa-pci-ce4100.txt
index 569b16248514ff86..1ff6f8487a2d7bbd 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-pxa-pci-ce4100.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-pxa-pci-ce4100.txt
@@ -71,7 +71,7 @@  This is an example which is used on FalconFalls:
 			/* This I2C controller has one gpio controller */
 			gpio@26 {
 				#gpio-cells = <2>;
-				compatible = "ti,pcf8575";
+				compatible = "nxp,pcf8575";
 				reg = <0x26>;
 				gpio-controller;
 			};
@@ -85,7 +85,7 @@  This is an example which is used on FalconFalls:
 
 			gpio@26 {
 				#gpio-cells = <2>;
-				compatible = "ti,pcf8575";
+				compatible = "nxp,pcf8575";
 				reg = <0x26>;
 				gpio-controller;
 			};