summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/sound
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2021-09-24 14:47:32 +0200
committerMark Brown <broonie@kernel.org>2021-09-27 14:01:06 +0200
commit9208d3ca8cb65748e436c224ed63dbba4a60a3d5 (patch)
treebe5ea8491f048ee07fd1aacfce5f7e9446643aaa /Documentation/devicetree/bindings/sound
parentASoC: codecs: Fix spelling mistake "Unsupport" -> "Unsupported" (diff)
downloadlinux-9208d3ca8cb65748e436c224ed63dbba4a60a3d5.tar.xz
linux-9208d3ca8cb65748e436c224ed63dbba4a60a3d5.zip
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: 5bd5699c494f42a3 ("ASoC: dt-bindings: Add WM8978 Binding") Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/c99fc865e3fca6ea623661c52de7dc6a3c36c8b4.1632487554.git.geert+renesas@glider.be Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/sound')
-rw-r--r--Documentation/devicetree/bindings/sound/wlf,wm8978.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/sound/wlf,wm8978.yaml b/Documentation/devicetree/bindings/sound/wlf,wm8978.yaml
index 944e5859c962..96cf9fc9c8b0 100644
--- a/Documentation/devicetree/bindings/sound/wlf,wm8978.yaml
+++ b/Documentation/devicetree/bindings/sound/wlf,wm8978.yaml
@@ -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>;
};
};