Message ID | 9b560b7f5ded90430c989a211f2aee009aefc595.1622560799.git.geert+renesas@glider.be (mailing list archive) |
---|---|
State | Deferred, archived |
Headers | show |
Series | pcf857x: DTS fixes and DT binding to json-schema conversion | expand |
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?
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>
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 --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; };
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(-)