Skip to content

Commit 750682e

Browse files
robherringbebarino
authored andcommitted
dt-bindings: clock: arm,syscon-icst: Use 'reg' instead of 'vco-offset' for VCO register address
'reg' is the standard property for defining register banks/addresses. Add it to use for the VCO register address and deprecate 'vco-offset'. This will also allow for using standard node names with unit-addresses. Cc: Linus Walleij <[email protected]> Cc: Stephen Boyd <[email protected]> Cc: [email protected] Cc: [email protected] Cc: Michael Turquette <[email protected]> Signed-off-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Stephen Boyd <[email protected]>
1 parent 6880fa6 commit 750682e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,10 @@ properties:
6969
- arm,impd1-vco1
7070
- arm,impd1-vco2
7171

72+
reg:
73+
maxItems: 1
74+
description: The VCO register
75+
7276
clocks:
7377
description: Parent clock for the ICST VCO
7478
maxItems: 1
@@ -83,6 +87,7 @@ properties:
8387
vco-offset:
8488
$ref: '/schemas/types.yaml#/definitions/uint32'
8589
description: Offset to the VCO register for the oscillator
90+
deprecated: true
8691

8792
required:
8893
- "#clock-cells"

0 commit comments

Comments
 (0)