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

spi: dt-bindings: atmel,at91rm9200-spi: Add support for optional 'spi_gclk' clock

Update the Atmel SPI DT binding to support an optional programmable
SPI generic clock 'spi_gclk', in addition to the required 'spi_clk'.

Signed-off-by: Manikandan Muralidharan <manikandan.m@microchip.com>
Link: https://patch.msgid.link/20250730101015.323964-2-manikandan.m@microchip.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Manikandan Muralidharan and committed by
Mark Brown
a673ebd0 379f8197

+8 -3
+8 -3
Documentation/devicetree/bindings/spi/atmel,at91rm9200-spi.yaml
··· 31 31 maxItems: 1 32 32 33 33 clock-names: 34 - contains: 35 - const: spi_clk 34 + items: 35 + - const: spi_clk 36 + - const: spi_gclk 37 + minItems: 1 36 38 37 39 clocks: 38 - maxItems: 1 40 + items: 41 + - description: Peripheral Bus clock 42 + - description: Programmable Generic clock 43 + minItems: 1 39 44 40 45 dmas: 41 46 items: