* [PATCH 1/2] dt-bindings: i2c: Document r8a7743/5 support
@ 2017-08-08 11:20 Biju Das
[not found] ` <1502191231-8682-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
2017-08-12 14:46 ` Wolfram Sang
0 siblings, 2 replies; 4+ messages in thread
From: Biju Das @ 2017-08-08 11:20 UTC (permalink / raw)
To: Wolfram Sang, Rob Herring, Mark Rutland
Cc: Simon Horman, Magnus Damm, Russell King, Chris Paterson,
devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-i2c-u79uwXL29TY76Z2rM5mHXA, Biju Das
Document i2c Device Tree support for RZ/G1[ME]
(also known as r8aA774[35]) SoCs. They are compatible with
R-Car Gen2 SoC family.
Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
---
Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
index 2b8bd33..cad39ae 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
+++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
@@ -2,6 +2,8 @@ I2C for R-Car platforms
Required properties:
- compatible:
+ "renesas,i2c-r8a7743" if the device is a part of a R8A7743 SoC.
+ "renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC.
"renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC.
"renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC.
"renesas,i2c-r8a7790" if the device is a part of a R8A7790 SoC.
@@ -12,7 +14,8 @@ Required properties:
"renesas,i2c-r8a7795" if the device is a part of a R8A7795 SoC.
"renesas,i2c-r8a7796" if the device is a part of a R8A7796 SoC.
"renesas,rcar-gen1-i2c" for a generic R-Car Gen1 compatible device.
- "renesas,rcar-gen2-i2c" for a generic R-Car Gen2 compatible device.
+ "renesas,rcar-gen2-i2c" for a generic R-Car Gen2 or RZ/G1 compatible
+ device.
"renesas,rcar-gen3-i2c" for a generic R-Car Gen3 compatible device.
"renesas,i2c-rcar" (deprecated)
--
1.9.1
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 4+ messages in thread
[parent not found: <1502191231-8682-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>]
* Re: [PATCH 1/2] dt-bindings: i2c: Document r8a7743/5 support
[not found] ` <1502191231-8682-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
@ 2017-08-08 11:50 ` Wolfram Sang
2017-08-09 7:59 ` Simon Horman
0 siblings, 1 reply; 4+ messages in thread
From: Wolfram Sang @ 2017-08-08 11:50 UTC (permalink / raw)
To: Biju Das
Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm,
Russell King, Chris Paterson, devicetree-u79uwXL29TY76Z2rM5mHXA,
linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA,
linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r,
linux-i2c-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 1783 bytes --]
On Tue, Aug 08, 2017 at 12:20:31PM +0100, Biju Das wrote:
> Document i2c Device Tree support for RZ/G1[ME]
> (also known as r8aA774[35]) SoCs. They are compatible with
> R-Car Gen2 SoC family.
>
> Signed-off-by: Biju Das <biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
Looks good to me, yet I'd like an ack from Simon who is currently
working on the generic fallback compatibles.
> ---
> Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 5 ++++-
> 1 file changed, 4 insertions(+), 1 deletion(-)
>
> diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> index 2b8bd33..cad39ae 100644
> --- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> +++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> @@ -2,6 +2,8 @@ I2C for R-Car platforms
>
> Required properties:
> - compatible:
> + "renesas,i2c-r8a7743" if the device is a part of a R8A7743 SoC.
> + "renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC.
> "renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC.
> "renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC.
> "renesas,i2c-r8a7790" if the device is a part of a R8A7790 SoC.
> @@ -12,7 +14,8 @@ Required properties:
> "renesas,i2c-r8a7795" if the device is a part of a R8A7795 SoC.
> "renesas,i2c-r8a7796" if the device is a part of a R8A7796 SoC.
> "renesas,rcar-gen1-i2c" for a generic R-Car Gen1 compatible device.
> - "renesas,rcar-gen2-i2c" for a generic R-Car Gen2 compatible device.
> + "renesas,rcar-gen2-i2c" for a generic R-Car Gen2 or RZ/G1 compatible
> + device.
> "renesas,rcar-gen3-i2c" for a generic R-Car Gen3 compatible device.
> "renesas,i2c-rcar" (deprecated)
>
> --
> 1.9.1
>
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] dt-bindings: i2c: Document r8a7743/5 support
2017-08-08 11:50 ` Wolfram Sang
@ 2017-08-09 7:59 ` Simon Horman
0 siblings, 0 replies; 4+ messages in thread
From: Simon Horman @ 2017-08-09 7:59 UTC (permalink / raw)
To: Wolfram Sang
Cc: Biju Das, Rob Herring, Mark Rutland, Magnus Damm, Russell King,
Chris Paterson, devicetree, linux-renesas-soc, linux-arm-kernel,
linux-i2c
On Tue, Aug 08, 2017 at 01:50:06PM +0200, Wolfram Sang wrote:
> On Tue, Aug 08, 2017 at 12:20:31PM +0100, Biju Das wrote:
> > Document i2c Device Tree support for RZ/G1[ME]
> > (also known as r8aA774[35]) SoCs. They are compatible with
> > R-Car Gen2 SoC family.
> >
> > Signed-off-by: Biju Das <biju.das@bp.renesas.com>
>
> Looks good to me, yet I'd like an ack from Simon who is currently
> working on the generic fallback compatibles.
Acked-by: Simon Horman <horms+renesas@verge.net.au>
>
> > ---
> > Documentation/devicetree/bindings/i2c/i2c-rcar.txt | 5 ++++-
> > 1 file changed, 4 insertions(+), 1 deletion(-)
> >
> > diff --git a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> > index 2b8bd33..cad39ae 100644
> > --- a/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> > +++ b/Documentation/devicetree/bindings/i2c/i2c-rcar.txt
> > @@ -2,6 +2,8 @@ I2C for R-Car platforms
> >
> > Required properties:
> > - compatible:
> > + "renesas,i2c-r8a7743" if the device is a part of a R8A7743 SoC.
> > + "renesas,i2c-r8a7745" if the device is a part of a R8A7745 SoC.
> > "renesas,i2c-r8a7778" if the device is a part of a R8A7778 SoC.
> > "renesas,i2c-r8a7779" if the device is a part of a R8A7779 SoC.
> > "renesas,i2c-r8a7790" if the device is a part of a R8A7790 SoC.
> > @@ -12,7 +14,8 @@ Required properties:
> > "renesas,i2c-r8a7795" if the device is a part of a R8A7795 SoC.
> > "renesas,i2c-r8a7796" if the device is a part of a R8A7796 SoC.
> > "renesas,rcar-gen1-i2c" for a generic R-Car Gen1 compatible device.
> > - "renesas,rcar-gen2-i2c" for a generic R-Car Gen2 compatible device.
> > + "renesas,rcar-gen2-i2c" for a generic R-Car Gen2 or RZ/G1 compatible
> > + device.
> > "renesas,rcar-gen3-i2c" for a generic R-Car Gen3 compatible device.
> > "renesas,i2c-rcar" (deprecated)
> >
> > --
> > 1.9.1
> >
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH 1/2] dt-bindings: i2c: Document r8a7743/5 support
2017-08-08 11:20 [PATCH 1/2] dt-bindings: i2c: Document r8a7743/5 support Biju Das
[not found] ` <1502191231-8682-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
@ 2017-08-12 14:46 ` Wolfram Sang
1 sibling, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2017-08-12 14:46 UTC (permalink / raw)
To: Biju Das
Cc: Rob Herring, Mark Rutland, Simon Horman, Magnus Damm,
Russell King, Chris Paterson, devicetree, linux-renesas-soc,
linux-arm-kernel, linux-i2c
[-- Attachment #1: Type: text/plain, Size: 288 bytes --]
On Tue, Aug 08, 2017 at 12:20:31PM +0100, Biju Das wrote:
> Document i2c Device Tree support for RZ/G1[ME]
> (also known as r8aA774[35]) SoCs. They are compatible with
> R-Car Gen2 SoC family.
>
> Signed-off-by: Biju Das <biju.das@bp.renesas.com>
Applied to for-next, thanks!
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-08-12 14:46 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08 11:20 [PATCH 1/2] dt-bindings: i2c: Document r8a7743/5 support Biju Das
[not found] ` <1502191231-8682-1-git-send-email-biju.das-kTT6dE0pTRh9uiUsa/gSgQ@public.gmane.org>
2017-08-08 11:50 ` Wolfram Sang
2017-08-09 7:59 ` Simon Horman
2017-08-12 14:46 ` Wolfram Sang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).