Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: clock: adi,axi-clkgen: add clock-output-names property

Add an optional `clock-output-names` property to the ADI AXI Clock
Generator binding. This is already being used in the Linux driver and
real-world dtbs, so we should document it to allow for correct binding
validation.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://lore.kernel.org/r/20250811-dt-bindings-clk-axi-clkgen-add-clock-output-names-property-v1-1-f02727736aa7@baylibre.com
Reviewed-by: Nuno Sá <nuno.sa@analog.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

David Lechner and committed by
Stephen Boyd
6793ca9a bedeb73f

+4
+4
Documentation/devicetree/bindings/clock/adi,axi-clkgen.yaml
··· 42 42 - const: clkin2 43 43 - const: s_axi_aclk 44 44 45 + clock-output-names: 46 + maxItems: 1 47 + 45 48 '#clock-cells': 46 49 const: 0 47 50 ··· 68 65 reg = <0xff000000 0x1000>; 69 66 clocks = <&osc 1>, <&clkc 15>; 70 67 clock-names = "clkin1", "s_axi_aclk"; 68 + clock-output-names = "spi_sclk"; 71 69 };