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

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 <linus.walleij@linaro.org>
Cc: Stephen Boyd <sboyd@kernel.org>
Cc: linux-arm-kernel@lists.infradead.org
Cc: linux-clk@vger.kernel.org
Cc: Michael Turquette <mturquette@baylibre.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20210913192816.1225025-5-robh@kernel.org
Signed-off-by: Stephen Boyd <sboyd@kernel.org>

authored by

Rob Herring and committed by
Stephen Boyd
750682eb 6880fa6c

+5
+5
Documentation/devicetree/bindings/clock/arm,syscon-icst.yaml
··· 69 69 - arm,impd1-vco1 70 70 - arm,impd1-vco2 71 71 72 + reg: 73 + maxItems: 1 74 + description: The VCO register 75 + 72 76 clocks: 73 77 description: Parent clock for the ICST VCO 74 78 maxItems: 1 ··· 87 83 vco-offset: 88 84 $ref: '/schemas/types.yaml#/definitions/uint32' 89 85 description: Offset to the VCO register for the oscillator 86 + deprecated: true 90 87 91 88 required: 92 89 - "#clock-cells"