[PATCH v3 0/6] ARM: davinci: da850: add ethernet driver DT support

From: Prabhakar Lad
Date: Sun Jun 23 2013 - 11:00:41 EST


From: "Lad, Prabhakar" <prabhakar.csengg@xxxxxxxxx>

This patch set enables Ethernet support through device tree model.
This patch set enables mii interface only and is being tested to boot via
rootfs. The rmii phy is present on the i2c gpio expander chip (UI board)
for which yet support needs to be added, once the DT support for the chip
is enabled, enabling rmii will be subsequnet patch.

Changes for v2:
1: Enabled mdio device.
2: Fixed clock lookup.

Changes for v3:
1: Fixed review comments pointed out by Sekhar.

Lad, Prabhakar (6):
ARM: davinci: da8xx: fix clock lookup for mdio device
ARM: davinci: da850: add DT node for mdio device
ARM: davinci: da850: add OF_DEV_AUXDATA entry for mdio.
ARM: davinci: da850: add DT node for eth0.
ARM: davinci: da850: add OF_DEV_AUXDATA entry for eth0.
ARM: davinci: da850: configure system configuration chip(CFGCHIP3)
for emac

arch/arm/boot/dts/da850-evm.dts | 11 +++++++
arch/arm/boot/dts/da850.dtsi | 43 ++++++++++++++++++++++++++
arch/arm/mach-davinci/board-da850-evm.c | 36 ++--------------------
arch/arm/mach-davinci/da830.c | 1 +
arch/arm/mach-davinci/da850.c | 46 ++++++++++++++++++++++++++++
arch/arm/mach-davinci/da8xx-dt.c | 20 ++++++++++++
arch/arm/mach-davinci/devices-da8xx.c | 8 ++---
arch/arm/mach-davinci/include/mach/da8xx.h | 1 +
8 files changed, 126 insertions(+), 40 deletions(-)

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/