Message ID | cover.1620138454.git.geert+renesas@glider.be |
---|---|
Headers | show |
Series | dt-bindings: i2c: renesas: Convert to json-schema | expand |
On Tue, May 4, 2021 at 9:36 AM Geert Uytterhoeven <geert+renesas@glider.be> wrote: > > Hi all, > > This patch series converts the DT bindings for the various I2C > controllers found in Renesas SoCs to json-schema, after a small cleanup > to ease the conversion. You missed the DT list. Can you resend please. Rob
On Tue, May 04, 2021 at 04:35:53PM +0200, Geert Uytterhoeven wrote: > The compatible value "renesas,i2c-rcar" was deprecated in commit > ad4a8dc3fec6485b ("i2c: rcar: Add per-Generation fallback bindings"), > and never had any users in upstream Linux. Drop its match entry from > the driver. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> If there were never upstream users, I also think we can remove it. Still, I'd feel better with an ack from Rob. Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Hi Rob, On Thu, May 6, 2021 at 10:56 PM Rob Herring <robh@kernel.org> wrote: > On Tue, May 04, 2021 at 04:51:12PM +0200, Geert Uytterhoeven wrote: > > Convert the Renesas RZ/A I2C Bus Interface (RIIC) Device Tree binding > > documentation to json-schema. > > > > Document missing properties. > > Update the example to match reality. > > > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > > --- /dev/null > > +++ b/Documentation/devicetree/bindings/i2c/renesas,riic.yaml > > +properties: > > + compatible: > > + oneOf: > > + - items: > > Don't need oneOf here with only 1 entry. Otherwise, Thanks, dropping for v2. Gr{oetje,eeting}s, Geert
On Tue, May 04, 2021 at 04:35:53PM +0200, Geert Uytterhoeven wrote: > The compatible value "renesas,i2c-rcar" was deprecated in commit > ad4a8dc3fec6485b ("i2c: rcar: Add per-Generation fallback bindings"), > and never had any users in upstream Linux. Drop its match entry from > the driver. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Applied to for-next, thanks!
> > Don't need oneOf here with only 1 entry. Otherwise, > > Thanks, dropping for v2. Waiting for v2 here.