From: Rob Herring Date: Mon, 13 Sep 2021 19:28:12 +0000 (-0500) Subject: dt-bindings: clock: arm,syscon-icst: Use 'reg' instead of 'vco-offset' for VCO regist... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=750682eb8cfc30dd661b5351aaf7bbd71907d16b;p=linux.git 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 Cc: Stephen Boyd Cc: linux-arm-kernel@lists.infradead.org Cc: linux-clk@vger.kernel.org Cc: Michael Turquette Signed-off-by: Rob Herring Link: https://lore.kernel.org/r/20210913192816.1225025-5-robh@kernel.org Signed-off-by: Stephen Boyd --- diff --git a/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml b/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml index 118c5543e037b..90eadf6869b2b 100644 --- a/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml +++ b/Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml @@ -69,6 +69,10 @@ properties: - arm,impd1-vco1 - arm,impd1-vco2 + reg: + maxItems: 1 + description: The VCO register + clocks: description: Parent clock for the ICST VCO maxItems: 1 @@ -83,6 +87,7 @@ properties: vco-offset: $ref: '/schemas/types.yaml#/definitions/uint32' description: Offset to the VCO register for the oscillator + deprecated: true required: - "#clock-cells"