diff options
author | Mark Brown <broonie@kernel.org> | 2022-04-05 12:25:09 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2022-04-05 12:25:09 +0300 |
commit | 774227cfb9f570538999ea7713589c87300f21b6 (patch) | |
tree | 3cdc144e6fb5fafd1f6a8c68f88bcfa70a822300 /Documentation | |
parent | d50d7e91c6e5ccd71f21ba1aec3fef7ee4229fd6 (diff) | |
parent | a4765dfb80a7333aaac394a5ba20056d11b55636 (diff) | |
download | linux-774227cfb9f570538999ea7713589c87300f21b6.tar.xz |
spi: mediatek: add single/quad mode support
Merge series from Leilk Liu <leilk.liu@mediatek.com>:
This series of patches are based on spi for-next, and provide 3 patches
to support MT7986.
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml b/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml index 818130b11bb9..94ef0552bd42 100644 --- a/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml +++ b/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml @@ -53,16 +53,20 @@ properties: maxItems: 1 clocks: + minItems: 3 items: - description: clock used for the parent clock - description: clock used for the muxes clock - description: clock used for the clock gate + - description: clock used for the AHB bus, this clock is optional clock-names: + minItems: 3 items: - const: parent-clk - const: sel-clk - const: spi-clk + - const: hclk mediatek,pad-select: $ref: /schemas/types.yaml#/definitions/uint32-array |