Skip to content

Commit 6793ca9

Browse files
dlechbebarino
authored andcommitted
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>
1 parent bedeb73 commit 6793ca9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Documentation/devicetree/bindings/clock/adi,axi-clkgen.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ properties:
4242
- const: clkin2
4343
- const: s_axi_aclk
4444

45+
clock-output-names:
46+
maxItems: 1
47+
4548
'#clock-cells':
4649
const: 0
4750

@@ -65,4 +68,5 @@ examples:
6568
reg = <0xff000000 0x1000>;
6669
clocks = <&osc 1>, <&clkc 15>;
6770
clock-names = "clkin1", "s_axi_aclk";
71+
clock-output-names = "spi_sclk";
6872
};

0 commit comments

Comments
 (0)