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 B63EFC433FE for ; Thu, 2 Dec 2021 22:52:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1346876AbhLBWzf (ORCPT ); Thu, 2 Dec 2021 17:55:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38302 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349118AbhLBWzb (ORCPT ); Thu, 2 Dec 2021 17:55:31 -0500 Received: from mail-oi1-x22b.google.com (mail-oi1-x22b.google.com [IPv6:2607:f8b0:4864:20::22b]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9BE58C061757 for ; Thu, 2 Dec 2021 14:52:07 -0800 (PST) Received: by mail-oi1-x22b.google.com with SMTP id n66so2109551oia.9 for ; Thu, 02 Dec 2021 14:52:07 -0800 (PST) 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=cfV3qg4oBLPqiJvstuUh6sCTl21EzBS3ZB0AYx6oAIw=; b=oCLaCiPlPHluuvwBPceP4jp6yR/9kzKZ/y/soX5z3lozDD5OsmgrwYMJYlaLjk0QNi wWqltQCm2vvPwkdrgaXDrNSgb7Ofe4ZitK/45FkNuC8QsCXYt6nlYLoF5pGQvZWlVOIN g8w3fPBfSbwwRI4Ub29HLI3Dmd1g+AsVAtpZE= 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=cfV3qg4oBLPqiJvstuUh6sCTl21EzBS3ZB0AYx6oAIw=; b=cxFRmCT3kaek2Zj606HT/vUvRJQe45v71ZNvhVoq1f6jkBIgxg4db2cCAe3nSJscY2 /MLgc8LZnISR22Q/t5m3uVdqyegD+4q/RMwuCRPWkTaGTXid0xjUP77gGkgaGBz+HQgD SSZ+NwyLvm1nbs7o4Lhj3cqIRGWQeHJQA/uo/t3MGWK1nT69UAgo2LZqit16E4Z8ACTs chkBRZmjTwrcWAz9dktYZgQTOnj1lXKrwtupidiV/O5LjJmp5TKmhiBUwKGG36mvtECr ZAepGRYadBnIbsaUne5W6S+6WexStrKY7PXZJd2sxYwqNVaZoimBG0xCrsdcPp/EvaDj I3vA== X-Gm-Message-State: AOAM533R9RGvLws/Sba9iq3vLErTdoHsKTEdJmPnqxu9cxhJuS0RNCcG OJZCbCQ6FmlbYN5l80Fd8SReCy0U++HOaKgI8704WA== X-Google-Smtp-Source: ABdhPJxmpZMi8ld8EOJe3uC13tQePFO3Hrs3yHTyYht4szxr7NKf2KIPW66DJ0iP/ooEHw55GDJoy07pmkiC9exiNuI= X-Received: by 2002:a05:6808:211f:: with SMTP id r31mr6743963oiw.64.1638485526978; Thu, 02 Dec 2021 14:52:06 -0800 (PST) Received: from 753933720722 named unknown by gmailapi.google.com with HTTPREST; Thu, 2 Dec 2021 14:52:06 -0800 MIME-Version: 1.0 In-Reply-To: <1638422248-24221-1-git-send-email-quic_c_sanm@quicinc.com> References: <1638422248-24221-1-git-send-email-quic_c_sanm@quicinc.com> From: Stephen Boyd User-Agent: alot/0.9.1 Date: Thu, 2 Dec 2021 14:52:06 -0800 Message-ID: Subject: Re: [PATCH v2] arm64: qcom: sc7280: Move USB2 controller nodes from common dtsi to SKU1 To: Andy Gross , Bjorn Andersson , Doug Anderson , Matthias Kaehlcke , Rob Herring , Sandeep Maheswaram Cc: devicetree@vger.kernel.org, linux-arm-msm@vger.kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org, quic_pkondeti@quicinc.com, quic_ppratap@quicinc.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Quoting Sandeep Maheswaram (2021-12-01 21:17:28) > Move USB2 controller and phy nodes from common dtsi file as it is > required only for SKU1 board and change the mode to host mode as > it will be used in host mode for SKU1. > > Signed-off-by: Sandeep Maheswaram > --- Reviewed-by: Stephen Boyd