Message ID | 31957e15116027afd154f0d91e799028e2400bb2.1680817105.git.daniel@makrotopia.org |
---|---|
State | Superseded |
Headers | show |
Series | i2c: i2c-mt65xx: add support for MT7981 | expand |
On 06/04/2023 23:41, Daniel Golle wrote: > Add binding documentation for the I2C controllers found in the > MediaTek MT7981 SoC. Subject: drop second/last, redundant "binding". The "dt-bindings" prefix is already stating that these are bindings. Bindings come before patches using them. BTW, I did not get previous patch at all, but your cover letter suggests these are compatible. Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml index 685da4df688d6..fda0467cdd954 100644 --- a/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml +++ b/Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml @@ -23,6 +23,7 @@ properties: - const: mediatek,mt6577-i2c - const: mediatek,mt6589-i2c - const: mediatek,mt7622-i2c + - const: mediatek,mt7981-i2c - const: mediatek,mt7986-i2c - const: mediatek,mt8168-i2c - const: mediatek,mt8173-i2c
Add binding documentation for the I2C controllers found in the MediaTek MT7981 SoC. Signed-off-by: Daniel Golle <daniel@makrotopia.org> --- Documentation/devicetree/bindings/i2c/i2c-mt65xx.yaml | 1 + 1 file changed, 1 insertion(+)