From patchwork Fri Sep 24 12:47:32 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 12515231 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B7461C433EF for ; Fri, 24 Sep 2021 12:48:40 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 74CE76124F for ; Fri, 24 Sep 2021 12:48:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 74CE76124F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=glider.be Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 382E915E5; Fri, 24 Sep 2021 14:47:47 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 382E915E5 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1632487717; bh=KlcqLXP5k4n0aGyz00Dz3fvDFwqA+4rZZbRV236LNhs=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=Aarlu8SeXvOnO/vPT0VIqCR9xuFVevhJ0Xnp+Q3v3lQaM13ks9m7HkaNoNjOmMdSS eu3aixM+SI9kG+hAomPWdu/Du3zW4lSN106CmAAbiUcp6J9BT2jMkeJUEOWEdB5OEY iGAvF+yzLU7bQY7Bql98ystD+0ya5iGkjhhIbwyc= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 587DFF8025D; Fri, 24 Sep 2021 14:47:46 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 31AFAF802A0; Fri, 24 Sep 2021 14:47:44 +0200 (CEST) Received: from baptiste.telenet-ops.be (baptiste.telenet-ops.be [IPv6:2a02:1800:120:4::f00:13]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id 64787F8013F for ; Fri, 24 Sep 2021 14:47:36 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 64787F8013F Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:5dd8:9bc4:3752:5710]) by baptiste.telenet-ops.be with bizsmtp id xona250042gynNa01onaAF; Fri, 24 Sep 2021 14:47:34 +0200 Received: from rox.of.borg ([192.168.97.57]) by ramsan.of.borg with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.93) (envelope-from ) id 1mTkc1-008aw3-IN; Fri, 24 Sep 2021 14:47:33 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1mTkc0-007gqh-SZ; Fri, 24 Sep 2021 14:47:32 +0200 From: Geert Uytterhoeven To: Liam Girdwood , Mark Brown , Rob Herring Subject: [PATCH v2] ASoC: dt-bindings: wlf,wm8978: Fix I2C address in example Date: Fri, 24 Sep 2021 14:47:32 +0200 Message-Id: X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, Charles Keepax , Geert Uytterhoeven , patches@opensource.cirrus.com, Maxime Ripard X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" 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 --- v2: - Fix silly typo (missing 0x prefix). --- Documentation/devicetree/bindings/sound/wlf,wm8978.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/sound/wlf,wm8978.yaml b/Documentation/devicetree/bindings/sound/wlf,wm8978.yaml index 944e5859c962e634..96cf9fc9c8b0098b 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>; }; };