Re: [PATCH] dt-bindings: iio: adi,ltc2983: Fix 64-bit property sizes

From: Rob Herring
Date: Sun Jan 09 2022 - 20:09:21 EST


On Thu, 06 Jan 2022 21:20:26 -0600, Rob Herring wrote:
> The '/bits/ 64' notation applies the next <> list of values. Another <> list
> is encoded as 32-bits by default. IOW, each <> list needs to be preceeded
> with '/bits/ 64'.
>
> While the dts format allows this, as a rule we don't mix sizes for DT
> properties since all size information is lost in the dtb file.
>
> Signed-off-by: Rob Herring <robh@xxxxxxxxxx>
> ---
> .../bindings/iio/temperature/adi,ltc2983.yaml | 22 +++++++++----------
> 1 file changed, 11 insertions(+), 11 deletions(-)
>

Applied, thanks!