devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] pwm: pwm-rcar: Revise the device tree binding document about compatible
@ 2015-10-06 11:28 Yoshihiro Shimoda
  2015-10-06 14:52 ` Rob Herring
  2015-11-06 14:18 ` Thierry Reding
  0 siblings, 2 replies; 3+ messages in thread
From: Yoshihiro Shimoda @ 2015-10-06 11:28 UTC (permalink / raw)
  To: thierry.reding, robh+dt, pawel.moll, mark.rutland, ijc+devicetree,
	galak
  Cc: linux-pwm, linux-sh, devicetree, Yoshihiro Shimoda

The compatible should be "renesas,pwm-rcar", and one the the SoC
specific string. So, this patch revises the documentation.

Reported-by: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
---
 Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
index ea0a27b..0822a08 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
+++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
@@ -1,8 +1,7 @@
 * Renesas R-Car PWM Timer Controller
 
 Required Properties:
-- compatible: should be one of the following.
- - "renesas,pwm-rcar": for generic R-Car compatible PWM Timer
+- compatible: should be "renesas,pwm-rcar" and one of the following.
  - "renesas,pwm-r8a7778": for R-Car M1A
  - "renesas,pwm-r8a7779": for R-Car H1
  - "renesas,pwm-r8a7790": for R-Car H2
-- 
1.9.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] pwm: pwm-rcar: Revise the device tree binding document about compatible
  2015-10-06 11:28 [PATCH] pwm: pwm-rcar: Revise the device tree binding document about compatible Yoshihiro Shimoda
@ 2015-10-06 14:52 ` Rob Herring
  2015-11-06 14:18 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Rob Herring @ 2015-10-06 14:52 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: Thierry Reding, Rob Herring, Pawel Moll, Mark Rutland,
	Ian Campbell, Kumar Gala, Linux PWM List, SH-Linux,
	devicetree@vger.kernel.org

On Tue, Oct 6, 2015 at 6:28 AM, Yoshihiro Shimoda
<yoshihiro.shimoda.uh@renesas.com> wrote:
> The compatible should be "renesas,pwm-rcar", and one the the SoC
> specific string. So, this patch revises the documentation.
>
> Reported-by: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>

Acked-by: Rob Herring <robh@kernel.org>

> ---
>  Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
> index ea0a27b..0822a08 100644
> --- a/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
> +++ b/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt
> @@ -1,8 +1,7 @@
>  * Renesas R-Car PWM Timer Controller
>
>  Required Properties:
> -- compatible: should be one of the following.
> - - "renesas,pwm-rcar": for generic R-Car compatible PWM Timer
> +- compatible: should be "renesas,pwm-rcar" and one of the following.
>   - "renesas,pwm-r8a7778": for R-Car M1A
>   - "renesas,pwm-r8a7779": for R-Car H1
>   - "renesas,pwm-r8a7790": for R-Car H2
> --
> 1.9.1
>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] pwm: pwm-rcar: Revise the device tree binding document about compatible
  2015-10-06 11:28 [PATCH] pwm: pwm-rcar: Revise the device tree binding document about compatible Yoshihiro Shimoda
  2015-10-06 14:52 ` Rob Herring
@ 2015-11-06 14:18 ` Thierry Reding
  1 sibling, 0 replies; 3+ messages in thread
From: Thierry Reding @ 2015-11-06 14:18 UTC (permalink / raw)
  To: Yoshihiro Shimoda
  Cc: robh+dt, pawel.moll, mark.rutland, ijc+devicetree, galak,
	linux-pwm, linux-sh, devicetree

[-- Attachment #1: Type: text/plain, Size: 482 bytes --]

On Tue, Oct 06, 2015 at 08:28:28PM +0900, Yoshihiro Shimoda wrote:
> The compatible should be "renesas,pwm-rcar", and one the the SoC
> specific string. So, this patch revises the documentation.
> 
> Reported-by: Rob Herring <robh+dt@kernel.org>
> Signed-off-by: Yoshihiro Shimoda <yoshihiro.shimoda.uh@renesas.com>
> ---
>  Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

Applied, thanks.

Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-11-06 14:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 11:28 [PATCH] pwm: pwm-rcar: Revise the device tree binding document about compatible Yoshihiro Shimoda
2015-10-06 14:52 ` Rob Herring
2015-11-06 14:18 ` Thierry Reding

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).