mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 12:21:22 -05:00
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>
This commit is contained in:
committed by
Mark Brown
parent
379f819733
commit
a673ebd0a2
@@ -31,11 +31,16 @@ properties:
|
||||
maxItems: 1
|
||||
|
||||
clock-names:
|
||||
contains:
|
||||
const: spi_clk
|
||||
items:
|
||||
- const: spi_clk
|
||||
- const: spi_gclk
|
||||
minItems: 1
|
||||
|
||||
clocks:
|
||||
maxItems: 1
|
||||
items:
|
||||
- description: Peripheral Bus clock
|
||||
- description: Programmable Generic clock
|
||||
minItems: 1
|
||||
|
||||
dmas:
|
||||
items:
|
||||
|
||||
Reference in New Issue
Block a user