From: Krzysztof Kozlowski <krzk@kernel.org>
To: Thierry Bultel <thierry.bultel.yh@bp.renesas.com>,
Geert Uytterhoeven <geert+renesas@glider.be>,
Michael Turquette <mturquette@baylibre.com>,
Stephen Boyd <sboyd@kernel.org>, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>,
Magnus Damm <magnus.damm@gmail.com>
Cc: linux-renesas-soc@vger.kernel.org, linux-clk@vger.kernel.org,
devicetree@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 04/14] dt-bindings: clock: Document cpg bindings for the Renesas RZ/T2H SoC
Date: Wed, 29 Jan 2025 19:34:08 +0100 [thread overview]
Message-ID: <315ea715-41f8-4c2b-925d-a6751a425a42@kernel.org> (raw)
In-Reply-To: <20250129165122.2980-5-thierry.bultel.yh@bp.renesas.com>
On 29/01/2025 17:37, Thierry Bultel wrote:
> Document RZ/T2H (a.k.a r9a09g077) CPG (Clock Pulse Generator) binding.
> Add the header file for the resets and clocks definitions.
>
> Signed-off-by: Thierry Bultel <thierry.bultel.yh@bp.renesas.com>
> ---
> .../bindings/clock/renesas,rzt2h-cpg.yaml | 73 +++++++++
> include/dt-bindings/clock/r9a09g077-cpg.h | 144 ++++++++++++++++++
> 2 files changed, 217 insertions(+)
> create mode 100644 Documentation/devicetree/bindings/clock/renesas,rzt2h-cpg.yaml
> create mode 100644 include/dt-bindings/clock/r9a09g077-cpg.h
>
> diff --git a/Documentation/devicetree/bindings/clock/renesas,rzt2h-cpg.yaml b/Documentation/devicetree/bindings/clock/renesas,rzt2h-cpg.yaml
> new file mode 100644
> index 000000000000..9a3a00126d2b
> --- /dev/null
> +++ b/Documentation/devicetree/bindings/clock/renesas,rzt2h-cpg.yaml
> @@ -0,0 +1,73 @@
> +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
> +%YAML 1.2
> +---
> +$id: http://devicetree.org/schemas/clock/renesas,rzt2h-cpg.yaml#
> +$schema: http://devicetree.org/meta-schemas/core.yaml#
> +
> +title: Renesas RZ/T2H(P) Clock Pulse Generator (CPG)
> +
> +maintainers:
> + - Thierry Bultel <thierry.bultel.yh@bp.renesas.com>
> +
> +description:
> + On Renesas RZ/T2H SoCs, the CPG (Clock Pulse Generator) handles generation
> + and control of clock signals for the IP modules, generation and control of resets,
Wrap at 80. See Coding style doc.
> + and control over booting, low power consumption and power supply domains.
> +
> +properties:
> + compatible:
> + const: renesas,r9a09g077-cpg
...
> +#define R9A09G077_SHOSTIF_MASTER_RST 13
> +#define R9A09G077_SHOSTIF_SLAVE_RST 14
> +#define R9A09G077_SHOSTIF_IP_RST 15
> +#define R9A09G077_DDRSS_RST_N_RST 16
> +#define R9A09G077_DDRSS_PWROKIN_RST 17
> +#define R9A09G077_DDRSS_RST_RST 18
> +#define R9A09G077_DDRSS_AXI0_RST 19
> +#define R9A09G077_DDRSS_AXI1_RST 20
> +#define R9A09G077_DDRSS_AXI2_RST 21
> +#define R9A09G077_DDRSS_AXI3_RST 22
> +#define R9A09G077_DDRSS_AXI4_RST 23
> +#define R9A09G077_DDRSS_MC_RST 24
> +#define R9A09G077_PCIE_RST 25
> +#define R9A09G077_DDRSS_PHY_RST 26
> +
> +#endif /* __DT_BINDINGS_CLOCK_RENESAS_R9A09G077_CPG_H__ */
> \ No newline at end of file
Patch warning here.
Best regards,
Krzysztof
next prev parent reply other threads:[~2025-01-29 18:34 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <20250129165122.2980-1-thierry.bultel.yh@bp.renesas.com>
2025-01-29 16:37 ` [PATCH 01/14] dt-bindings: soc: Document Renesas RZ/T2H (R9A09G077) SoC Thierry Bultel
2025-01-29 18:28 ` Krzysztof Kozlowski
2025-02-10 12:52 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 02/14] dt-bindings: serial: Document sci bindings for the Renesas RZ/T2H (a.k.a r9a09g077) SoC Thierry Bultel
2025-01-29 18:31 ` Krzysztof Kozlowski
2025-01-30 8:09 ` Krzysztof Kozlowski
2025-01-30 8:11 ` Krzysztof Kozlowski
2025-02-10 13:14 ` Geert Uytterhoeven
2025-02-10 13:19 ` Biju Das
2025-02-10 14:15 ` Geert Uytterhoeven
2025-02-10 14:26 ` Biju Das
2025-02-10 14:35 ` Geert Uytterhoeven
2025-02-10 14:42 ` Biju Das
2025-02-10 14:46 ` Biju Das
2025-02-10 14:48 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 03/14] dt-bindings: soc: Document the Renesas RZ/T2H Evaluation board for the R9A09G077 SoC Thierry Bultel
2025-01-29 18:31 ` Krzysztof Kozlowski
2025-01-30 8:11 ` Krzysztof Kozlowski
2025-02-10 13:21 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 04/14] dt-bindings: clock: Document cpg bindings for the Renesas RZ/T2H SoC Thierry Bultel
2025-01-29 18:34 ` Krzysztof Kozlowski [this message]
2025-02-10 13:39 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 05/14] soc: renesas: Add RZ/T2H (R9A09G077) config option Thierry Bultel
2025-02-10 13:40 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 06/14] clk: renesas: Add support for RZ/T2H family clock Thierry Bultel
2025-02-04 16:14 ` Paul Barker
2025-02-10 14:06 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 07/14] clk: renesas: Add support for R9A09G077 SoC Thierry Bultel
2025-02-04 16:44 ` Paul Barker
2025-01-29 16:37 ` [PATCH 08/14] serial: sh-sci: Fix a comment about SCIFA Thierry Bultel
2025-01-30 8:38 ` Geert Uytterhoeven
2025-02-04 16:51 ` Paul Barker
2025-01-29 16:37 ` [PATCH 09/14] serial: sh-sci: Introduced function pointers Thierry Bultel
2025-01-30 8:38 ` Geert Uytterhoeven
2025-02-04 18:04 ` Paul Barker
2025-02-10 14:45 ` Geert Uytterhoeven
2025-02-10 15:36 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 10/14] serial: sh-sci: Introduced sci_of_data Thierry Bultel
2025-01-30 8:39 ` Geert Uytterhoeven
2025-02-10 15:48 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 11/14] serial: sh-sci: Add support for RZ/T2H SCI Thierry Bultel
2025-02-10 15:30 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 12/14] arm64: dts: renesas: Add initial support for renesas RZ/T2H SoC Thierry Bultel
2025-01-29 18:36 ` Krzysztof Kozlowski
2025-02-10 15:52 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 13/14] arm64: dts: renesas: Add initial support for renesas RZ/T2H eval board Thierry Bultel
2025-01-29 18:37 ` Krzysztof Kozlowski
2025-02-10 15:54 ` Geert Uytterhoeven
2025-01-29 16:37 ` [PATCH 14/14] defconfig: Enable RZ/T2H Soc and RZ_SCI Thierry Bultel
2025-01-29 18:40 ` Krzysztof Kozlowski
2025-01-30 8:40 ` Geert Uytterhoeven
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=315ea715-41f8-4c2b-925d-a6751a425a42@kernel.org \
--to=krzk@kernel.org \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=geert+renesas@glider.be \
--cc=krzk+dt@kernel.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-renesas-soc@vger.kernel.org \
--cc=magnus.damm@gmail.com \
--cc=mturquette@baylibre.com \
--cc=robh@kernel.org \
--cc=sboyd@kernel.org \
--cc=thierry.bultel.yh@bp.renesas.com \
/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
all inboxes | Powered by JetHome®