lkml.org 
[lkml]   [2015]   [May]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[v4.0: PATCH 1/3] ARM: dts: k2hk: fix the netcp range size
Date
k2hk netcp range size is 1M (0x100000) and not 0xfffff. This patch fixes
this.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
---
arch/arm/boot/dts/k2hk-netcp.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/k2hk-netcp.dtsi b/arch/arm/boot/dts/k2hk-netcp.dtsi
index 308abe5..77a32c3 100644
--- a/arch/arm/boot/dts/k2hk-netcp.dtsi
+++ b/arch/arm/boot/dts/k2hk-netcp.dtsi
@@ -129,7 +129,7 @@ netcp: netcp@2000000 {
#size-cells = <1>;

/* NetCP address range */
- ranges = <0 0x2000000 0xfffff>;
+ ranges = <0 0x2000000 0x100000>;

clocks = <&papllclk>, <&clkcpgmac>, <&chipclk12>;
dma-coherent;
--
1.9.1


\
 
 \ /
  Last update: 2015-05-11 21:21    [W:0.064 / U:2.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site