Message ID | 1444130908-8180-1-git-send-email-yoshihiro.shimoda.uh@renesas.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
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 > -- To unsubscribe from this list: send the line "unsubscribe linux-sh" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
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
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
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(-)