[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-id: <1449020386-20250-8-git-send-email-k.kozlowski@samsung.com>
Date: Wed, 02 Dec 2015 10:39:44 +0900
From: Krzysztof Kozlowski <k.kozlowski@...sung.com>
To: linux-samsung-soc@...r.kernel.org, arm@...nel.org,
Kukjin Kim <kgene@...nel.org>
Cc: Arnd Bergmann <arnd@...db.de>, Olof Johansson <olof@...om.net>,
Will Deacon <will.deacon@....com>,
Catalin Marinas <catalin.marinas@....com>,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
Kevin Hilman <khilman@...aro.org>, k.kozlowski@...sung.com
Subject: [GIT PULL 7/9] ARM: EXYNOS: dts: DeviceTree for v4.5
Hi Kukjin,
A lot of stuff here, mostly cleanups. Description in tag.
Best regards,
Krzysztof
The following changes since commit 8005c49d9aea74d382f474ce11afbbc7d7130bec:
Linux 4.4-rc1 (2015-11-15 17:00:27 -0800)
are available in the git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux.git tags/samsung-dt-4.5
for you to fetch changes up to 2cf107f1033e0343d45b59d06f16487c8362702f:
ARM: dts: Unify G2D device node with other devices on exynos4 (2015-11-30 17:00:43 +0900)
----------------------------------------------------------------
Samsung DeviceTree updates and improvements for 4.5:
1. Pinctrl for Exynos5410.
2. eMMC/SDIO minor fixes usage of bindings on Snow and Peach
Chromebooks.
3. Remove FIMD from Odroid XU3-family because on XU3 it cannot be used
yet and on XU3-Lite and XU4 it is not supported.
4. Remove deprecated since June 2013 samsung,exynos5-hdmi.
5. Add support for Pseudo Random Generator on Exynos4 (Trats2 for now).
This depends on new SSS clock.
6. Add rotator nodes for Exynos4 and Exynos5.
7. Switch DWC3_1 on Odroid XU3 and XU3-Lite to peripheral mode because
now it cannot be used as OTG.
8. Cleanup the G2D usage on Exynos4 and add it to a proper domain
in case of Exynos4210.
9. Put MDMA1 in proper domain on Exynos4210 as well.
10. Minor cleanups.
----------------------------------------------------------------
Andrzej Hajda (1):
dt-bindings: remove deprecated compatible string from exynos-hdmi
Hakjoo Kim (1):
ARM: dts: Add pinctrl support to exynos5410
Javier Martinez Canillas (7):
ARM: dts: Mark SDIO as non-removable in exynos5800-peach-pi
ARM: dts: Mark SDIO as non-removable in exynos5420-peach-pit
ARM: dts: Mark SDIO as non-removable in exynos5250-snow-common
ARM: dts: Remove broken-cd from eMMC node in exynos5800-peach-pi
ARM: dts: Remove broken-cd from eMMC node in exynos5420-peach-pi
ARM: dts: Mark eMMC as non-removable in exynos5250-snow-common
ARM: dts: Remove unneeded GPIO include in exynos4412-odroidu3
Krzysztof Kozlowski (4):
clk: samsung: exynos4: Add SSS gate clock
Merge tag 'samsung-clk-exynos4-4.5' into next/dt
ARM: dts: Add PRNG module for exynos4
ARM: dts: Enable PRNG module on exynos4412-trats2
Marek Szyprowski (10):
ARM: dts: Remove fimd node from exynos5422-odroidxu3-common
ARM: dts: Add rotator nodes on exynos4
ARM: dts: Fix power domain for sysmmu-rotator device on exynos4
ARM: dts: Add rotator node on exynos5250
ARM: dts: Add rotator node on exynos5420
ARM: dts: Use peripheral mode for dwc3_1 on exynos5422-odroidxu3
ARM: dts: exynos4210-universal_c210: Disable DMA for UARTs
ARM: dts: MDMA1 device belongs to LCD0 power domain on exynos4210
ARM: dts: Add power domain to G2D device on exynos4210
ARM: dts: Unify G2D device node with other devices on exynos4
.../bindings/display/exynos/exynos_hdmi.txt | 7 +-
arch/arm/boot/dts/exynos4.dtsi | 18 +-
arch/arm/boot/dts/exynos4210-origen.dts | 4 -
arch/arm/boot/dts/exynos4210-smdkv310.dts | 4 -
arch/arm/boot/dts/exynos4210-universal_c210.dts | 8 +
arch/arm/boot/dts/exynos4210.dtsi | 14 +-
arch/arm/boot/dts/exynos4412-odroid-common.dtsi | 4 -
arch/arm/boot/dts/exynos4412-odroidu3.dts | 1 -
arch/arm/boot/dts/exynos4412-origen.dts | 4 -
arch/arm/boot/dts/exynos4412-smdk4412.dts | 4 -
arch/arm/boot/dts/exynos4412-trats2.dts | 4 +
arch/arm/boot/dts/exynos4x12.dtsi | 5 +-
arch/arm/boot/dts/exynos5250-snow-common.dtsi | 6 +-
arch/arm/boot/dts/exynos5250.dtsi | 9 +
arch/arm/boot/dts/exynos5410-pinctrl.dtsi | 406 +++++++++++++++++++++
arch/arm/boot/dts/exynos5410.dtsi | 36 ++
arch/arm/boot/dts/exynos5420-peach-pit.dts | 5 +-
arch/arm/boot/dts/exynos5420.dtsi | 19 +
arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 5 -
arch/arm/boot/dts/exynos5422-odroidxu3-lite.dts | 2 +-
arch/arm/boot/dts/exynos5422-odroidxu3.dts | 2 +-
arch/arm/boot/dts/exynos5800-peach-pi.dts | 5 +-
drivers/clk/samsung/clk-exynos4.c | 1 +
include/dt-bindings/clock/exynos4.h | 1 +
24 files changed, 527 insertions(+), 47 deletions(-)
create mode 100644 arch/arm/boot/dts/exynos5410-pinctrl.dtsi
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists