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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: interconnect: restrict opp-table to objects

Simple 'opp-table:true' accepts a boolean property as opp-table, so
restrict it to object to properly enforce real OPP table nodes.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20220818061653.9524-1-krzysztof.kozlowski@linaro.org

authored by

Krzysztof Kozlowski and committed by
Rob Herring
c8973737 66320b26

+6 -3
+2 -1
Documentation/devicetree/bindings/interconnect/fsl,imx8m-noc.yaml
··· 47 47 maxItems: 1 48 48 49 49 operating-points-v2: true 50 - opp-table: true 50 + opp-table: 51 + type: object 51 52 52 53 fsl,ddrc: 53 54 $ref: "/schemas/types.yaml#/definitions/phandle"
+2 -1
Documentation/devicetree/bindings/interconnect/mediatek,cci.yaml
··· 36 36 - const: intermediate 37 37 38 38 operating-points-v2: true 39 - opp-table: true 39 + opp-table: 40 + type: object 40 41 41 42 proc-supply: 42 43 description:
+2 -1
Documentation/devicetree/bindings/interconnect/qcom,msm8998-bwmon.yaml
··· 35 35 maxItems: 1 36 36 37 37 operating-points-v2: true 38 - opp-table: true 38 + opp-table: 39 + type: object 39 40 40 41 reg: 41 42 # BWMON v4 (currently described) and BWMON v5 use one register address