From faa60f188cc3fc9d2900196b0ae96c4781225036 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Sat, 2 Jul 2022 00:53:03 +0200 Subject: [PATCH] dt-bindings: i2c: nomadik: Add power domain to binding The power domain is used in the example and in the device trees for this IP block. Add it. Reported-by: Rob Herring Signed-off-by: Linus Walleij Acked-by: Rob Herring Signed-off-by: Wolfram Sang --- Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml b/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml index 41623bd0306c3..42c5974ec7b04 100644 --- a/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml +++ b/Documentation/devicetree/bindings/i2c/st,nomadik-i2c.yaml @@ -60,6 +60,9 @@ properties: - const: i2cclk - const: apb_pclk + power-domains: + maxItems: 1 + resets: maxItems: 1 -- 2.49.0