From: claudiu beznea <claudiu.beznea@tuxon.dev>
To: Robert Marko <robert.marko@sartura.hr>,
robh@kernel.org, krzk+dt@kernel.org, conor+dt@kernel.org,
nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com,
herbert@gondor.apana.org.au, davem@davemloft.net,
vkoul@kernel.org, andi.shyti@kernel.org, lee@kernel.org,
andrew+netdev@lunn.ch, edumazet@google.com, kuba@kernel.org,
pabeni@redhat.com, linusw@kernel.org,
Steen.Hegelund@microchip.com, daniel.machon@microchip.com,
UNGLinuxDriver@microchip.com, olivia@selenic.com,
radu_nicolae.pirea@upb.ro, richard.genoud@bootlin.com,
gregkh@linuxfoundation.org, jirislaby@kernel.org,
broonie@kernel.org, lars.povlsen@microchip.com,
devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org,
dmaengine@vger.kernel.org, linux-i2c@vger.kernel.org,
netdev@vger.kernel.org, linux-gpio@vger.kernel.org,
linux-spi@vger.kernel.org, linux-serial@vger.kernel.org,
linux-usb@vger.kernel.org
Cc: luka.perkov@sartura.hr
Subject: Re: [PATCH v4 12/15] arm64: dts: microchip: add LAN969x clock header file
Date: Sun, 11 Jan 2026 16:42:18 +0200 [thread overview]
Message-ID: <2cdac084-4924-4ca2-85d6-2e6d9bf284aa@tuxon.dev> (raw)
In-Reply-To: <20251229184004.571837-13-robert.marko@sartura.hr>
On 12/29/25 20:37, Robert Marko wrote:
> LAN969x uses hardware clock indexes, so document theses in a header to make
> them humanly readable.
>
> Signed-off-by: Robert Marko <robert.marko@sartura.hr>
> ---
> Changes in v4:
> * Move clock indexes from dt-bindings to a DTS header
>
> Changes in v2:
> * Rename file to microchip,lan9691.h
>
> arch/arm64/boot/dts/microchip/clk-lan9691.h | 24 +++++++++++++++++++++
> 1 file changed, 24 insertions(+)
> create mode 100644 arch/arm64/boot/dts/microchip/clk-lan9691.h
>
> diff --git a/arch/arm64/boot/dts/microchip/clk-lan9691.h b/arch/arm64/boot/dts/microchip/clk-lan9691.h
> new file mode 100644
> index 000000000000..f0006a603747
> --- /dev/null
> +++ b/arch/arm64/boot/dts/microchip/clk-lan9691.h
> @@ -0,0 +1,24 @@
> +/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
Shouldn't this use the same license as the dtsi including it?
> +
> +#ifndef _DTS_CLK_LAN9691_H
> +#define _DTS_CLK_LAN9691_H
> +
> +#define GCK_ID_QSPI0 0
> +#define GCK_ID_QSPI2 1
> +#define GCK_ID_SDMMC0 2
> +#define GCK_ID_SDMMC1 3
> +#define GCK_ID_MCAN0 4
> +#define GCK_ID_MCAN1 5
> +#define GCK_ID_FLEXCOM0 6
> +#define GCK_ID_FLEXCOM1 7
> +#define GCK_ID_FLEXCOM2 8
> +#define GCK_ID_FLEXCOM3 9
> +#define GCK_ID_TIMER 10
> +#define GCK_ID_USB_REFCLK 11
> +
> +/* Gate clocks */
> +#define GCK_GATE_USB_DRD 12
> +#define GCK_GATE_MCRAMC 13
> +#define GCK_GATE_HMATRIX 14
> +
> +#endif
next prev parent reply other threads:[~2026-01-11 14:42 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-12-29 18:37 [PATCH v4 00/15] Add support for Microchip LAN969x Robert Marko
2025-12-29 18:37 ` [PATCH v4 01/15] dt-bindings: usb: Add Microchip LAN969x support Robert Marko
2025-12-30 18:06 ` Rob Herring (Arm)
2026-01-11 14:04 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 02/15] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom Robert Marko
2026-01-11 14:43 ` claudiu beznea
2026-01-20 15:53 ` (subset) " Lee Jones
2025-12-29 18:37 ` [PATCH v4 03/15] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart Robert Marko
2026-01-11 14:44 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 04/15] dt-bindings: spi: at91: add microchip,lan9691-spi Robert Marko
2026-01-05 12:46 ` Mark Brown
2025-12-29 18:37 ` [PATCH v4 05/15] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c Robert Marko
2026-01-07 18:11 ` Andi Shyti
2025-12-29 18:37 ` [PATCH v4 06/15] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng Robert Marko
2026-01-11 14:05 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 07/15] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes Robert Marko
2026-01-11 14:44 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 08/15] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha Robert Marko
2026-01-11 14:45 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 09/15] dt-bindings: dma: atmel: add microchip,lan9691-dma Robert Marko
2025-12-30 18:06 ` Rob Herring (Arm)
2026-01-11 14:45 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 10/15] dt-bindings: net: mscc-miim: add microchip,lan9691-miim Robert Marko
2026-01-11 14:45 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 11/15] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x Robert Marko
2026-01-11 14:46 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 12/15] arm64: dts: microchip: add LAN969x clock header file Robert Marko
2026-01-11 14:42 ` claudiu beznea [this message]
2026-01-13 13:57 ` Robert Marko
2025-12-29 18:37 ` [PATCH v4 13/15] arm64: dts: microchip: add LAN969x support Robert Marko
2026-01-11 14:05 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 14/15] dt-bindings: arm: AT91: document EV23X71A board Robert Marko
2025-12-30 17:47 ` Conor Dooley
2026-01-11 14:46 ` claudiu beznea
2025-12-29 18:37 ` [PATCH v4 15/15] arm64: dts: microchip: add " Robert Marko
2026-01-11 14:42 ` claudiu beznea
2026-01-13 20:09 ` Robert Marko
2026-01-01 17:41 ` (subset) [PATCH v4 00/15] Add support for Microchip LAN969x Vinod Koul
2026-01-04 18:52 ` patchwork-bot+netdevbpf
2026-01-06 12:21 ` (subset) " Mark Brown
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=2cdac084-4924-4ca2-85d6-2e6d9bf284aa@tuxon.dev \
--to=claudiu.beznea@tuxon.dev \
--cc=Steen.Hegelund@microchip.com \
--cc=UNGLinuxDriver@microchip.com \
--cc=alexandre.belloni@bootlin.com \
--cc=andi.shyti@kernel.org \
--cc=andrew+netdev@lunn.ch \
--cc=broonie@kernel.org \
--cc=conor+dt@kernel.org \
--cc=daniel.machon@microchip.com \
--cc=davem@davemloft.net \
--cc=devicetree@vger.kernel.org \
--cc=dmaengine@vger.kernel.org \
--cc=edumazet@google.com \
--cc=gregkh@linuxfoundation.org \
--cc=herbert@gondor.apana.org.au \
--cc=jirislaby@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=kuba@kernel.org \
--cc=lars.povlsen@microchip.com \
--cc=lee@kernel.org \
--cc=linusw@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-gpio@vger.kernel.org \
--cc=linux-i2c@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-serial@vger.kernel.org \
--cc=linux-spi@vger.kernel.org \
--cc=linux-usb@vger.kernel.org \
--cc=luka.perkov@sartura.hr \
--cc=netdev@vger.kernel.org \
--cc=nicolas.ferre@microchip.com \
--cc=olivia@selenic.com \
--cc=pabeni@redhat.com \
--cc=radu_nicolae.pirea@upb.ro \
--cc=richard.genoud@bootlin.com \
--cc=robert.marko@sartura.hr \
--cc=robh@kernel.org \
--cc=vkoul@kernel.org \
/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