Received: by 2002:a25:c205:0:0:0:0:0 with SMTP id s5csp4675976ybf; Wed, 4 Mar 2020 08:30:07 -0800 (PST) X-Google-Smtp-Source: ADFU+vvsDt1oK0AFzF/bL0+A4TxlgDNLkul1whqL6w59yZ71ToLoiggZNF5L03xSw2SWrgb+PYV3 X-Received: by 2002:aca:cc4b:: with SMTP id c72mr2414043oig.139.1583339407745; Wed, 04 Mar 2020 08:30:07 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1583339407; cv=none; d=google.com; s=arc-20160816; b=jt0X9f2LOx3lTt58Gf/e0hHnNPGXAkf/4mwr60XbnTUcjqZpHpFFXppDtc5zzyJZkk /La0/vQ1Ijl9QzW+UliJIVJs6FoCLPsGvHJQ01q5h4pIYQ79pUHsGydJeP2hjpRMyAIK XIBW1kqabVgwChqAqmV6Mh7Tvde+9GomyYvDM5x8GiflXENrfLnzgfiVws5aC9vs4E5+ ae7SQaPgoPji7VkPHsT2iFyBUGqfPivOUGAKlU8JlgPIWf2HbPzuvJZRd6++wA/BXCd0 wSqKDlcIfbKpxgKpUZ5xD+yhhngjg6tXaUjj0yeBju84b7DTaKB1KTqitUmJE/yCT5ok 7GHg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=VCQ8IM/K2cNyh6B3Y2yz9nDzCIwECGGAHbXle/dUm0k=; b=KEXDKZ0wOXabFeK+AJB27ka3JR9MYBVeK/nfvyGB75lr7evoZZTIch+V8x2sXDxq3j 0SgNjyGKtSJF4zPdcb22Ds8GHEiPZqjcL/MsgZ+zRIN7JrR6axamv5NFkZD4BkjoGQ1b TPTHzVlK5MeBn0HHvxdb35I2UlOzz9I+qTw1a4kiDJRVkFVS0F9wun6CYILuPKlXYDOW hkWmXQVnXuHd02GB4LOu5yXHx1j8c6tZvZ5vJDj0EechR0rCFX1l7ZOwuF1vtaHjrUgA emYz8ItNK3YHvaNbAEsiZI3550BP/hhD2vAD6DKwJMX/uEqnyElzGC6rARkAA0Uggy1z tkdQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id e21si1579049oti.124.2020.03.04.08.29.56; Wed, 04 Mar 2020 08:30:07 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388287AbgCDQ2x (ORCPT + 99 others); Wed, 4 Mar 2020 11:28:53 -0500 Received: from muru.com ([72.249.23.125]:58776 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388019AbgCDQ2w (ORCPT ); Wed, 4 Mar 2020 11:28:52 -0500 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id AC18380F5; Wed, 4 Mar 2020 16:29:37 +0000 (UTC) Date: Wed, 4 Mar 2020 08:28:49 -0800 From: Tony Lindgren To: Suman Anna Cc: Roger Quadros , Tero Kristo , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: Re: [PATCH v2 0/5] ti-sysc support for PRUSS Message-ID: <20200304162849.GW37466@atomide.com> References: <20200227222837.7329-1-s-anna@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200227222837.7329-1-s-anna@ti.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Suman Anna [200227 14:29]: > Hi Tony, > > The following is a revised series of the ti-sysc support for PRUSS. > Please refer to the original series cover-letter [1] for details. > > Following are the main changes in v2: > - Drop the enabling of the interconnect nodes from various AM335x and > AM437x board dts files (last 7 patches from original series) > - Enable the target-module node for AM437x by default. None of the > current AM437x board dts files use AM4372, so there should not be > any regressions. > > We can drop the status=disabled in the am33xx.dtsi file once we add the > SoC revision support for AM335x SoCs. This is already disabled before the > series as well. I have identified a few boards which use the older SoCs > that can disable the node in dts, but there were few others which can > use any of the SoCs, so those will definitely require the SoC device > match logic and an additional PRUSS disable quirk in the ti-sysc bus > driver. OK thanks, applied and pushed out into omap-for-v5.7/ti-sysc-drop-pdata. Regards, Tony