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 88E8AC433F5 for ; Thu, 7 Oct 2021 18:01:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 6DE2D61175 for ; Thu, 7 Oct 2021 18:01:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243430AbhJGSD3 (ORCPT ); Thu, 7 Oct 2021 14:03:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50660 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S243426AbhJGSD2 (ORCPT ); Thu, 7 Oct 2021 14:03:28 -0400 Received: from mail-oi1-x233.google.com (mail-oi1-x233.google.com [IPv6:2607:f8b0:4864:20::233]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 6B072C061570 for ; Thu, 7 Oct 2021 11:01:34 -0700 (PDT) Received: by mail-oi1-x233.google.com with SMTP id y207so6963497oia.11 for ; Thu, 07 Oct 2021 11:01:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:in-reply-to:references:from:user-agent:date:message-id :subject:to:cc; bh=l/jHmdsNTaCbqb/3iY1ubX++haNMV1LDyfyVcpuyCNU=; b=gMIpgNRcHWiBlfWidWRVcnFOODsqVojhqfmUWh0slCQPAeHdEEyceqbZIIIsxB2zNy nccHjL2bqqStmVVkYH72v8oJq3DyIFrAbUvhQ8DIsHfAIuKPJiHZmmFfVqmQ37R+Szpx TmXiymP/d//qpRYSvYziMFjajCB3JhlIy0sxQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:in-reply-to:references:from :user-agent:date:message-id:subject:to:cc; bh=l/jHmdsNTaCbqb/3iY1ubX++haNMV1LDyfyVcpuyCNU=; b=LayhUAMMtlYV2wQeBaD8tVhJ/d0X9ECqhAFVLA2ERHaRb6D/gpPdK+xqgHMdcNbGos Ri+qWtdt3hN5rhMHUorBX8ErPhwrk7odK9lYZLlYB/Esm+UyEXUvqbxV8NO3wXkrbKfL HuGooxAUlD4EmRXg9yMhddWtYXIJkM5sQu7tG97ILF2fqt1fIi7P4gyd7PpelCz4XCBH QZueGesYUT7VTlOm+gE3alJ495OFrUIinV44v5O8sjQf6/zQFv0zTnZ0DrPK20O+cdEN smqObClyMw90XrqNktZKK7FLL4slfOI8oDJfINEuxfFnjUaogOG3efJNHt28ir5ExSKr Z0JA== X-Gm-Message-State: AOAM531xsgVLNJN6gIElv5d3q9TLmoBVlJC75u9Lr0Qlc8V3qQrTrZvb ImgHJQADsrz5eiuZ5Tpz4uhDannRi+2Bg1Bk9qTmGA== X-Google-Smtp-Source: ABdhPJzyJhAIMwWYX0j+dskBijdHRK2EqFvl+pGpjSoNbQ0EmOLi/qyKR7XkJBsTAK1+izQUXcpyDHtFQSZNmCiRpHE= X-Received: by 2002:aca:f02:: with SMTP id 2mr4350822oip.64.1633629693863; Thu, 07 Oct 2021 11:01:33 -0700 (PDT) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 7 Oct 2021 14:01:33 -0400 MIME-Version: 1.0 In-Reply-To: <1633628923-25047-4-git-send-email-pmaliset@codeaurora.org> References: <1633628923-25047-1-git-send-email-pmaliset@codeaurora.org> <1633628923-25047-4-git-send-email-pmaliset@codeaurora.org> From: Stephen Boyd User-Agent: alot/0.9.1 Date: Thu, 7 Oct 2021 14:01:33 -0400 Message-ID: Subject: Re: [PATCH v12 3/5] arm64: dts: qcom: sc7280: Add PCIe nodes for IDP board To: Prasad Malisetty , agross@kernel.org, bhelgaas@google.com, bjorn.andersson@linaro.org, lorenzo.pieralisi@arm.com, robh+dt@kernel.org, svarbanov@mm-sol.com Cc: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, dianders@chromium.org, mka@chromium.org, vbadigan@codeaurora.org, sallenki@codeaurora.org, manivannan.sadhasivam@linaro.org, linux-pci@vger.kernel.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org Quoting Prasad Malisetty (2021-10-07 10:48:41) > Enable PCIe controller and PHY for sc7280 IDP board. > Add specific NVMe GPIO entries for SKU1 and SKU2 support. > > Signed-off-by: Prasad Malisetty > --- Reviewed-by: Stephen Boyd