Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp486877pxj; Thu, 27 May 2021 05:11:04 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzafNO5uaJTDLcqhaEfyBEH3N/p3p+q3Fu4Ystk9UoxN4p88GMK6MWVi8Im7QvtVsENf4Sm X-Received: by 2002:aa7:cd49:: with SMTP id v9mr1090280edw.54.1622117463836; Thu, 27 May 2021 05:11:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622117463; cv=none; d=google.com; s=arc-20160816; b=iEanJmSjPke53FDvY1VfAHpyjIwcTiDXqe1WUIMe+Yn0jWGcE+lIM7APWfHBycX4oq IHV+mh3E5iAqGe2lwVxlPA3mLtnnYWoJ1uce3vZFQpypsrvUxM3DhT9EjZbLk/ZauqH9 Xh053W0afDq74ihH8fkAkDR1DgJBRIaaVKZHST04ZDOTwwvoDaRs46qwCO21Ybk0htOK 8xae2qDLNYJPW6BB0QqR9UcwdVnwzvHDiGeKUusoRqRl8mRuA0yvaZfY3sz4v2VeeqRj XdRMnMqzRg+OD1ehvy6bZFVldrra67DQsaGIUXuMN9yJjoR/OvXwXM2EHvxinhRYRGu6 Yv+g== 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=f0QQo1dOauonU4GQBAAjFAmbzCPvWAISZOYepZF5ckI=; b=WkzWFv41riJNniWPHEvaFNIiXxxjUEPCfRK/5gDOmo/F4uXixgHdFkEeB9IXE9ME6c e0sSljCB6xu+hcLw0qWYntL0H461/CWb7L2vjCu2Mw+UT2K03BSGPO7PO4zJK2TVRC5q lLbIieXRHKHskbHpQuP0vwjfbpkozbu/M8vI/JGV2RL3egjYucCYKFndt3paRsY8k1ic 8l4Jw2/yfsE2iNmrv/lrIPr1Fq/KmX9exc+OYvGfEe7o7Rf7j7ALvRwn87+zj6p+NAOa ln257Zx/pa7GypHXSPGtioy/1GMWZs3heHlEdbeMpE4u54eMvdV0GTT7krTLMY1J/DlK Feig== 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 i2si1558367edc.332.2021.05.27.05.10.39; Thu, 27 May 2021 05:11:03 -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 S235186AbhE0MJr (ORCPT + 99 others); Thu, 27 May 2021 08:09:47 -0400 Received: from muru.com ([72.249.23.125]:32830 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234941AbhE0MJ3 (ORCPT ); Thu, 27 May 2021 08:09:29 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id DE7D980FE; Thu, 27 May 2021 12:08:01 +0000 (UTC) Date: Thu, 27 May 2021 15:07:53 +0300 From: Tony Lindgren To: Grygorii Strashko Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org, devicetree@vger.kernel.org, Rob Herring Subject: Re: [PATCH 0/3] ARM: dts: ti: fix ti,no-reset-on-init usage Message-ID: References: <20210521222411.17547-1-grygorii.strashko@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210521222411.17547-1-grygorii.strashko@ti.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Grygorii Strashko [210522 01:24]: > The ti,no-reset-on-init flag need to be at the interconnect target module > level for the modules that have it defined. > The ti-sysc driver handles this case, but produces warning, not a critical > issue. Thanks for doing this, applying all into omap-for-v5.14/dt. Tony