Re: [PATCH v2 0/8] Arm boards syscon 'unit_address_format' clean-ups

From: Rob Herring
Date: Mon Oct 04 2021 - 12:24:08 EST


On Mon, Sep 13, 2021 at 02:28:08PM -0500, Rob Herring wrote:
> This series addresses the last of the dtc 'unit_address_format'
> warnings in the tree.
>
> The remaining issue was dealing with the node names on 2 bindings for
> Arm Ltd boards syscon child nodes: register-bit-led and Versatile ICST.
> Both of these used an offset property for register address rather than
> 'reg' which is the preference nowadays. With a 'reg' property, then we
> can have a proper node name and unit-address. This series adds support
> for using 'reg' instead and updates the node names and unit-addresses.
>
> The dts file changes have inter-dependencies, but the clock and led
> changes can go via each subsystem.
>
> Rob
>
>
> Rob Herring (8):
> dt-bindings: leds: Convert register-bit-led binding to DT schema
> dt-bindings: leds: register-bit-led: Use 'reg' instead of 'offset'
> leds: syscon: Support 'reg' in addition to 'offset' for register
> address

Pavel, Can you apply or comment on patches 1-3?

Rob


> dt-bindings: clock: arm,syscon-icst: Use 'reg' instead of 'vco-offset'
> for VCO register address
> clk: versatile: clk-icst: Support 'reg' in addition to 'vco-offset'
> for register address
> ARM: dts: arm: Update register-bit-led nodes 'reg' and node names
> ARM: dts: arm: Update ICST clock nodes 'reg' and node names
> kbuild: Enable dtc 'unit_address_format' warning by default