Hello, This is the third version of the initial patch series adding support for Exynos 4412 based Odroid X2 and U2/U3/U3+ boards and improving support for Odroid X.
Complete USB support for Odroid U2/U3/U3+ still requires some fixes in Exynos4 USB2 Phy driver and clock driver for CLKOUT: http://thread.gmane.org/gmane.linux.kernel/1731843/ http://www.spinics.net/lists/linux-usb/msg109587.html The above changes however don't affect Odroid DTS files, but without them, usb3503 hub is not yet functional. Support for audio codec and HDMI video output is available in separate patch series. If one is interested in more complete and open-source Odroid board support, there are also patches for u-boot project: http://thread.gmane.org/gmane.comp.boot-loaders.u-boot/188295/focus=188610 Best regards Marek Szyprowski Samsung R&D Institute Poland Changelog: v3: - added fix for total memory size (last megabyte is used by secure firmware and should not be accessed by Linux kernel) - added patch defining GPIO button(s) - added patch fixing TFLASH (SD card) detection v2: - added fix for broken LAN after reboot (removed BUCK8 always on property) - restored all 4 uarts for Odroid X/X2 until correct patch for UART driver is developed - rmoved incorrect port@2 node in ehci node for odroidx dts - updated links for latest version of CLKOUT and PHY patches v1: - initial version *** BLURB HERE *** Kamil Debski (2): ARM: dts: exynos4412-odroidx: add support for USB (phy, host, device) ARM: dts: exynos4412-odroid-common: disable 'always on' for BUCK8 regulator Marek Szyprowski (6): ARM: dts: exynos4: add port sub-nodes to exynos usb host modules ARM: dts: exynos4412-odroidx: enable common hardware blocks ARM: dts: exynos4412-odroidx: correct memory size ARM: dts: refactor Odroid DTS file and add support for Odroid X2 and U2/U3 ARM: dts: exynos4412-odroid: add support for GPIO buttons ARM: dts: exynos4412-odroid: fix T-FLASH hotplug detection arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/exynos4.dtsi | 24 ++ arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 344 ++++++++++++++++++++++++ arch/arm/boot/dts/exynos4412-odroidu3.dts | 49 ++++ arch/arm/boot/dts/exynos4412-odroidx.dts | 279 ++----------------- arch/arm/boot/dts/exynos4412-odroidx2.dts | 23 ++ 6 files changed, 471 insertions(+), 250 deletions(-) create mode 100644 arch/arm/boot/dts/exynos4412-odroid-common.dtsi create mode 100644 arch/arm/boot/dts/exynos4412-odroidu3.dts create mode 100644 arch/arm/boot/dts/exynos4412-odroidx2.dts -- 1.9.2 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html