public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] dt-bindings: gpio: cdns: add clock-names property
@ 2026-03-06  9:32 Zichar Zhang
  2026-03-06  9:32 ` [PATCH 2/2] arm64: dts: cix: add FCH(S0)/S5 GPIO controllers for sky1 Zichar Zhang
                   ` (2 more replies)
  0 siblings, 3 replies; 11+ messages in thread
From: Zichar Zhang @ 2026-03-06  9:32 UTC (permalink / raw)
  To: linusw, brgl, robh, krzk+dt, conor+dt, peter.chen, fugang.duan,
	jank
  Cc: cix-kernel-upstream, linux-gpio, devicetree, linux-kernel,
	linux-arm-kernel, Zichar.Zhang

From: "Zichar.Zhang" <zichar.zhang@cixtech.com>

Add the optional 'clock-names' property to specify the name of the GPIO
controller's input clock, aligning with standard clock binding conventions.
This complements the existing 'clocks' property and ensures proper clock
handling in device tree descriptions.

Signed-off-by: Zichar Zhang <zichar.zhang@cixtech.com>
---
 Documentation/devicetree/bindings/gpio/cdns,gpio.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml b/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
index a84d60b39459..c242b31edcbf 100644
--- a/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
+++ b/Documentation/devicetree/bindings/gpio/cdns,gpio.yaml
@@ -24,6 +24,12 @@ properties:
   clocks:
     maxItems: 1
 
+  clock-names:
+    description:
+      Optional name for the GPIO controller input clock.
+    minItems: 1
+    maxItems: 1
+
   ngpios:
     minimum: 1
     maximum: 32
-- 
2.34.1


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

end of thread, other threads:[~2026-03-11 13:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-06  9:32 [PATCH 1/2] dt-bindings: gpio: cdns: add clock-names property Zichar Zhang
2026-03-06  9:32 ` [PATCH 2/2] arm64: dts: cix: add FCH(S0)/S5 GPIO controllers for sky1 Zichar Zhang
2026-03-06 10:06   ` Linus Walleij
2026-03-07 15:22   ` Krzysztof Kozlowski
2026-03-11 12:38     ` Zichar Zhang
2026-03-06 10:10 ` [PATCH 1/2] dt-bindings: gpio: cdns: add clock-names property Linus Walleij
2026-03-07 15:20   ` Krzysztof Kozlowski
2026-03-11 12:08   ` Zichar Zhang
2026-03-11 13:05     ` Linus Walleij
2026-03-07 15:19 ` Krzysztof Kozlowski
2026-03-11 12:11   ` Zichar Zhang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox