From: Simon Horman <horms@verge.net.au>
To: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Cc: linux-renesas-soc@vger.kernel.org, linux-can@vger.kernel.org,
devicetree@vger.kernel.org, wsa@the-dreams.de,
geert@linux-m68k.org, magnus.damm@gmail.com,
chris.paterson2@renesas.com,
ramesh.shanmugasundaram@bp.renesas.com
Subject: Re: [PATCH 6/7] can: rcar_can: document r8a77995 (R-Car D3) compatibility strings
Date: Fri, 17 Nov 2017 07:39:01 -0800 [thread overview]
Message-ID: <20171117153900.7is6baf4wtb4acly@verge.net.au> (raw)
In-Reply-To: <1510915289-15059-7-git-send-email-ulrich.hecht+renesas@gmail.com>
On Fri, Nov 17, 2017 at 11:41:28AM +0100, Ulrich Hecht wrote:
> Signed-off-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
> ---
> Documentation/devicetree/bindings/net/can/rcar_can.txt | 13 +++++++------
> 1 file changed, 7 insertions(+), 6 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/net/can/rcar_can.txt b/Documentation/devicetree/bindings/net/can/rcar_can.txt
> index 06bb7cc..f7d0358 100644
> --- a/Documentation/devicetree/bindings/net/can/rcar_can.txt
> +++ b/Documentation/devicetree/bindings/net/can/rcar_can.txt
> @@ -11,6 +11,7 @@ Required properties:
> "renesas,can-r8a7794" if CAN controller is a part of R8A7794 SoC.
> "renesas,can-r8a7795" if CAN controller is a part of R8A7795 SoC.
> "renesas,can-r8a7796" if CAN controller is a part of R8A7796 SoC.
> + "renesas,can-r8a77995" if CAN controller is a part of R8A77995 SoC.
> "renesas,rcar-gen1-can" for a generic R-Car Gen1 compatible device.
> "renesas,rcar-gen2-can" for a generic R-Car Gen2 compatible device.
> "renesas,rcar-gen3-can" for a generic R-Car Gen3 compatible device.
> @@ -25,12 +26,12 @@ Required properties:
> - pinctrl-0: pin control group to be used for this controller.
> - pinctrl-names: must be "default".
>
> -Required properties for "renesas,can-r8a7795" and "renesas,can-r8a7796"
> -compatible:
> -In R8A7795 and R8A7796 SoCs, "clkp2" can be CANFD clock. This is a div6 clock
> -and can be used by both CAN and CAN FD controller at the same time. It needs to
> -be scaled to maximum frequency if any of these controllers use it. This is done
> -using the below properties:
> +Required properties for "renesas,can-r8a7795", "renesas,can-r8a7796" and
> +"renesas,can-r8a77995" compatible:
Not strictly related to this patch, but aren't these requirements also
applicable to "renesas,rcar-gen3-can"?
> +In R8A7795, R8A7796 and R8A77995 SoCs, "clkp2" can be CANFD clock. This is a
> +div6 clock and can be used by both CAN and CAN FD controller at the same
> +time. It needs to be scaled to maximum frequency if any of these
> +controllers use it. This is done using the below properties:
>
> - assigned-clocks: phandle of clkp2(CANFD) clock.
> - assigned-clock-rates: maximum frequency of this clock.
> --
> 2.7.4
>
next prev parent reply other threads:[~2017-11-17 15:39 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-17 10:41 [PATCH 0/7] R-Car D3 (r8a77995) CAN support Ulrich Hecht
2017-11-17 10:41 ` [PATCH 1/7] pinctrl: sh-pfc: r8a77995: Add " Ulrich Hecht
2017-11-17 13:30 ` Geert Uytterhoeven
[not found] ` <1510915289-15059-1-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-17 10:41 ` [PATCH 2/7] pinctrl: sh-pfc: r8a77995: Add CAN FD support Ulrich Hecht
2017-11-17 13:31 ` Geert Uytterhoeven
2017-11-17 10:41 ` [PATCH 3/7] arm64: dts: r8a77995: Add CAN external clock support Ulrich Hecht
[not found] ` <1510915289-15059-4-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-22 13:11 ` Geert Uytterhoeven
2017-11-17 10:41 ` [PATCH 4/7] arm64: dts: r8a77995: Add CAN support Ulrich Hecht
[not found] ` <1510915289-15059-5-git-send-email-ulrich.hecht+renesas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2017-11-22 13:16 ` Geert Uytterhoeven
2017-11-17 10:41 ` [PATCH 6/7] can: rcar_can: document r8a77995 (R-Car D3) compatibility strings Ulrich Hecht
2017-11-17 15:39 ` Simon Horman [this message]
2017-11-20 20:42 ` Rob Herring
2017-11-22 13:18 ` Geert Uytterhoeven
2017-11-17 10:41 ` [PATCH 7/7] can: rcar_canfd: " Ulrich Hecht
2017-11-20 20:43 ` Rob Herring
2017-11-22 13:20 ` Geert Uytterhoeven
2017-11-17 16:17 ` [PATCH 0/7] R-Car D3 (r8a77995) CAN support Wolfram Sang
2017-11-17 10:41 ` [PATCH 5/7] arm64: dts: r8a77995: Add CAN FD support Ulrich Hecht
2017-11-22 13:18 ` Geert Uytterhoeven
2017-11-22 18:10 ` [PATCH 0/7] R-Car D3 (r8a77995) CAN support Simon Horman
[not found] ` <20171122181045.5pstmikwp43idts5-/R6kz+dDXgpPR4JQBCEnsQ@public.gmane.org>
2017-11-23 7:43 ` Ulrich Hecht
2017-11-23 9:43 ` Simon Horman
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171117153900.7is6baf4wtb4acly@verge.net.au \
--to=horms@verge.net.au \
--cc=chris.paterson2@renesas.com \
--cc=devicetree@vger.kernel.org \
--cc=geert@linux-m68k.org \
--cc=linux-can@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=ramesh.shanmugasundaram@bp.renesas.com \
--cc=ulrich.hecht+renesas@gmail.com \
--cc=wsa@the-dreams.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).