ping! On 01/12/14 15:22, Dmitry Lifshitz wrote: > Add support for CompuLab SBC-T3530 and SBC-T3517 boards: > > https://compulab.co.il/products/sbcs/sbc-t3530/ > https://compulab.co.il/products/sbcs/sbc-t3517/ > > along with respective CoMs - CM-T3530 and CM-T3517: > > https://compulab.co.il/products/computer-on-modules/cm-t3530/ > https://compulab.co.il/products/computer-on-modules/cm-t3517/ > > The device tree files have the following structure: > > omap3-cm-t3x.dtsi > | > |<-- omap3-cm-t3x30.dtsi > | | > | | > | | ----- ------- ------------ > | | | CoM | | Board | | Base board | > | | ----- ------- ------------ > | | omap3-sb-t35.dtsi > | | | > | |<-- omap3-cm-t3730.dts <-- omap3-sbc-t3730.dts -->| > | | | > | |<-- omap3-cm-t3530.dts <-- omap3-sbc-t3530.dts -->| > | | > |<-------- omap3-cm-t3517.dts <-- omap3-sbc-t3517.dts -->| > > > where omap3-cm-t3730.dts, omap3-cm-t3530.dts, omap3-cm-t3517.dts > contain CoMs specific data, while omap3-sbc-t3730.dts, omap3-sbc-t3530.dts, > omap3-sbc-t3517.dts represent eval boards with respective core modules. > > This series is based on Tony's omap-for-v3.14/dt branch > > Dmitry Lifshitz (11): > ARM: dts: sbc-t3x: refactor DT support > ARM: dts: sbc-t3x: disable mmc3 > ARM: dts: sb-t35: fix Ethernet power supply > ARM: dts: cm-t3x: add gpio-led pinmux > ARM: dts: cm-t3x30: add twl4030 gpio pullups > ARM: dts: cm-t3x30: add HS USB Host support > ARM: dts: sbc-t3730: add pinmux for usb hub reset > ARM: dts: cm-t3x30: add USB OTG support > ARM: dts: sbc-t3530: add support for sbc-t3530 > ARM: dts: sbc-t3517: add support for sbc-t3517 > ARM: OMAP2+: make reset pulse for sbc-t3x usb hubs > > arch/arm/boot/dts/Makefile | 4 + > arch/arm/boot/dts/omap3-cm-t3517.dts | 137 +++++++++++++++++++++++++++++++++ > arch/arm/boot/dts/omap3-cm-t3530.dts | 13 +++ > arch/arm/boot/dts/omap3-cm-t3730.dts | 40 ---------- > arch/arm/boot/dts/omap3-cm-t3x.dtsi | 112 +++++++++++++++++++++++++++ > arch/arm/boot/dts/omap3-cm-t3x30.dtsi | 74 +++++++++++++----- > arch/arm/boot/dts/omap3-sb-t35.dtsi | 30 +++++++- > arch/arm/boot/dts/omap3-sbc-t3517.dts | 44 +++++++++++ > arch/arm/boot/dts/omap3-sbc-t3530.dts | 37 +++++++++ > arch/arm/boot/dts/omap3-sbc-t3730.dts | 24 +++--- > arch/arm/mach-omap2/pdata-quirks.c | 67 ++++++++++++++++- > 11 files changed, 506 insertions(+), 76 deletions(-) > create mode 100644 arch/arm/boot/dts/omap3-cm-t3517.dts > create mode 100644 arch/arm/boot/dts/omap3-cm-t3530.dts > create mode 100644 arch/arm/boot/dts/omap3-cm-t3x.dtsi > create mode 100644 arch/arm/boot/dts/omap3-sbc-t3517.dts > create mode 100644 arch/arm/boot/dts/omap3-sbc-t3530.dts > -- Regards, Igor. -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html