* [PATCH v2 0/2] dt-bindings: pwm: renesas-tpu: Misc Fixes
@ 2018-03-02 14:39 Geert Uytterhoeven
2018-03-02 14:39 ` [PATCH v2 1/2] dt-bindings: pwm: renesas-tpu: Correct example TPU register block size Geert Uytterhoeven
2018-03-02 14:39 ` [PATCH v2 2/2] dt-bindings: pwm: renesas-tpu: Correct SoC part numbers and family names Geert Uytterhoeven
0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-03-02 14:39 UTC (permalink / raw)
To: Thierry Reding
Cc: Rob Herring, Mark Rutland, linux-pwm, devicetree,
linux-renesas-soc, Geert Uytterhoeven
Hi Thierry,
Here are two small fixes for the DT bindings of the Renesas Timer Pulse
Unit.
Changes compared to v1:
- Dropped DTS counterpart (applied),
- Add Acked-by, Reviewed-by.
Thanks for applying!
Geert Uytterhoeven (2):
dt-bindings: pwm: renesas-tpu: Correct example TPU register block size
dt-bindings: pwm: renesas-tpu: Correct SoC part numbers and family
names
Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
2.7.4
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH v2 1/2] dt-bindings: pwm: renesas-tpu: Correct example TPU register block size
2018-03-02 14:39 [PATCH v2 0/2] dt-bindings: pwm: renesas-tpu: Misc Fixes Geert Uytterhoeven
@ 2018-03-02 14:39 ` Geert Uytterhoeven
2018-03-02 14:39 ` [PATCH v2 2/2] dt-bindings: pwm: renesas-tpu: Correct SoC part numbers and family names Geert Uytterhoeven
1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-03-02 14:39 UTC (permalink / raw)
To: Thierry Reding
Cc: Rob Herring, Mark Rutland, linux-pwm, devicetree,
linux-renesas-soc, Geert Uytterhoeven
The Timer Pulse Unit on R-Mobile A1 has registers that lie outside the
declared register block. Enlarge the register block size to fix this.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Simon Horman <simon.horman@netronome.com>
Reviewed-by: Rob Herring <robh@kernel.org>
---
v2:
- Add Reviewed-by.
---
Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
index 1aadc804dae4e30b..641b5b4c648340ee 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
@@ -22,6 +22,6 @@ Example: R8A7740 (R-Car A1) TPU controller node
tpu: pwm@e6600000 {
compatible = "renesas,tpu-r8a7740", "renesas,tpu";
- reg = <0xe6600000 0x100>;
+ reg = <0xe6600000 0x148>;
#pwm-cells = <3>;
};
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH v2 2/2] dt-bindings: pwm: renesas-tpu: Correct SoC part numbers and family names
2018-03-02 14:39 [PATCH v2 0/2] dt-bindings: pwm: renesas-tpu: Misc Fixes Geert Uytterhoeven
2018-03-02 14:39 ` [PATCH v2 1/2] dt-bindings: pwm: renesas-tpu: Correct example TPU register block size Geert Uytterhoeven
@ 2018-03-02 14:39 ` Geert Uytterhoeven
1 sibling, 0 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2018-03-02 14:39 UTC (permalink / raw)
To: Thierry Reding
Cc: Rob Herring, Mark Rutland, linux-pwm, devicetree,
linux-renesas-soc, Geert Uytterhoeven
R8A73A4 (not R8A77A4) is R-Mobile APE6,
R8A7740 is R-Mobile (not R-Car) A1.
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Simon Horman <horms+renesas@verge.net.au>
Reviewed-by: Rob Herring <robh@kernel.org>
---
v2:
- Add Acked-by, Reviewed-by.
---
Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
index 641b5b4c648340ee..fb633129d845a893 100644
--- a/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
+++ b/Documentation/devicetree/bindings/pwm/renesas,tpu-pwm.txt
@@ -3,7 +3,7 @@
Required Properties:
- compatible: should be one of the following.
- - "renesas,tpu-r8a73a4": for R8A77A4 (R-Mobile APE6) compatible PWM controller.
+ - "renesas,tpu-r8a73a4": for R8A73A4 (R-Mobile APE6) compatible PWM controller.
- "renesas,tpu-r8a7740": for R8A7740 (R-Mobile A1) compatible PWM controller.
- "renesas,tpu-r8a7790": for R8A7790 (R-Car H2) compatible PWM controller.
- "renesas,tpu": for generic R-Car TPU PWM controller.
@@ -18,7 +18,7 @@ Required Properties:
Please refer to pwm.txt in this directory for details of the common PWM bindings
used by client devices.
-Example: R8A7740 (R-Car A1) TPU controller node
+Example: R8A7740 (R-Mobile A1) TPU controller node
tpu: pwm@e6600000 {
compatible = "renesas,tpu-r8a7740", "renesas,tpu";
--
2.7.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-03-02 14:39 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-02 14:39 [PATCH v2 0/2] dt-bindings: pwm: renesas-tpu: Misc Fixes Geert Uytterhoeven
2018-03-02 14:39 ` [PATCH v2 1/2] dt-bindings: pwm: renesas-tpu: Correct example TPU register block size Geert Uytterhoeven
2018-03-02 14:39 ` [PATCH v2 2/2] dt-bindings: pwm: renesas-tpu: Correct SoC part numbers and family names Geert Uytterhoeven
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).