Message ID | 3628120234ef0fbc26cba14e62ff8468bfb961fa.1620138454.git.geert+renesas@glider.be |
---|---|
State | Accepted |
Commit | cd90e95820d569c7215abb9b7830a83212ed1273 |
Headers | show |
Series | dt-bindings: i2c: renesas: Convert to json-schema | expand |
On Tue, May 04, 2021 at 04:35:54PM +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 description from > the DT bindings. > > 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>
On Tue, 04 May 2021 16:51:09 +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 description from > the DT bindings. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> > --- > Documentation/devicetree/bindings/i2c/renesas,i2c.txt | 1 - > 1 file changed, 1 deletion(-) > Acked-by: Rob Herring <robh@kernel.org>
On Tue, May 04, 2021 at 04:35:54PM +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 description from > the DT bindings. > > Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Applied to for-next, thanks!
diff --git a/Documentation/devicetree/bindings/i2c/renesas,i2c.txt b/Documentation/devicetree/bindings/i2c/renesas,i2c.txt index 5762d2d1ab9c9658..f4240fcf28bbf6eb 100644 --- a/Documentation/devicetree/bindings/i2c/renesas,i2c.txt +++ b/Documentation/devicetree/bindings/i2c/renesas,i2c.txt @@ -32,7 +32,6 @@ Required properties: device. "renesas,rcar-gen3-i2c" for a generic R-Car Gen3 or RZ/G2 compatible device. - "renesas,i2c-rcar" (deprecated) When compatible with the generic version, nodes must list the SoC-specific version corresponding to the platform first followed
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 description from the DT bindings. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> --- Documentation/devicetree/bindings/i2c/renesas,i2c.txt | 1 - 1 file changed, 1 deletion(-)