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 0F913C433FE for ; Wed, 6 Apr 2022 20:19:16 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232444AbiDFUVK (ORCPT ); Wed, 6 Apr 2022 16:21:10 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233639AbiDFUUa (ORCPT ); Wed, 6 Apr 2022 16:20:30 -0400 Received: from mail-pj1-x1034.google.com (mail-pj1-x1034.google.com [IPv6:2607:f8b0:4864:20::1034]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 47A641DF673 for ; Wed, 6 Apr 2022 11:02:45 -0700 (PDT) Received: by mail-pj1-x1034.google.com with SMTP id u14so3339288pjj.0 for ; Wed, 06 Apr 2022 11:02:45 -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=FOXsiXJAKtMLGXYAK3r6oxcC+auPPBmHNsoM8lFZURA=; b=PAZ/A8rZS2CY5N8UncYL8kPPJsSOXNe1/sGOku+QaGVMSMpyJ3nupUnAicTVxA23vZ Wq3Y5a6Qgxs4ExAWWf2yJX6U4DqYlgivwlQ52e/7+C/Nz7vQXv5MFNwPhqCeG1MgZSvD 4jWp9zXXk0cBtS1yn+3/Xk/S6556cO53u1oM4= 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=FOXsiXJAKtMLGXYAK3r6oxcC+auPPBmHNsoM8lFZURA=; b=XQ0wCVfgYZ+0iAqu78iT9CJuSzFhjPLvZDoYcpgmcxoBAqns2T0y/9fcDzeyQ1kCbu 98n84Fq50zDgU7nSyPrpOWQm07hKWwmfmpdL141ppTmt1fC/6zCRUbeugQkXuzboV4co p++XkKVtC/7mEeN5dcbyMXZxFlBd9O2RhCS0LcreQXM3vi7+7YjTFurEYagcuVwfZpfd X3vUOHkNircOe46TyY1jjE398B9ebelQWXGL8BLjHuZb8L9BbN4B4+0Su2GN5MrGqy+G Xf2E/yk/oqJg9XLSYYIbrHJGYMmVN+uiFgW6Qv/NqNfrlOF8xgRi24MTWULnRX1i/0gy 0iRg== X-Gm-Message-State: AOAM533t+u7UeEF50pOmr8rkh0j71Ybc8YGQ/yap1mCxa0Yje7MIsECq +XiJVc0urdCj0f4GFASClgFdzg== X-Google-Smtp-Source: ABdhPJzwbh3laItq2cdNTEF67N9FfUifv3GDwvRrfwlLqVMFVY92eizIQGODQlB5BG3tLdlTQ0MFaQ== X-Received: by 2002:a17:90a:49c1:b0:1ca:c243:db77 with SMTP id l1-20020a17090a49c100b001cac243db77mr11069186pjm.215.1649268164727; Wed, 06 Apr 2022 11:02:44 -0700 (PDT) Received: from localhost ([2620:15c:202:201:dddf:7cc7:1261:9584]) by smtp.gmail.com with UTF8SMTPSA id h10-20020a056a00230a00b004faa0f67c3esm18870536pfh.23.2022.04.06.11.02.43 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 06 Apr 2022 11:02:43 -0700 (PDT) Date: Wed, 6 Apr 2022 11:02:41 -0700 From: Matthias Kaehlcke To: Manikanta Pubbisetty Cc: agross@kernel.org, bjorn.andersson@linaro.org, robh+dt@kernel.org, linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v4] arm64: dts: qcom: sc7280: Add WCN6750 WiFi node Message-ID: References: <20220406111303.27670-1-quic_mpubbise@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220406111303.27670-1-quic_mpubbise@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Wed, Apr 06, 2022 at 04:43:03PM +0530, Manikanta Pubbisetty wrote: > Add DTS node for WCN6750 WiFi chipset. > > Signed-off-by: Manikanta Pubbisetty Reviewed-by: Matthias Kaehlcke