From patchwork Fri Sep 24 08:02:50 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 12514365 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 64C2FC433F5 for ; Fri, 24 Sep 2021 08:04:03 +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 62B7361039 for ; Fri, 24 Sep 2021 08:04:01 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 62B7361039 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 20F87822; Fri, 24 Sep 2021 10:03:09 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 20F87822 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1632470639; bh=NWajiXxwQOb4vj2mt3a6nI6d/BdkAzWPLf+oeRbq+m8=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=KJL7CUbeWUrWIRzeUCR6BwT/t5EfDcZa3fO0vyfNrN/AQFnRUpBmrEjYoEfuoSC+z Dfzt1xVGp4KA093W2xW8DosjAtew5d4oB0yHDVgY1BUV96hZr02dP2mNX9jLTXliDN TDH/gR9HFiVHHqHNiOdBzGs0lpvklTwBJmbwGNaQ= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 7CEC5F80246; Fri, 24 Sep 2021 10:03:08 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 4C1A3F802A0; Fri, 24 Sep 2021 10:03:06 +0200 (CEST) Received: from laurent.telenet-ops.be (laurent.telenet-ops.be [IPv6:2a02:1800:110:4::f00:19]) (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 25230F80246 for ; Fri, 24 Sep 2021 10:02:53 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 25230F80246 Received: from ramsan.of.borg ([IPv6:2a02:1810:ac12:ed10:5dd8:9bc4:3752:5710]) by laurent.telenet-ops.be with bizsmtp id xk2s2500U2gynNa01k2sJU; Fri, 24 Sep 2021 10:02:53 +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 1mTgAW-008WUw-6o; Fri, 24 Sep 2021 10:02:52 +0200 Received: from geert by rox.of.borg with local (Exim 4.93) (envelope-from ) id 1mTgAV-007MJd-MA; Fri, 24 Sep 2021 10:02:51 +0200 From: Geert Uytterhoeven To: Liam Girdwood , Mark Brown Subject: [PATCH] ASoC: dt-bindings: wlf,wm8978: Fix I2C address in example Date: Fri, 24 Sep 2021 10:02:50 +0200 Message-Id: <0409470fbe6bba69ec74a3f30681b5fe93a372ba.1632470464.git.geert+renesas@glider.be> 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 Acked-by: Charles Keepax --- 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..0b80ac3a7106658c 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 = <1a>; }; };