mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
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
This commit is contained in:
parent
66320b268a
commit
c89737376f
|
|
@ -47,7 +47,8 @@ properties:
|
|||
maxItems: 1
|
||||
|
||||
operating-points-v2: true
|
||||
opp-table: true
|
||||
opp-table:
|
||||
type: object
|
||||
|
||||
fsl,ddrc:
|
||||
$ref: "/schemas/types.yaml#/definitions/phandle"
|
||||
|
|
|
|||
|
|
@ -36,7 +36,8 @@ properties:
|
|||
- const: intermediate
|
||||
|
||||
operating-points-v2: true
|
||||
opp-table: true
|
||||
opp-table:
|
||||
type: object
|
||||
|
||||
proc-supply:
|
||||
description:
|
||||
|
|
|
|||
|
|
@ -35,7 +35,8 @@ properties:
|
|||
maxItems: 1
|
||||
|
||||
operating-points-v2: true
|
||||
opp-table: true
|
||||
opp-table:
|
||||
type: object
|
||||
|
||||
reg:
|
||||
# BWMON v4 (currently described) and BWMON v5 use one register address
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user