mbox series

[RESEND,0/2] iio: dac: ad5770r: dt bindings fixes

Message ID 20200324094506.55938-1-alexandru.tachici@analog.com (mailing list archive)
Headers show
Series iio: dac: ad5770r: dt bindings fixes | expand

Message

Alexandru Tachici March 24, 2020, 9:45 a.m. UTC
From: Alexandru Tachici <alexandru.tachici@analog.com>

This aims to replace use of num property from dt nodes with
reg property both in dt bindings and driver and fix
dt bindings errors.

1. read from fwnode reg property instead of num property

2. replace num property with reg property and fix dt
bindings errors

Alexandru Tachici (2):
  iio: dac: ad5770r: read channel nr from reg
  dt-bindings: iio: dac: AD5570R fix bindings errors

 .../bindings/iio/dac/adi,ad5770r.yaml         | 77 ++++++++++---------
 drivers/iio/dac/ad5770r.c                     |  2 +-
 2 files changed, 41 insertions(+), 38 deletions(-)

Comments

Rob Herring April 15, 2020, 2:31 p.m. UTC | #1
On Tue, Mar 24, 2020 at 4:45 AM <alexandru.tachici@analog.com> wrote:
>
> From: Alexandru Tachici <alexandru.tachici@analog.com>
>
> This aims to replace use of num property from dt nodes with
> reg property both in dt bindings and driver and fix
> dt bindings errors.
>
> 1. read from fwnode reg property instead of num property
>
> 2. replace num property with reg property and fix dt
> bindings errors
>
> Alexandru Tachici (2):
>   iio: dac: ad5770r: read channel nr from reg
>   dt-bindings: iio: dac: AD5570R fix bindings errors

Can I get a respin of this so it can be fixed for rc2. Or I can just revert.

Rob