diff options
author | Murali Karicheri <m-karicheri2@ti.com> | 2015-05-11 22:20:11 +0300 |
---|---|---|
committer | Santosh Shilimkar <ssantosh@kernel.org> | 2015-06-11 01:43:00 +0300 |
commit | 0b239342305069a09afda35e52e1f49d171a87b2 (patch) | |
tree | b1efe13ca1f4859acaf29aac2339f1fdfe576060 /arch/arm/boot/dts/k2l-netcp.dtsi | |
parent | 9b3d69f800f73b97f35972e38ee987dc0b4b7e7d (diff) | |
download | linux-0b239342305069a09afda35e52e1f49d171a87b2.tar.xz |
ARM: dts: k2l: fix the netcp range size
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 <m-karicheri2@ti.com>
Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/k2l-netcp.dtsi')
-rw-r--r-- | arch/arm/boot/dts/k2l-netcp.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/k2l-netcp.dtsi b/arch/arm/boot/dts/k2l-netcp.dtsi index a97aeeedc88f..6b95284d11d4 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"; |