From patchwork Fri May 29 20:39:38 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tony Lindgren X-Patchwork-Id: 6511191 Return-Path: X-Original-To: patchwork-linux-omap@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 762FE9F1C1 for ; Fri, 29 May 2015 20:39:43 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id A3C18207EA for ; Fri, 29 May 2015 20:39:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 96CED204E3 for ; Fri, 29 May 2015 20:39:41 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756754AbbE2Ujk (ORCPT ); Fri, 29 May 2015 16:39:40 -0400 Received: from muru.com ([72.249.23.125]:54751 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756539AbbE2Ujk (ORCPT ); Fri, 29 May 2015 16:39:40 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 1E863818B; Fri, 29 May 2015 20:41:15 +0000 (UTC) Date: Fri, 29 May 2015 13:39:38 -0700 From: Tony Lindgren To: linux-omap@vger.kernel.org Cc: Brian Hutchinson , linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH] ARM: dts: Remove L3 compatible value for dm816x Message-ID: <20150529203937.GU30984@atomide.com> References: <1432920112-21539-1-git-send-email-tony@atomide.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1432920112-21539-1-git-send-email-tony@atomide.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-omap@vger.kernel.org X-Spam-Status: No, score=-6.9 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP * Tony Lindgren [150529 10:28]: > The interconnects on dm816x are like on omap4, so we should use > l3-noc instead of l3-smx. But as the related SoC specific > l3_target_data is still missing from omap_l3_noc let's just > remove the entry for now. > > Cc: Brian Hutchinson > Reported-by: Matthijs van Duin > Signed-off-by: Tony Lindgren > --- > arch/arm/boot/dts/dm816x.dtsi | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/arch/arm/boot/dts/dm816x.dtsi b/arch/arm/boot/dts/dm816x.dtsi > index 289806a..3c99cfa 100644 > --- a/arch/arm/boot/dts/dm816x.dtsi > +++ b/arch/arm/boot/dts/dm816x.dtsi > @@ -58,7 +58,7 @@ > * the whole bus hierarchy. > */ > ocp { > - compatible = "ti,omap3-l3-smx", "simple-bus"; > + compatible = "simple-bus"; > reg = <0x44000000 0x10000>; > interrupts = <9 10>; > #address-cells = <1>; We should remove reg and interrupts too, updated patch below. Regards, Tony 8< --------------- From: Tony Lindgren Date: Mon, 16 Mar 2015 18:04:20 -0700 Subject: [PATCH] ARM: dts: Remove L3 compatible value for dm816x The interconnects on dm816x are like on omap4, so we should use l3-noc instead of l3-smx. But as the related SoC specific l3_target_data is still missing from omap_l3_noc let's just remove the entry for now. And as we're updating the dts files to follow the interconnect layout, this module will not be at the top level. Cc: Brian Hutchinson Reported-by: Matthijs van Duin Signed-off-by: Tony Lindgren --- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- a/arch/arm/boot/dts/dm816x.dtsi +++ b/arch/arm/boot/dts/dm816x.dtsi @@ -58,9 +58,7 @@ * the whole bus hierarchy. */ ocp { - compatible = "ti,omap3-l3-smx", "simple-bus"; - reg = <0x44000000 0x10000>; - interrupts = <9 10>; + compatible = "simple-bus"; #address-cells = <1>; #size-cells = <1>; ranges;