Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp374359pxj; Thu, 27 May 2021 02:13:11 -0700 (PDT) X-Google-Smtp-Source: ABdhPJybYBWd6YaGRznywpYw200s2G3O5PCLWXbi7FRf2jGJJdn/ke1eFRA9N41e4BuZFvFPInxn X-Received: by 2002:a17:907:2646:: with SMTP id ar6mr2683575ejc.293.1622106791682; Thu, 27 May 2021 02:13:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622106791; cv=none; d=google.com; s=arc-20160816; b=cFEXx1J6YVM0GhG2XzUMgSs5zPMxdxSCviy951Gg8K/3nZ8IDHs5TUz1kS5DkYt/zX ElT4asjowR2D1HI5oFgVDjpcz5nYMLXhvTPb/tZTNZJh+n3hmUBcfPK9xhhlhh2CY2Zp FWDprZJVVz2gmbvLAXXZA+lFShcoY2zGfbqlmvq+LSdSqdFQ5X7WlU2TFNJImfw+DjRV 90bT3MYo+6ONWP/KhMbjPd7MXhma6qsEz81u0AMMef+SM3AYf0yyRLXf8WhYcu+oAtib 1M2Fz60X8a5vvw5kMq30T69Fo12Zn1LoMvV9Fn2s/Mq3TfPazps+603aCo6n/OHps7Iq W+Dw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=G95KHlME2O1Zl4CRrPwKeiR7h1i1dzMBSFYnfPfS9pM=; b=ExN/eBRSovBWEbeSh+j1c7fpW8g5sE+SyUyA13YwRl/s794xeI/yzQGoLeJ6J/1IJs VmwrFkIUXRqDaT3+lJ7hTXPxTJVGOdwcV7CEni3fb6uAn0nmPA4lZoNX8JW/8cpPErZu mJ3Y3HA3Frj1VFFf5G03BvOzWk7yLGcquDa3pux+JeFvcePg/EzNwfWupdeGFLNnjBcR 4Z9r9vJjoVhjpdRem0m7vF6ot8j8gPfU2LVJMRY3+JqQmGOB9qZSvpPPjvblxagUhJWE 0JV4BGfdxdv27OKfL28t2moC/lGQlWvMA9dnrJfWB3fTT6jn/C+ABv2ExsP+thdGoUHd ip+g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id ly3si1696763ejb.337.2021.05.27.02.12.47; Thu, 27 May 2021 02:13:11 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235554AbhE0JK7 (ORCPT + 99 others); Thu, 27 May 2021 05:10:59 -0400 Received: from muru.com ([72.249.23.125]:60950 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235475AbhE0JK6 (ORCPT ); Thu, 27 May 2021 05:10:58 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id F289180A8; Thu, 27 May 2021 09:09:29 +0000 (UTC) Date: Thu, 27 May 2021 12:09:21 +0300 From: Tony Lindgren To: Grygorii Strashko Cc: Gowtham Tammana , Suman Anna , bcousson@baylibre.com, robh+dt@kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Nisanth Menon Subject: Re: [PATCH v3] ARM: dts: dra7: Fix duplicate USB4 target module node Message-ID: References: <20210526213035.15448-1-g-tammana@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Grygorii Strashko [210527 09:03]: > On 27/05/2021 08:48, Tony Lindgren wrote: > > But let's keep the target-module@140000 here as it puts it in the right > > location rather than directly on the ocp. Let's mark it with > > status = "disabled" in dra7-l4.dtsi, and add a comment noting it's only > > available on dra74x. So similar to what you had in your v1 patch, except > > disabled. > > My preference would be not to mix SoC variant specific modules in common module, > and fix dra74x instead by placing usb4 node in proper place: > > &l4_per3 { /* 0x48800000 */ > segment@0 { > --> Yeah that's even better, and leaves out status = "disabled". Sounds good to me. Regards, Tony