Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Krzysztof Kozlowski and committed by
Rob Herring
21fd06dc 805e640e

+14 -31
+1 -2
Documentation/devicetree/bindings/display/msm/dp-controller.yaml
··· 68 68 items: 69 69 - const: dp 70 70 71 - operating-points-v2: 72 - maxItems: 1 71 + operating-points-v2: true 73 72 74 73 opp-table: true 75 74
+1 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-dc.yaml
··· 59 59 iommus: 60 60 maxItems: 1 61 61 62 - operating-points-v2: 63 - $ref: "/schemas/types.yaml#/definitions/phandle" 62 + operating-points-v2: true 64 63 65 64 power-domains: 66 65 items:
+1 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-dsi.yaml
··· 47 47 items: 48 48 - const: dsi 49 49 50 - operating-points-v2: 51 - $ref: "/schemas/types.yaml#/definitions/phandle" 50 + operating-points-v2: true 52 51 53 52 power-domains: 54 53 maxItems: 1
+1 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-epp.yaml
··· 46 46 interconnect-names: 47 47 maxItems: 4 48 48 49 - operating-points-v2: 50 - $ref: "/schemas/types.yaml#/definitions/phandle" 49 + operating-points-v2: true 51 50 52 51 power-domains: 53 52 items:
+1 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-gr2d.yaml
··· 49 49 interconnect-names: 50 50 maxItems: 4 51 51 52 - operating-points-v2: 53 - $ref: "/schemas/types.yaml#/definitions/phandle" 52 + operating-points-v2: true 54 53 55 54 power-domains: 56 55 items:
+1 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-gr3d.yaml
··· 51 51 minItems: 4 52 52 maxItems: 10 53 53 54 - operating-points-v2: 55 - $ref: "/schemas/types.yaml#/definitions/phandle" 54 + operating-points-v2: true 56 55 57 56 power-domains: 58 57 minItems: 1
+1 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-hdmi.yaml
··· 50 50 items: 51 51 - const: hdmi 52 52 53 - operating-points-v2: 54 - $ref: "/schemas/types.yaml#/definitions/phandle" 53 + operating-points-v2: true 55 54 56 55 power-domains: 57 56 items:
+1 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-host1x.yaml
··· 90 90 items: 91 91 - const: dma-mem # read 92 92 93 - operating-points-v2: 94 - $ref: "/schemas/types.yaml#/definitions/phandle" 93 + operating-points-v2: true 95 94 96 95 power-domains: 97 96 items:
+1 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-mpe.yaml
··· 47 47 interconnect-names: 48 48 maxItems: 6 49 49 50 - operating-points-v2: 51 - $ref: "/schemas/types.yaml#/definitions/phandle" 50 + operating-points-v2: true 52 51 53 52 power-domains: 54 53 items:
+1 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-tvo.yaml
··· 30 30 items: 31 31 - description: module clock 32 32 33 - operating-points-v2: 34 - $ref: "/schemas/types.yaml#/definitions/phandle" 33 + operating-points-v2: true 35 34 36 35 power-domains: 37 36 items:
+1 -2
Documentation/devicetree/bindings/display/tegra/nvidia,tegra20-vi.yaml
··· 55 55 minItems: 4 56 56 maxItems: 5 57 57 58 - operating-points-v2: 59 - $ref: "/schemas/types.yaml#/definitions/phandle" 58 + operating-points-v2: true 60 59 61 60 power-domains: 62 61 items:
+1 -2
Documentation/devicetree/bindings/fuse/nvidia,tegra20-fuse.yaml
··· 44 44 items: 45 45 - const: fuse 46 46 47 - operating-points-v2: 48 - $ref: "/schemas/types.yaml#/definitions/phandle" 47 + operating-points-v2: true 49 48 50 49 power-domains: 51 50 items:
+1 -2
Documentation/devicetree/bindings/mmc/nvidia,tegra20-sdhci.yaml
··· 82 82 iommus: 83 83 maxItems: 1 84 84 85 - operating-points-v2: 86 - $ref: "/schemas/types.yaml#/definitions/phandle" 85 + operating-points-v2: true 87 86 88 87 power-domains: 89 88 items:
-3
Documentation/devicetree/bindings/power/power-domain.yaml
··· 43 43 domain would be considered as capable of being powered-on or powered-off. 44 44 45 45 operating-points-v2: 46 - $ref: /schemas/types.yaml#/definitions/phandle-array 47 - items: 48 - maxItems: 1 49 46 description: 50 47 Phandles to the OPP tables of power domains provided by a power domain 51 48 provider. If the provider provides a single power domain only or all
+1 -2
Documentation/devicetree/bindings/pwm/nvidia,tegra20-pwm.yaml
··· 63 63 pinctrl-1: 64 64 description: configuration for the sleep state 65 65 66 - operating-points-v2: 67 - $ref: /schemas/types.yaml#/definitions/phandle 66 + operating-points-v2: true 68 67 69 68 power-domains: 70 69 items: