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 869F0C43217 for ; Thu, 2 Dec 2021 15:46:42 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1359140AbhLBPuE (ORCPT ); Thu, 2 Dec 2021 10:50:04 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1359132AbhLBPt5 (ORCPT ); Thu, 2 Dec 2021 10:49:57 -0500 Received: from mail-pj1-x1029.google.com (mail-pj1-x1029.google.com [IPv6:2607:f8b0:4864:20::1029]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 489B5C061757 for ; Thu, 2 Dec 2021 07:46:34 -0800 (PST) Received: by mail-pj1-x1029.google.com with SMTP id p18-20020a17090ad31200b001a78bb52876so2789335pju.3 for ; Thu, 02 Dec 2021 07:46:34 -0800 (PST) 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=/xOX+MwbYYm6u5nECdOl4Jqy0wvq2qfMu3Pv+iN6kbQ=; b=h2EabMGwDwVYPbOXG0rurfwoabYlkJcUaDSJo1Mpe8o3iddMlcVy8hOg/Gtg2pufMp XXryC51IdgePpIkXtjCAorrvtHzyssnDJKsMXnXokSAfk1k1VrwW/rKGG8m2ZDU3tRQ7 EYXhwpA1QbD2QKlwoevsPECMxsYRPpBl1ENyE= 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=/xOX+MwbYYm6u5nECdOl4Jqy0wvq2qfMu3Pv+iN6kbQ=; b=OvEKsAwWQFJ73w/ik+oJd3ziPUxyHq7K4//4xVzXbxq352ymF+nRUfXiEDKUg9zQNq 6jPmm5zoHZge9NurQQiVoEgdfn3poEKridw7nn1Tka0QCcc1iFa21LGJcBsjeRtV0WhW r/NeGzjBCf5hrGfiHndEPNVMqZtDtBnGVeWyJW2CHHH6cJC7wI4gHDHWvDxNFYAlXq5e q8GmeeBE09lf13cI8eHeOzQnpDr47Yp5r+tkpYYwVO4rvI+zj122cHZ0Q2rnemwNkYLC 6sIw6/imMMAte7h5/8NsJT+PT+RxQ3cemijEJ6HhkYyM2xnWywTCzFZXwSa7WyDs1viK iqtw== X-Gm-Message-State: AOAM532XEHg98Lg3yvGP6yrqLYqyS9UoqzvQnqX1MBdz24ehNOFOmEGd 6fie300mWl46HYxSkfX/1RIv+Q== X-Google-Smtp-Source: ABdhPJzh642Nqi1c66mNvgl1xHObBn1Zz/bzbAgNs+yRsC6kHayeKfeWLwpe3Kdgi1JuslnvD3euqw== X-Received: by 2002:a17:90b:4a83:: with SMTP id lp3mr6914000pjb.242.1638459993828; Thu, 02 Dec 2021 07:46:33 -0800 (PST) Received: from localhost ([2620:15c:202:201:b371:4539:c97c:c751]) by smtp.gmail.com with UTF8SMTPSA id pg13sm18546pjb.8.2021.12.02.07.46.33 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Dec 2021 07:46:33 -0800 (PST) Date: Thu, 2 Dec 2021 07:46:32 -0800 From: Matthias Kaehlcke To: Sandeep Maheswaram Cc: Rob Herring , Andy Gross , Bjorn Andersson , Stephen Boyd , Doug Anderson , 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 Subject: Re: [PATCH v2] arm64: qcom: sc7280: Move USB2 controller nodes from common dtsi to SKU1 Message-ID: References: <1638422248-24221-1-git-send-email-quic_c_sanm@quicinc.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1638422248-24221-1-git-send-email-quic_c_sanm@quicinc.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 02, 2021 at 10:47:28AM +0530, Sandeep Maheswaram wrote: > 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: Matthias Kaehlcke