From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 62A54C43219 for ; Mon, 18 Oct 2021 10:17:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4F07960551 for ; Mon, 18 Oct 2021 10:17:04 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231676AbhJRKTM (ORCPT ); Mon, 18 Oct 2021 06:19:12 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44886 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231466AbhJRKTH (ORCPT ); Mon, 18 Oct 2021 06:19:07 -0400 Received: from mail-pj1-x1049.google.com (mail-pj1-x1049.google.com [IPv6:2607:f8b0:4864:20::1049]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3DB51C06177F for ; Mon, 18 Oct 2021 03:16:30 -0700 (PDT) Received: by mail-pj1-x1049.google.com with SMTP id om2-20020a17090b3a8200b001a069b140ffso7553339pjb.1 for ; Mon, 18 Oct 2021 03:16:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:message-id:mime-version:subject:from:to:cc; bh=oY7miojajBsvdF3HUMaS1feE4pIqN0wiCXEms77CPnU=; b=gocHWodpj1y3RO74fcCC1l5rTkjYEX63jbzk4uPVGXLoZBssxTA641D0KRQ7Px6ol7 Uy463QdXHg2f6fow9IKru0iQZrSPCHnLYpcd8hfQ2zKWIzPRdMEf97R3oOcvTNeApZGb ZzdhjXQPNBdXqnn7nrPFJUkaN2UFpowkQ/FACzdsdeYa0xS1QN7y7t5SQAu2MVk8QvUo YTiwGQud5dfd6G7YEOs7Hj162ebHr9v6GPL1J3ctY1m9Gx0I42JV7HOnIwYa06PYCmDp uW8N/ele3Gt1rYLG8Pye2O/ZARSZ0z2PBl7BSG1C4e0Ln1ISfiBeRg7oQSLo/DGfl/DC qw9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=oY7miojajBsvdF3HUMaS1feE4pIqN0wiCXEms77CPnU=; b=UrER2ML519mlEMJvmvpo1RD2Ip5RJTJbXXtI+tq1rwR6ZcAv4LZF1yR+p1jAu/qv99 KYLGZLN0H5u7BZqJMqrOps0ji87gunYrhTbldBoR5lYbnAtS0MyzC2FdSy73bWcZETUQ JZL1gX1+DyPzkuHbJERwcVnZois5VrN0jtAoV6B834pAKfYVlMnk00FvkVhTlps1ophq fgyPCS7lLVsZqBbRnQqEgTZpZHItury+E5jiaN4sRf33crBuR3y37Xe1CRdC0SDnFKHp nkQxdRkDYORiHWVuIAdh6n8ZfbeKExEgHuiM9FD/wGKMcQWcKNkuA10m+NcL1PkCE3D7 lKOw== X-Gm-Message-State: AOAM532rHdZUdvquL2mjAt9oHogRdHpmrntYdcE/gETbApho3hgL9o7r NwYgpFrEhouItbK1QF87/17v8cTffjzb X-Google-Smtp-Source: ABdhPJxVXkwD7Z4p19zoY0d6mrWKkV0hcUjQUx0QD9KXka6554CXjU42fH+hYE1xRvsAkQZcAaWr6WHqk0Ff X-Received: from tzungbi-z840.tpe.corp.google.com ([2401:fa00:1:10:e23e:fe98:6410:7fad]) (user=tzungbi job=sendgmr) by 2002:a17:90b:1d85:: with SMTP id pf5mr31883714pjb.64.1634552189741; Mon, 18 Oct 2021 03:16:29 -0700 (PDT) Date: Mon, 18 Oct 2021 18:16:08 +0800 Message-Id: <20211018101608.3818840-1-tzungbi@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.33.0.1079.g6e70778dc9-goog Subject: [PATCH] ASoC: dt-bindings: mediatek: rename reset controller headers in DT example From: Tzung-Bi Shih To: broonie@kernel.org, robh+dt@kernel.org, matthias.bgg@gmail.com Cc: alsa-devel@alsa-project.org, tzungbi@google.com, devicetree@vger.kernel.org, enric.balletbo@collabora.com, linux-watchdog@vger.kernel.org, linux-mediatek@lists.infradead.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Commit f07c776f6d7e ("arm64: dts: mediatek: Move reset controller constants into common location") moves the reset controller headers. However, it forgot to rename the DT example in mt8192-afe-pcm.yaml. Renames the DT example to pass dt_binding_check. Fixes: f07c776f6d7e ("arm64: dts: mediatek: Move reset controller constants into common location") Signed-off-by: Tzung-Bi Shih --- The patch bases on next-20211018. In Mark's tree[1], the commit f07c776f6d7e hasn't shown up. In Matthias's tree[2], mt8192-afe-pcm.yaml hasn't applied. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/ [2]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/ Also, I am not sure if the commit hash "f07c776f6d7e" would change or not after it applies to mainline. Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml b/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml index 5e9fe067f440..7a25bc9b8060 100644 --- a/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml +++ b/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml @@ -74,7 +74,7 @@ examples: #include #include #include - #include + #include afe: mt8192-afe-pcm { compatible = "mediatek,mt8192-audio"; -- 2.33.0.1079.g6e70778dc9-goog From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 89C64C433EF for ; Mon, 18 Oct 2021 10:17:35 +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 4770A60F22 for ; Mon, 18 Oct 2021 10:17:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 4770A60F22 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=google.com 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 A5F3918B6; Mon, 18 Oct 2021 12:16:41 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz A5F3918B6 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1634552251; bh=HYj1jYjokVkyDUWrSB4eWba8JpWj9bj7k++X4tFJVkc=; h=Date:Subject:From:To:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=iWuwf9g+elQEJy5j+gOu22kY5rCkZfgfP6u7Axk0aCdwEOo/vj+Ym2znoDUiuCQkj Aqd7yItqcvXsBJZefPT1SECoOedKEepVz7WLByjqN4Oi1DwW3Fn2CUtG8+urhG8C4B ywYWh4gUBHMtPFEKq+YdMw2xEEBoOIL3UnrdjPSQ= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 3161AF80217; Mon, 18 Oct 2021 12:16:41 +0200 (CEST) Received: by alsa1.perex.cz (Postfix, from userid 50401) id 295A6F80224; Mon, 18 Oct 2021 12:16:40 +0200 (CEST) Received: from mail-pj1-x1049.google.com (mail-pj1-x1049.google.com [IPv6:2607:f8b0:4864:20::1049]) (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 9CF88F801DB for ; Mon, 18 Oct 2021 12:16:32 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz 9CF88F801DB Authentication-Results: alsa1.perex.cz; dkim=pass (2048-bit key) header.d=google.com header.i=@google.com header.b="gocHWodp" Received: by mail-pj1-x1049.google.com with SMTP id m9-20020a17090ade09b029017903cc8d6cso11648238pjv.4 for ; Mon, 18 Oct 2021 03:16:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:message-id:mime-version:subject:from:to:cc; bh=oY7miojajBsvdF3HUMaS1feE4pIqN0wiCXEms77CPnU=; b=gocHWodpj1y3RO74fcCC1l5rTkjYEX63jbzk4uPVGXLoZBssxTA641D0KRQ7Px6ol7 Uy463QdXHg2f6fow9IKru0iQZrSPCHnLYpcd8hfQ2zKWIzPRdMEf97R3oOcvTNeApZGb ZzdhjXQPNBdXqnn7nrPFJUkaN2UFpowkQ/FACzdsdeYa0xS1QN7y7t5SQAu2MVk8QvUo YTiwGQud5dfd6G7YEOs7Hj162ebHr9v6GPL1J3ctY1m9Gx0I42JV7HOnIwYa06PYCmDp uW8N/ele3Gt1rYLG8Pye2O/ZARSZ0z2PBl7BSG1C4e0Ln1ISfiBeRg7oQSLo/DGfl/DC qw9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=oY7miojajBsvdF3HUMaS1feE4pIqN0wiCXEms77CPnU=; b=ZLoEgB1ldslzlE5Gamj4eYzWyZ7Lg5y9f7NJEk58YOmisrb+Taqac+54eoqWHnjh1b /Qf9U1L9ZoGfqzIxwtmbXBdNzNJhshm/LS0u+nUkUbvhw48GnO655SdhXE3oYyuR0U8b S/no2+AE9YQ+LDHlAU8xV9wUJiNjn3CJMgFM0AFqS4sgcauC9umApjRUQKNIiPWZ4aKi KIw82rSA3Z4UUV9mkLuAPMz7zVo6QiM7JNScleAFMfmGm8y8UjdinQejVv4I9/FMadCK 2wM2bnEkRsvfKZlPYEkO6XCj6eolKsQfWr8GtpO6/GUnqW+fkA4fOiiuEcwdHBYNInnJ 97AA== X-Gm-Message-State: AOAM533GnaSXluQxr3FPVKXV+pNup7zdWiahufwJb62FS3Uj5t3Pk+du CVyM48o3S8QJ6WZFQkaacmQc3FvtOgzT X-Google-Smtp-Source: ABdhPJxVXkwD7Z4p19zoY0d6mrWKkV0hcUjQUx0QD9KXka6554CXjU42fH+hYE1xRvsAkQZcAaWr6WHqk0Ff X-Received: from tzungbi-z840.tpe.corp.google.com ([2401:fa00:1:10:e23e:fe98:6410:7fad]) (user=tzungbi job=sendgmr) by 2002:a17:90b:1d85:: with SMTP id pf5mr31883714pjb.64.1634552189741; Mon, 18 Oct 2021 03:16:29 -0700 (PDT) Date: Mon, 18 Oct 2021 18:16:08 +0800 Message-Id: <20211018101608.3818840-1-tzungbi@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.33.0.1079.g6e70778dc9-goog Subject: [PATCH] ASoC: dt-bindings: mediatek: rename reset controller headers in DT example From: Tzung-Bi Shih To: broonie@kernel.org, robh+dt@kernel.org, matthias.bgg@gmail.com Content-Type: text/plain; charset="UTF-8" Cc: devicetree@vger.kernel.org, alsa-devel@alsa-project.org, linux-watchdog@vger.kernel.org, tzungbi@google.com, linux-mediatek@lists.infradead.org, enric.balletbo@collabora.com 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" Commit f07c776f6d7e ("arm64: dts: mediatek: Move reset controller constants into common location") moves the reset controller headers. However, it forgot to rename the DT example in mt8192-afe-pcm.yaml. Renames the DT example to pass dt_binding_check. Fixes: f07c776f6d7e ("arm64: dts: mediatek: Move reset controller constants into common location") Signed-off-by: Tzung-Bi Shih --- The patch bases on next-20211018. In Mark's tree[1], the commit f07c776f6d7e hasn't shown up. In Matthias's tree[2], mt8192-afe-pcm.yaml hasn't applied. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/ [2]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/ Also, I am not sure if the commit hash "f07c776f6d7e" would change or not after it applies to mainline. Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml b/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml index 5e9fe067f440..7a25bc9b8060 100644 --- a/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml +++ b/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml @@ -74,7 +74,7 @@ examples: #include #include #include - #include + #include afe: mt8192-afe-pcm { compatible = "mediatek,mt8192-audio"; -- 2.33.0.1079.g6e70778dc9-goog From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 197A3C433F5 for ; Mon, 18 Oct 2021 10:45:42 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 D1E3661212 for ; Mon, 18 Oct 2021 10:45:41 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org D1E3661212 Authentication-Results: mail.kernel.org; dmarc=fail (p=reject dis=none) header.from=google.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:From:Subject:Mime-Version: Message-Id:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=5JBtdR3dMYV8aZ273NwdcfG7U0kJc3l+sGvnOgAsRYE=; b=0cX t6mMuM75MtEWb2qxM/1NoSlT65lRpK9exnBWDcGtN7ansRbGDmkU0l3zV+6dAj5Y/IrbJ0Aw4BrNB +9zN5cw4A9A2p0sTKUeiZO5QtDG7GjH1xeJGzCHN/VmKXVdyNPsdONrwU3qoGwViVHq3XvHwKI/Gz HvSvmMaMZB4wkQgl635M6SYgDmBpBEiiV7JplgKpZuhZD6LOp2oF42U7Cs6/fUsF9YUa2LBNwxUUc 4MhSzQGCponUSXWktEnsfZ6Q4trM7lTodmKlU5ULFxaRh8x/SbUnG/cyglLby3ONDr7PGb3a5sCky k89nGEsNSNFIE1Dw6Iw/XMRM50B47/A==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1mcQ92-00F6Ay-TB; Mon, 18 Oct 2021 10:45:28 +0000 Received: from mail-pj1-x1049.google.com ([2607:f8b0:4864:20::1049]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1mcPh1-00Ex6e-BS for linux-mediatek@lists.infradead.org; Mon, 18 Oct 2021 10:16:32 +0000 Received: by mail-pj1-x1049.google.com with SMTP id a6-20020a17090aa50600b001a0a81b8664so11644191pjq.6 for ; Mon, 18 Oct 2021 03:16:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20210112; h=date:message-id:mime-version:subject:from:to:cc; bh=oY7miojajBsvdF3HUMaS1feE4pIqN0wiCXEms77CPnU=; b=gocHWodpj1y3RO74fcCC1l5rTkjYEX63jbzk4uPVGXLoZBssxTA641D0KRQ7Px6ol7 Uy463QdXHg2f6fow9IKru0iQZrSPCHnLYpcd8hfQ2zKWIzPRdMEf97R3oOcvTNeApZGb ZzdhjXQPNBdXqnn7nrPFJUkaN2UFpowkQ/FACzdsdeYa0xS1QN7y7t5SQAu2MVk8QvUo YTiwGQud5dfd6G7YEOs7Hj162ebHr9v6GPL1J3ctY1m9Gx0I42JV7HOnIwYa06PYCmDp uW8N/ele3Gt1rYLG8Pye2O/ZARSZ0z2PBl7BSG1C4e0Ln1ISfiBeRg7oQSLo/DGfl/DC qw9w== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:message-id:mime-version:subject:from:to:cc; bh=oY7miojajBsvdF3HUMaS1feE4pIqN0wiCXEms77CPnU=; b=u28SeEDwoaAX5LzOKorAVyqb/R1yXOG1Q5uK7xb5FxXPd6klXEc16FY/6TjXp2vXIm 5Xuv3MSl0lENUVjDmYoTaaguEIBX4Y60YIvLI0/NRFQyeaZvyLVvH+M4bgWRPvuReC8b 1kB7b3LsWLJu6FIOcKUTZawFNmTx390jJ9SZWUD5eGKZHXvkzmRQSd5WMkjIIM/TKysC T//9mQJZDPmY1348Ks+BkTZxDWKlHjC8MeKJwh4FXGbSWSNOTk9upzU/1olJfj4+jevo gD8yA/I8l7s21CwrNcldttATUcZ9m9V6ZCVs5VdGKI53DdAN2KfeIddcwoAzAer7G+35 DCgA== X-Gm-Message-State: AOAM530NHEK8upRdnRw3ozGQbbaNx5ZtXs0eUy6zPAHEk0q8V9P4K7gA 8slFpsMgoErhZtjNznDV91fjj2CXTTG+ X-Google-Smtp-Source: ABdhPJxVXkwD7Z4p19zoY0d6mrWKkV0hcUjQUx0QD9KXka6554CXjU42fH+hYE1xRvsAkQZcAaWr6WHqk0Ff X-Received: from tzungbi-z840.tpe.corp.google.com ([2401:fa00:1:10:e23e:fe98:6410:7fad]) (user=tzungbi job=sendgmr) by 2002:a17:90b:1d85:: with SMTP id pf5mr31883714pjb.64.1634552189741; Mon, 18 Oct 2021 03:16:29 -0700 (PDT) Date: Mon, 18 Oct 2021 18:16:08 +0800 Message-Id: <20211018101608.3818840-1-tzungbi@google.com> Mime-Version: 1.0 X-Mailer: git-send-email 2.33.0.1079.g6e70778dc9-goog Subject: [PATCH] ASoC: dt-bindings: mediatek: rename reset controller headers in DT example From: Tzung-Bi Shih To: broonie@kernel.org, robh+dt@kernel.org, matthias.bgg@gmail.com Cc: alsa-devel@alsa-project.org, tzungbi@google.com, devicetree@vger.kernel.org, enric.balletbo@collabora.com, linux-watchdog@vger.kernel.org, linux-mediatek@lists.infradead.org X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20211018_031631_456295_6AFDAADE X-CRM114-Status: GOOD ( 10.79 ) X-BeenThere: linux-mediatek@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-mediatek" Errors-To: linux-mediatek-bounces+linux-mediatek=archiver.kernel.org@lists.infradead.org Commit f07c776f6d7e ("arm64: dts: mediatek: Move reset controller constants into common location") moves the reset controller headers. However, it forgot to rename the DT example in mt8192-afe-pcm.yaml. Renames the DT example to pass dt_binding_check. Fixes: f07c776f6d7e ("arm64: dts: mediatek: Move reset controller constants into common location") Signed-off-by: Tzung-Bi Shih --- The patch bases on next-20211018. In Mark's tree[1], the commit f07c776f6d7e hasn't shown up. In Matthias's tree[2], mt8192-afe-pcm.yaml hasn't applied. [1]: https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git/ [2]: https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux.git/ Also, I am not sure if the commit hash "f07c776f6d7e" would change or not after it applies to mainline. Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml b/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml index 5e9fe067f440..7a25bc9b8060 100644 --- a/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml +++ b/Documentation/devicetree/bindings/sound/mt8192-afe-pcm.yaml @@ -74,7 +74,7 @@ examples: #include #include #include - #include + #include afe: mt8192-afe-pcm { compatible = "mediatek,mt8192-audio"; -- 2.33.0.1079.g6e70778dc9-goog _______________________________________________ Linux-mediatek mailing list Linux-mediatek@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-mediatek