From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-0.7 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 90000C3F2D8 for ; Wed, 4 Mar 2020 16:28:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 7349124654 for ; Wed, 4 Mar 2020 16:28:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388316AbgCDQ2x (ORCPT ); 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