ARM: dts: k2hk: fix the netcp range size

k2hk netcp range size is 1M (0x100000) and not 0xfffff. This patch fixes
this.

Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
This commit is contained in:
Murali Karicheri 2015-05-11 12:20:03 -07:00 committed by Santosh Shilimkar
parent 9df146949d
commit 166078175a

View File

@ -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;