[PATCH v2 0/6] ARM: davinci: da850: add ethernet driver DT support
Prabhakar Lad
prabhakar.csengg at gmail.com
Tue Jan 29 00:47:53 EST 2013
From: Lad, Prabhakar <prabhakar.lad at ti.com>
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.
Lad, Prabhakar (6):
ARM: davinci: da850: 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 | 8 ++++++
arch/arm/boot/dts/da850.dtsi | 42 +++++++++++++++++++++++++++++++++
arch/arm/mach-davinci/da850.c | 1 +
arch/arm/mach-davinci/da8xx-dt.c | 38 +++++++++++++++++++++++++++++-
arch/arm/mach-davinci/devices-da8xx.c | 8 +----
5 files changed, 90 insertions(+), 7 deletions(-)
--
1.7.4.1
More information about the devicetree-discuss
mailing list