diff options
author | Fabien Parent <[email protected]> | 2022-05-31 15:50:18 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2022-06-06 12:41:21 +0100 |
commit | 901fc8e8079e401f3240006cab6629e65579701c (patch) | |
tree | ec7c63124b4bd06cb5cb50fefe216a15d200b99e | |
parent | 8523c96894e916b20ba3612e48e404fad5acfdd9 (diff) |
spi: mt65xx: add MT8365 SoC bindings
Add binding documentation for the MT8365 SoC.
Signed-off-by: Fabien Parent <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-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: |