projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df1469
)
ARM: dts: k2hk: fix the netcp range size
author
Murali Karicheri
<m-karicheri2@ti.com>
Mon, 11 May 2015 19:20:03 +0000
(12:20 -0700)
committer
Santosh 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
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/k2hk-netcp.dtsi
b/arch/arm/boot/dts/k2hk-netcp.dtsi
index 308abe5ef5a0dca198b9ea52ec45de1f886b62e9..77a32c3c17e4c5b96a89cadffa655290ba6966e0 100644
(file)
--- 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 0x
fffff
>;
+ ranges = <0 0x2000000 0x
100000
>;
clocks = <&papllclk>, <&clkcpgmac>, <&chipclk12>;
dma-coherent;