diff options
author | Rob Herring <robh@kernel.org> | 2022-04-19 15:55:12 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-04-19 15:55:12 +0300 |
commit | 2bd50abce1b6636bd3c9064e7ae5c0f832a615b2 (patch) | |
tree | 3e9047eacab5c5035400d7f9d66272221c2bfab4 /Documentation/devicetree/bindings/power | |
parent | 548f8b21ae6053680c61fe7ca79e2380b0b3964e (diff) | |
parent | 652980b1541c5a02e6410647c7daf840c06d724a (diff) | |
download | linux-2bd50abce1b6636bd3c9064e7ae5c0f832a615b2.tar.xz |
Merge branch 'dt/linus' into dt/next
Pick up new meta-schema warning fixes.
Diffstat (limited to 'Documentation/devicetree/bindings/power')
-rw-r--r-- | Documentation/devicetree/bindings/power/renesas,apmu.yaml | 3 | ||||
-rw-r--r-- | Documentation/devicetree/bindings/power/supply/bq2415x.yaml | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/power/renesas,apmu.yaml b/Documentation/devicetree/bindings/power/renesas,apmu.yaml index 4d293b2b2f84..d77fc88050c8 100644 --- a/Documentation/devicetree/bindings/power/renesas,apmu.yaml +++ b/Documentation/devicetree/bindings/power/renesas,apmu.yaml @@ -36,7 +36,8 @@ properties: cpus: $ref: /schemas/types.yaml#/definitions/phandle-array items: - maxItems: 1 + minItems: 1 + maxItems: 4 description: | Array of phandles pointing to CPU cores, which should match the order of CPU cores used by the WUPCR and PSTR registers in the Advanced Power diff --git a/Documentation/devicetree/bindings/power/supply/bq2415x.yaml b/Documentation/devicetree/bindings/power/supply/bq2415x.yaml index f8461f06e6f4..118cf484cc69 100644 --- a/Documentation/devicetree/bindings/power/supply/bq2415x.yaml +++ b/Documentation/devicetree/bindings/power/supply/bq2415x.yaml @@ -17,7 +17,6 @@ properties: compatible: enum: - ti,bq24150 - - ti,bq24150 - ti,bq24150a - ti,bq24151 - ti,bq24151a |