[PATCH v7 0/7] Enable support for Samsung Exynos7 SoC
Abhilash Kesavan
a.kesavan at samsung.com
Sat Nov 8 20:20:27 PST 2014
These were originally part of 2 patchsets[1][2] adding support for Exynos7.
The clock and pinctrl patches are going through the respective maintainer's
tree; hence the remaining dt related patches have been consolidated and are
being posted here as a separate series.
This patchset has build dependencies on the following patches:
a] "[GIT PULL] Samsung clock changes for 3.19" - specifically the clock dt
bindings header.
http://comments.gmane.org/gmane.linux.kernel.samsung-soc/39142
b] "tty: serial: samsung: Clean-up selection of number of available UARTs"
http://www.spinics.net/lists/linux-samsung-soc/msg37418.html
c] "dts, kbuild: Implement support for dtb vendor subdirs"(merged in linux-next)
https://lkml.org/lkml/2014/10/21/654
[1] arch: arm64: Enable support for Samsung Exynos7 SoC
http://www.spinics.net/lists/linux-samsung-soc/msg37047.html
[2] Add clock and DT support for a few IPs on Exynos7
http://www.spinics.net/lists/linux-samsung-soc/msg37973.html
Changes since v6:
- Fixed the platform ordering (exynos before thunder) in Kconfig file.
- Fixed the ordering of reg and enable-method properties in cpu node
as per Lorenzo Pieralisi's comment.
Abhilash Kesavan (2):
arm64: dts: Add PMU DT node for exynos7 SoC
arm64: dts: Add nodes for mmc, i2c, rtc, watchdog, adc on Exynos7
Alim Akhtar (2):
arm64: exynos7: Enable ARMv8 based Exynos7 (SoC) support
arm64: Enable Exynos7 SOC in the defconfig
Naveen Krishna Ch (2):
arm64: dts: Add initial device tree support for EXYNOS7
arm64: dts: Add initial pinctrl support to EXYNOS7
Pankaj Dubey (1):
arm64: dts: add <dt-bindings/> symlink
.../devicetree/bindings/arm/samsung/pmu.txt | 1 +
arch/arm64/Kconfig | 17 +
arch/arm64/boot/dts/Makefile | 1 +
arch/arm64/boot/dts/exynos/Makefile | 5 +
arch/arm64/boot/dts/exynos/exynos7-espresso.dts | 84 +++
arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi | 588 +++++++++++++++++++++
arch/arm64/boot/dts/exynos/exynos7.dtsi | 530 +++++++++++++++++++
arch/arm64/boot/dts/include/dt-bindings | 1 +
arch/arm64/configs/defconfig | 4 +
9 files changed, 1231 insertions(+)
create mode 100644 arch/arm64/boot/dts/exynos/Makefile
create mode 100644 arch/arm64/boot/dts/exynos/exynos7-espresso.dts
create mode 100644 arch/arm64/boot/dts/exynos/exynos7-pinctrl.dtsi
create mode 100644 arch/arm64/boot/dts/exynos/exynos7.dtsi
create mode 120000 arch/arm64/boot/dts/include/dt-bindings
--
2.1.0
More information about the linux-arm-kernel
mailing list