Message ID | 7f2ce332-a128-073a-762e-fb268780a145@cogentembedded.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | dt-bindings: pwm: renesas: pwm-rcar: document R8A779{7|8}0 bindings | expand |
On Mon, Oct 1, 2018 at 9:58 PM Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> wrote: > Document the R-Car V3{M|H} (R8A779{7|8}0) SoC in the Renesas R-Car PWM > bindings. R8A77970's hardware is a generic R-Car gen3 PWM, while R8A77980 > has an extra error injection register... > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert
On Mon, Oct 01, 2018 at 10:57:39PM +0300, Sergei Shtylyov wrote: > Document the R-Car V3{M|H} (R8A779{7|8}0) SoC in the Renesas R-Car PWM > bindings. R8A77970's hardware is a generic R-Car gen3 PWM, while R8A77980 > has an extra error injection register... > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> Reviewed-by: Simon Horman <horms+renesas@verge.net.au>
On Mon, Oct 01, 2018 at 10:57:39PM +0300, Sergei Shtylyov wrote: > Document the R-Car V3{M|H} (R8A779{7|8}0) SoC in the Renesas R-Car PWM > bindings. R8A77970's hardware is a generic R-Car gen3 PWM, while R8A77980 > has an extra error injection register... > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > --- > This patch is against the 'for-next' branch of Thierry Reding's 'linux-pwm.git' > repo. > > Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 2 ++ > 1 file changed, 2 insertions(+) Applied, thanks. Thierry
On Fri, Oct 12, 2018 at 01:21:14PM +0200, Thierry Reding wrote: > On Mon, Oct 01, 2018 at 10:57:39PM +0300, Sergei Shtylyov wrote: > > Document the R-Car V3{M|H} (R8A779{7|8}0) SoC in the Renesas R-Car PWM > > bindings. R8A77970's hardware is a generic R-Car gen3 PWM, while R8A77980 > > has an extra error injection register... > > > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > > > --- > > This patch is against the 'for-next' branch of Thierry Reding's 'linux-pwm.git' > > repo. > > > > Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 2 ++ > > 1 file changed, 2 insertions(+) > > Applied, thanks. Some reason your tree isn't updated for linux-next? Rob
On Mon, Oct 15, 2018 at 01:57:13PM -0500, Rob Herring wrote: > On Fri, Oct 12, 2018 at 01:21:14PM +0200, Thierry Reding wrote: > > On Mon, Oct 01, 2018 at 10:57:39PM +0300, Sergei Shtylyov wrote: > > > Document the R-Car V3{M|H} (R8A779{7|8}0) SoC in the Renesas R-Car PWM > > > bindings. R8A77970's hardware is a generic R-Car gen3 PWM, while R8A77980 > > > has an extra error injection register... > > > > > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> > > > > > > --- > > > This patch is against the 'for-next' branch of Thierry Reding's 'linux-pwm.git' > > > repo. > > > > > > Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 2 ++ > > > 1 file changed, 2 insertions(+) > > > > Applied, thanks. > > Some reason your tree isn't updated for linux-next? No particular reason, I just had not pushed it out yet because the build tests were taking longer than expected and I had to clean up a couple of minor things. It's pushed out now. Thierry
Index: linux-pwm/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt =================================================================== --- linux-pwm.orig/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt +++ linux-pwm/Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt @@ -12,6 +12,8 @@ Required Properties: - "renesas,pwm-r8a7795": for R-Car H3 - "renesas,pwm-r8a7796": for R-Car M3-W - "renesas,pwm-r8a77965": for R-Car M3-N + - "renesas,pwm-r8a77970": for R-Car V3M + - "renesas,pwm-r8a77980": for R-Car V3H - "renesas,pwm-r8a77990": for R-Car E3 - "renesas,pwm-r8a77995": for R-Car D3 - reg: base address and length of the registers block for the PWM.
Document the R-Car V3{M|H} (R8A779{7|8}0) SoC in the Renesas R-Car PWM bindings. R8A77970's hardware is a generic R-Car gen3 PWM, while R8A77980 has an extra error injection register... Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com> --- This patch is against the 'for-next' branch of Thierry Reding's 'linux-pwm.git' repo. Documentation/devicetree/bindings/pwm/renesas,pwm-rcar.txt | 2 ++ 1 file changed, 2 insertions(+)