diff options
author | 2022-05-31 15:50:18 +0200 | |
---|---|---|
committer | 2022-06-06 12:41:21 +0100 | |
commit | 901fc8e8079e401f3240006cab6629e65579701c (patch) | |
tree | ec7c63124b4bd06cb5cb50fefe216a15d200b99e | |
parent | spi: cadence-quadspi: Remove spi_master_put() in probe failure path (diff) | |
download | wireguard-linux-901fc8e8079e401f3240006cab6629e65579701c.tar.xz wireguard-linux-901fc8e8079e401f3240006cab6629e65579701c.zip |
spi: mt65xx: add MT8365 SoC bindings
Add binding documentation for the MT8365 SoC.
Signed-off-by: Fabien Parent <fparent@baylibre.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220531135026.238475-10-fparent@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml b/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml index 94ef0552bd42..d3d34a3a0b7f 100644 --- a/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml +++ b/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml @@ -18,6 +18,7 @@ properties: - items: - enum: - mediatek,mt7629-spi + - mediatek,mt8365-spi - const: mediatek,mt7622-spi - items: - enum: |