diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2023-01-19 16:10:33 +0300 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2023-01-24 02:13:28 +0300 |
commit | 21fd06dc4a3440c8b7e7029b64952677843346b2 (patch) | |
tree | 66a946afd20bb448b9018bf5f9178feeeea04413 /Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml | |
parent | 805e640e09b08f398a218f772f9bd7fe2ad1f647 (diff) | |
download | linux-21fd06dc4a3440c8b7e7029b64952677843346b2.tar.xz |
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/pwm/nvidia,tegra20-pwm.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml b/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml index 739d3155dd32..41cea4979132 100644 --- a/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml +++ b/Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml @@ -63,8 +63,7 @@ properties: pinctrl-1: description: configuration for the sleep state - operating-points-v2: - $ref: /schemas/types.yaml#/definitions/phandle + operating-points-v2: true power-domains: items: |