[v4.0: PATCH 1/3] ARM: dts: k2hk: fix the netcp range size

From: Murali Karicheri
Date: Mon May 11 2015 - 14:45:48 EST


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

Signed-off-by: Murali Karicheri <m-karicheri2@xxxxxx>
---
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

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/