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 vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id E881DC4332F for ; Wed, 25 May 2022 15:36:35 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240764AbiEYPge (ORCPT ); Wed, 25 May 2022 11:36:34 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46826 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233775AbiEYPgd (ORCPT ); Wed, 25 May 2022 11:36:33 -0400 Received: from mail-pj1-x1035.google.com (mail-pj1-x1035.google.com [IPv6:2607:f8b0:4864:20::1035]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4821911176 for ; Wed, 25 May 2022 08:36:31 -0700 (PDT) Received: by mail-pj1-x1035.google.com with SMTP id gk22so1597907pjb.1 for ; Wed, 25 May 2022 08:36:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=unaVWSxtLrzCkT7W9EU0i2EBbETN7X+EN7c1UsSwH0s=; b=cWwtlMdgHkYd3Z+MwZZVGkeHqFjikelNov58vRx+64+U+d9LBp/xb37sfwuSNvtjbM 8JdgqMgu4KCvBW5J2GpD5+kCrnAtM/4hbC+PtGgKva2buhfiVBNoTY2AWsI+n0QO+3Hn ZncYx0anRN4G6RGyGSj4YiYwoA6pLOQjn2ov0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=unaVWSxtLrzCkT7W9EU0i2EBbETN7X+EN7c1UsSwH0s=; b=YBZxTqXv0IXrLosp2SlLJUGo0UnO2lR5KKpJASdCGZ+wTOjHu14zBoADk+nLqDbyyf tlYfkvCJjQsAEhVyMBCQj1DMSA+VN9m99x57UA5RHNuAhASxGFSXOvr6+UQw+3FxseVD 8gKRMA+1KCeaghNo9Q5519PIlFeMjl5V2JR71H+b7TDuxiYwIqJUgvt38VfGS5lOwLQW Ixq2vDDuvf1B1UKU3sxF+9QeqtoMXfr8nh6PgeHKC43WT9LVC0NVDnd93utScyNvOaWv bSjRsTTSZgOl/rO+53nxaaUMkZK/9U6XC8OS1i02mHcUaVDfoplfZP25lRwlzMEXuqBn M+eQ== X-Gm-Message-State: AOAM531sd96IWG4DOqrP7kqaEthyFhgC1GWEEnd2r7DunP6xteRv1sA1 Cctvd7HR7/B1g6fMr8mpajX52w== X-Google-Smtp-Source: ABdhPJy4QdbW/q506bxZQtetCefQdh5dhyoeRjlnF43bNKBXbqVDO0aUKxNaNJWTslH4nppq38BrPA== X-Received: by 2002:a17:90b:3e8a:b0:1e0:4f19:c63b with SMTP id rj10-20020a17090b3e8a00b001e04f19c63bmr11061632pjb.237.1653492990862; Wed, 25 May 2022 08:36:30 -0700 (PDT) Received: from localhost ([2620:15c:11a:202:4d83:f549:9abd:427]) by smtp.gmail.com with UTF8SMTPSA id t13-20020a63b24d000000b003fa321e9463sm6669598pgo.58.2022.05.25.08.36.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 25 May 2022 08:36:30 -0700 (PDT) Date: Wed, 25 May 2022 08:36:29 -0700 From: Matthias Kaehlcke To: Judy Hsiao Cc: Andy Gross , Bjorn Andersson , Rob Herring , Srini Kandagatla , dianders@chromium.org, cychiang@google.com, judyhsiao@google.com, tzungbi@chromium.org, swboyd@chromium.org, linux-arm-kernel@lists.infradead.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [v3 3/3] arm64: dts: qcom: sc7280: include sc7280-herobrine-audio-rt5682.dtsi in villager and herobrine-r1 Message-ID: References: <20220525014308.1853576-1-judyhsiao@chromium.org> <20220525014308.1853576-4-judyhsiao@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220525014308.1853576-4-judyhsiao@chromium.org> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, May 25, 2022 at 01:43:08AM +0000, Judy Hsiao wrote: > Include sc7280-herobrine-audio-rt5682.dtsi in villager and herobrine-r1 as > these boards use rt5682 codec. > > Signed-off-by: Judy Hsiao Reviewed-by: Matthias Kaehlcke and you for v2 you also had: Reviewed-by: Douglas Anderson