ARM: dts: k2l: fix the netcp range size
authorMurali Karicheri <m-karicheri2@ti.com>
Mon, 11 May 2015 19:20:11 +0000 (12:20 -0700)
committerSantosh Shilimkar <ssantosh@kernel.org>
Wed, 10 Jun 2015 22:43:00 +0000 (15:43 -0700)
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>
arch/arm/boot/dts/k2l-netcp.dtsi

index a97aeeedc88fea831be14b3e1d4cda8d02723321..6b95284d11d403a4229decb2cc336904c5542981 100644 (file)
@@ -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";