提交 16607817 编写于 作者: M Murali Karicheri 提交者: Santosh Shilimkar

ARM: dts: k2hk: fix the netcp range size

k2hk netcp range size is 1M (0x100000) and not 0xfffff. This patch fixes
this.
Signed-off-by: NMurali Karicheri <m-karicheri2@ti.com>
Signed-off-by: NSantosh Shilimkar <ssantosh@kernel.org>
上级 9df14694
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册