linux-gpio.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 01/19] include: dt-bindings: add LAN969x clock bindings
@ 2025-12-15 16:35 Robert Marko
  2025-12-15 16:35 ` [PATCH v2 02/19] dt-bindings: usb: Add Microchip LAN969x support Robert Marko
                   ` (20 more replies)
  0 siblings, 21 replies; 54+ messages in thread
From: Robert Marko @ 2025-12-15 16:35 UTC (permalink / raw)
  To: robh, krzk+dt, conor+dt, nicolas.ferre, alexandre.belloni,
	claudiu.beznea, Steen.Hegelund, daniel.machon, UNGLinuxDriver,
	herbert, davem, vkoul, linux, andi.shyti, lee, andrew+netdev,
	edumazet, kuba, pabeni, linusw, olivia, radu_nicolae.pirea,
	richard.genoud, gregkh, jirislaby, mturquette, sboyd,
	richardcochran, wsa+renesas, romain.sioen, Ryan.Wanner,
	lars.povlsen, tudor.ambarus, charan.pedumuru, kavyasree.kotagiri,
	devicetree, linux-arm-kernel, linux-kernel, linux-crypto,
	dmaengine, linux-hwmon, linux-i2c, netdev, linux-gpio, linux-spi,
	linux-serial, linux-usb, linux-clk, mwalle
  Cc: luka.perkov, Robert Marko

Add the required LAN969x clock bindings.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
---
Changes in v2:
* Rename file to microchip,lan9691.h

 include/dt-bindings/clock/microchip,lan9691.h | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 include/dt-bindings/clock/microchip,lan9691.h

diff --git a/include/dt-bindings/clock/microchip,lan9691.h b/include/dt-bindings/clock/microchip,lan9691.h
new file mode 100644
index 000000000000..260370c2b238
--- /dev/null
+++ b/include/dt-bindings/clock/microchip,lan9691.h
@@ -0,0 +1,24 @@
+/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
+
+#ifndef _DT_BINDINGS_CLK_LAN9691_H
+#define _DT_BINDINGS_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
-- 
2.52.0


^ permalink raw reply related	[flat|nested] 54+ messages in thread

end of thread, other threads:[~2025-12-17 13:33 UTC | newest]

Thread overview: 54+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 16:35 [PATCH v2 01/19] include: dt-bindings: add LAN969x clock bindings Robert Marko
2025-12-15 16:35 ` [PATCH v2 02/19] dt-bindings: usb: Add Microchip LAN969x support Robert Marko
2025-12-15 16:35 ` [PATCH v2 03/19] dt-bindings: arm: AT91: relicense to dual GPL-2.0/BSD-2-Clause Robert Marko
2025-12-16 15:54   ` Krzysztof Kozlowski
2025-12-16 17:02     ` Robert Marko
2025-12-16 18:52       ` Conor Dooley
2025-12-16 23:44   ` Michael Walle
2025-12-15 16:35 ` [PATCH v2 04/19] dt-bindings: arm: move AT91 to generic Microchip binding Robert Marko
2025-12-16 15:55   ` Krzysztof Kozlowski
2025-12-16 16:54     ` Robert Marko
2025-12-16 16:28   ` Alexandre Belloni
2025-12-16 16:56     ` Robert Marko
2025-12-16 17:26       ` Alexandre Belloni
2025-12-16 19:21         ` Conor Dooley
2025-12-16 19:35           ` Robert Marko
2025-12-16 22:40             ` Alexandre Belloni
2025-12-16 22:40           ` Alexandre Belloni
2025-12-17 12:33             ` Robert Marko
2025-12-15 16:35 ` [PATCH v2 05/19] dt-bindings: arm: microchip: move SparX-5 " Robert Marko
2025-12-16 15:58   ` Krzysztof Kozlowski
2025-12-16 17:01     ` Robert Marko
2025-12-16 18:50       ` Conor Dooley
2025-12-17 13:23       ` Krzysztof Kozlowski
2025-12-17 13:32         ` Robert Marko
2025-12-15 16:35 ` [PATCH v2 06/19] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,lan9691-flexcom Robert Marko
2025-12-16 18:38   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 07/19] dt-bindings: serial: atmel,at91-usart: add microchip,lan9691-usart Robert Marko
2025-12-16 18:06   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 08/19] dt-bindings: spi: at91: add microchip,lan9691-spi Robert Marko
2025-12-16 18:05   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 09/19] dt-bindings: i2c: atmel,at91sam: add microchip,lan9691-i2c Robert Marko
2025-12-16 18:05   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 10/19] dt-bindings: rng: atmel,at91-trng: add microchip,lan9691-trng Robert Marko
2025-12-16 18:04   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 11/19] dt-bindings: crypto: atmel,at91sam9g46-aes: add microchip,lan9691-aes Robert Marko
2025-12-16 18:03   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 12/19] dt-bindings: crypto: atmel,at91sam9g46-sha: add microchip,lan9691-sha Robert Marko
2025-12-16 18:03   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 13/19] dt-bindings: dma: atmel: add microchip,lan9691-dma Robert Marko
2025-12-16 17:36   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 14/19] dt-bindings: net: mscc-miim: add microchip,lan9691-miim Robert Marko
2025-12-16 17:34   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 15/19] dt-bindings: hwmon: sparx5: add microchip,lan9691-temp Robert Marko
2025-12-16 17:34   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 16/19] dt-bindings: pinctrl: pinctrl-microchip-sgpio: add LAN969x Robert Marko
2025-12-16 17:33   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 17/19] arm64: dts: microchip: add LAN969x support Robert Marko
2025-12-15 16:35 ` [PATCH v2 18/19] dt-bindings: arm: microchip: document EV23X71A board Robert Marko
2025-12-16 17:32   ` Conor Dooley
2025-12-15 16:35 ` [PATCH v2 19/19] arm64: dts: microchip: add " Robert Marko
2025-12-16 13:11 ` [PATCH v2 01/19] include: dt-bindings: add LAN969x clock bindings Rob Herring
2025-12-16 15:56 ` Krzysztof Kozlowski
2025-12-16 15:57 ` Krzysztof Kozlowski
2025-12-16 16:59   ` Robert Marko

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).