diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-01-19 14:10:33 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-01-24 00:13:28 +0100 |
commit | 21fd06dc4a3440c8b7e7029b64952677843346b2 (patch) | |
tree | 66a946afd20bb448b9018bf5f9178feeeea04413 /Documentation/devicetree/bindings/fuse | |
parent | dt-bindings: soc: socionext,uniphier-soc-glue: Make child node names fixed names (diff) | |
download | linux-21fd06dc4a3440c8b7e7029b64952677843346b2.tar.xz linux-21fd06dc4a3440c8b7e7029b64952677843346b2.zip |
dt-bindings: drop type for operating-points-v2
The type for operating-points-v2 property is coming from dtschema
(/schemas/opp/opp.yaml), so individual bindings can just use simple
"true".
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20230119131033.117324-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/fuse')
-rw-r--r-- | Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml b/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml index 481901269872..02f0b0462377 100644 --- a/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml +++ b/Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml @@ -44,8 +44,7 @@ properties: items: - const: fuse - operating-points-v2: - $ref: "/schemas/types.yaml#/definitions/phandle" + operating-points-v2: true power-domains: items: |