diff options
author | Alain Volmat <alain.volmat@foss.st.com> | 2022-07-07 09:44:01 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-07-16 14:24:27 +0200 |
commit | c80cb510104ca9ebf5619b7ed5cc500ceaa46749 (patch) | |
tree | 3abb72e8d35bd55df6641e578910c713ca3274fd /Documentation/devicetree/bindings/i2c | |
parent | 066ab294504fe868eb90d8d34b3eeab9785d33f0 (diff) |
dt-bindings: i2c: st,stm32-i2c: add entry for stm32mp13
Add the new compatible for the stm32mp13.
Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/i2c')
-rw-r--r-- | Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml b/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml index dccbb18b6dc0..a41588763786 100644 --- a/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml @@ -17,6 +17,7 @@ allOf: contains: enum: - st,stm32f7-i2c + - st,stm32mp13-i2c - st,stm32mp15-i2c then: properties: @@ -45,6 +46,7 @@ properties: enum: - st,stm32f4-i2c - st,stm32f7-i2c + - st,stm32mp13-i2c - st,stm32mp15-i2c reg: |