Commit 9208d3ca authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mark Brown

ASoC: dt-bindings: wlf,wm8978: Fix I2C address in example

According to the WM8978 datasheet, the address of the device is fixed as
0011010 in 2-wire mode.

Fixes: 5bd5699c ("ASoC: dt-bindings: Add WM8978 Binding")
Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/c99fc865e3fca6ea623661c52de7dc6a3c36c8b4.1632487554.git.geert+renesas@glider.beSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent a4db95b2
......@@ -48,10 +48,10 @@ examples:
#address-cells = <1>;
#size-cells = <0>;
codec@0 {
codec@1a {
#sound-dai-cells = <0>;
compatible = "wlf,wm8978";
reg = <0>;
reg = <0x1a>;
};
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment