summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/omap4-duovero.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* ARM: dts: Enable mcpdm and mcbsp1 on DuoVeroJoachim Eastwood2014-05-191-2/+12
| | | | | | | | | | | | | Since commit 7adb0933b18debef3 (ARM: dts: omap4: Set all audio related IP's status to disabled as default) all audio related device are disabled by default. Most boards were updated to enable devices explicitly, but DuoVero was missed. mcpdm is used for twl6040 and mcbsp1 is used for BlueTooth audio. Cc: florian.vaussard@epfl.ch Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: Convert DuoVero Parlor to use IOPAD macroJoachim Eastwood2014-05-191-42/+42
| | | | | | | | | | | | | | | Conversion done by following awk script. /0x[0-9a-f]{1,3} \(PIN/ { offset = sprintf("OMAP4_IOPAD(0x%03x, ", strtonum($1) + 64) sub(/0x[0-9a-f]{1,3} \(/, offset, $0) print $0 next } { print $0 } Cc: florian.vaussard@epfl.ch Signed-off-by: Joachim Eastwood <manabian@gmail.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
* ARM: dts: Add support for OMAP4 Gumstix DuoVero/ParlorFlorian Vaussard2014-03-041-0/+252
Gumstix DuoVero is an OMAP4430-based Computer On Module. Parlor is one of the available expansion board. Tested features: - GPMC ethernet - HSUSB2 and OTG - Audio out - WiFi and Bluetooth (w2cbw0015 SDIO module) - LED and button Signed-off-by: Florian Vaussard <florian.vaussard@epfl.ch> Signed-off-by: Tony Lindgren <tony@atomide.com>
OpenPOWER on IntegriCloud