summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/k2hk-netcp.dtsi
AgeCommit message (Collapse)AuthorFilesLines
2015-10-13ARM: dts: keystone: enable accumulator channelsMurali Karicheri1-0/+24
Add low priority accumulator channel that can monitor multiple QMSS queues. User for example could use the accumular queue for Netcp Rx completion. While at it, also add an extra line end of each top level node in DTS to make it more readable. Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>
2015-06-11ARM: dts: k2hk: fix the netcp range sizeMurali Karicheri1-1/+1
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>
2015-06-11ARM: dts: k2hk-evm: Add device bindings for netcp driverMurali Karicheri1-0/+208
This patch enables networking on k2hk evm by adding device bindings for netcp, knav and qmss. See device binding documentation below for details. Documentation/devicetree/bindings/net/keystone-netcp.txt Signed-off-by: WingMan Kwok <w-kwok2@ti.com> Signed-off-by: Murali Karicheri <m-karicheri2@ti.com> Signed-off-by: Santosh Shilimkar <ssantosh@kernel.org>