diff options
author | Rafał Miłecki <[email protected]> | 2024-07-27 13:48:27 +0200 |
---|---|---|
committer | Mark Brown <[email protected]> | 2024-07-29 01:23:22 +0100 |
commit | 158678bea637020dd6fc521536c5b07701447777 (patch) | |
tree | ae702aa490035da77f38a3f90c639f596e0a7e0a | |
parent | f8918ef1267edab4d9b2154c22a912c87cc66f66 (diff) |
spi: dt-bindings: mediatek,spi-mt65xx: add compatible for MT7981
MT7981 has SPI controllers based on IPM design
Signed-off-by: Rafał Miłecki <[email protected]>
Acked-by: Krzysztof Kozlowski <[email protected]>
Link: https://patch.msgid.link/[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 b6249880c3f9..e1f5bfa4433c 100644 --- a/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml +++ b/Documentation/devicetree/bindings/spi/mediatek,spi-mt65xx.yaml @@ -33,6 +33,7 @@ properties: - const: mediatek,mt6765-spi - items: - enum: + - mediatek,mt7981-spi-ipm - mediatek,mt7986-spi-ipm - mediatek,mt8188-spi-ipm - const: mediatek,spi-ipm |