diff options
author | Marek Vasut <marex@denx.de> | 2022-09-26 22:46:53 +0200 |
---|---|---|
committer | Wolfram Sang <wsa@kernel.org> | 2022-10-02 00:34:28 +0200 |
commit | 367d4c887acd2be7524bd532ae9446ed2f508c3c (patch) | |
tree | c0ce3e64ff21924689038ee58ffb2f6c29266d6a | |
parent | f938a5295cedf7fdcc4f1caad0ac1a9be1f1a5f5 (diff) |
dt-bindings: i2c: st,stm32-i2c: Document wakeup-source property
Document wakeup-source property. This fixes dtbs_check warnings
when building current Linux DTs:
"
arch/arm/boot/dts/stm32mp153c-dhcom-drc02.dtb: i2c@40015000: Unevaluated properties are not allowed ('wakeup-source' was unexpected)
"
Signed-off-by: Marek Vasut <marex@denx.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Wolfram Sang <wsa@kernel.org>
-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 63958cac339b..bf396e9466aa 100644 --- a/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/st,stm32-i2c.yaml @@ -97,6 +97,8 @@ properties: - description: register offset within syscfg - description: register bitmask for FMP bit + wakeup-source: true + required: - compatible - reg |