Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754870AbbEKSGu (ORCPT ); Mon, 11 May 2015 14:06:50 -0400 Received: from bear.ext.ti.com ([192.94.94.41]:39672 "EHLO bear.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932283AbbEKSGm (ORCPT ); Mon, 11 May 2015 14:06:42 -0400 From: Murali Karicheri To: , , , , , , , , , CC: Murali Karicheri Subject: [v4.0: PATCH 3/3] ARM: dts: k2l: fix the netcp range size Date: Mon, 11 May 2015 14:05:30 -0400 Message-ID: <1431367530-4924-4-git-send-email-m-karicheri2@ti.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1431367530-4924-1-git-send-email-m-karicheri2@ti.com> References: <1431367530-4924-1-git-send-email-m-karicheri2@ti.com> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1281 Lines: 38 k2l netcp range size is 16M (0x1000000) and not 0xffffff. This patch fixes this. Similarly fix the size of switch module register space to 0x20000. Signed-off-by: Murali Karicheri --- arch/arm/boot/dts/k2l-netcp.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/arch/arm/boot/dts/k2l-netcp.dtsi b/arch/arm/boot/dts/k2l-netcp.dtsi index a97aeee..6b95284 100644 --- a/arch/arm/boot/dts/k2l-netcp.dtsi +++ b/arch/arm/boot/dts/k2l-netcp.dtsi @@ -112,7 +112,7 @@ netcp: netcp@26000000 { #size-cells = <1>; /* NetCP address range */ - ranges = <0 0x26000000 0xffffff>; + ranges = <0 0x26000000 0x1000000>; clocks = <&papllclk>, <&clkcpgmac>, <&chipclk12>; dma-coherent; @@ -129,7 +129,7 @@ netcp: netcp@26000000 { gbe@200000 { /* ETHSS */ label = "netcp-gbe"; compatible = "ti,netcp-gbe-5"; - reg = <0x200000 0x900>, <0x220000 0x1ffff>; + reg = <0x200000 0x900>, <0x220000 0x20000>; /* enable-ale; */ tx-queue = <896>; tx-channel = "nettx"; -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/