Hi Tony,
Here is a small series I have done for 3.4 but never posted before.
It adds GPIO node for twl4030 embedded gpio controller and some LEDs data
to be able to get rid of the static init done in board file right now.
It is based on arm-soc/omap/dt-missed-3.4 to get the previous patches not yet
in linus/master.
The patches are available here:
git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt.git for_3.5/dts/all
Regards,
Benoit
Benoit Cousson (3):
arm/dts: twl4030: Add twl4030-gpio node
arm/dts: omap4-sdp: Add LEDs support
arm/dts: omap4-panda: Add LEDs support
arch/arm/boot/dts/omap4-panda.dts | 15 +++++++++++++
arch/arm/boot/dts/omap4-sdp.dts | 43 +++++++++++++++++++++++++++++++++++++
arch/arm/boot/dts/twl4030.dtsi | 8 +++++++
3 files changed, 66 insertions(+), 0 deletions(-)
From: Tony Lindgren <tony@atomide.com> Date: 2012-05-10 00:19:16
* Benoit Cousson [off-list ref] [120508 09:41]:
Hi Tony,
Here is a small series I have done for 3.4 but never posted before.
It adds GPIO node for twl4030 embedded gpio controller and some LEDs data
to be able to get rid of the static init done in board file right now.
It is based on arm-soc/omap/dt-missed-3.4 to get the previous patches not yet
in linus/master.
Thanks I'll apply these into dt branch.
Regards,
Tony