[alsa-devel] [PATCH v2] dt-bindings: sound: adau7118: Fix example warning
Rob Herring
robh+dt at kernel.org
Tue Nov 5 16:44:17 CET 2019
On Tue, Nov 5, 2019 at 5:06 AM Maxime Ripard <maxime at cerno.tech> wrote:
>
> The ADAU7118 has an example where the codec has an i2c address of 14, and
> the unit address set to 14 as well.
>
> However, while the address is expressed in decimal, the unit-address is
> supposed to be in hexadecimal, which ends up with two different addresses
> that trigger a DTC warning. Fix this by setting the address to 0x14.
>
> Cc: Nuno Sá <nuno.sa at analog.com>
> Cc: Lars-Peter Clausen <lars at metafoo.de>
> Fixes: 969d49b2cdc8 ("dt-bindings: asoc: Add ADAU7118 documentation")
> Signed-off-by: Maxime Ripard <maxime at cerno.tech>
>
> ---
>
> Changes from v1:
> - Fix the address instead of the unit-address.
> ---
> Documentation/devicetree/bindings/sound/adi,adau7118.yaml | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Acked-by: Rob Herring <robh at kernel.org>
More information about the Alsa-devel
mailing list