[PATCH 6/7] dt-bindings: i2c: imx: Use unevaluatedProperties

Krzysztof Kozlowski krzk at kernel.org
Sat Aug 29 07:17:59 EDT 2020


Additional properties actually might appear (e.g. power-domains or child
nodes) so use unevaluatedProperties to fix dtbs_check warnings like:

  arch/arm64/boot/dts/freescale/imx8mn-evk.dt.yaml: i2c at 30a20000:
    '#address-cells', '#size-cells', 'pmic at 25' do not match any of the regexes: 'pinctrl-[0-9]+'

Signed-off-by: Krzysztof Kozlowski <krzk at kernel.org>
---
 Documentation/devicetree/bindings/i2c/i2c-imx.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml
index 810536953177..73b4e628802c 100644
--- a/Documentation/devicetree/bindings/i2c/i2c-imx.yaml
+++ b/Documentation/devicetree/bindings/i2c/i2c-imx.yaml
@@ -75,7 +75,7 @@ required:
   - interrupts
   - clocks
 
-additionalProperties: false
+unevaluatedProperties: false
 
 examples:
   - |
-- 
2.17.1




More information about the linux-arm-kernel mailing list