Re: [RFT 21/25] ARM: dts: s5pv210: move fixed regulators under root node in Goni

From: Krzysztof Kozlowski
Date: Wed Sep 16 2020 - 16:22:14 EST


On Mon, Sep 07, 2020 at 06:11:37PM +0200, Krzysztof Kozlowski wrote:
> The fixed regulators are kept under dedicated "regulators" node but this
> causes multiple dtschema warnings:
>
> regulators: $nodename:0: 'regulators' does not match '^([a-z][a-z0-9\\-]+-bus|bus|soc|axi|ahb|apb)(@[0-9a-f]+)?$'
> regulators: #size-cells:0:0: 0 is not one of [1, 2]
> regulators: fixed-regulator@0:reg:0: [0] is too short
> regulators: fixed-regulator@1:reg:0: [1] is too short
> regulators: fixed-regulator@2:reg:0: [2] is too short
> regulators: fixed-regulator@3:reg:0: [3] is too short
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---
> arch/arm/boot/dts/s5pv210-goni.dts | 64 +++++++++++++-----------------

Applied.

Best regards,
Krzysztof