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

index 308abe5ef5a0dca198b9ea52ec45de1f886b62e9..77a32c3c17e4c5b96a89cadffa655290ba6966e0 100644 (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;