Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754848AbbGPCmO (ORCPT ); Wed, 15 Jul 2015 22:42:14 -0400 Received: from mailout1.w1.samsung.com ([210.118.77.11]:28873 "EHLO mailout1.w1.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753649AbbGPCmL (ORCPT ); Wed, 15 Jul 2015 22:42:11 -0400 MIME-version: 1.0 Content-type: text/plain; charset=UTF-8 X-AuditID: cbfec7f4-f79c56d0000012ee-2d-55a71a0030e5 Content-transfer-encoding: 8BIT From: Krzysztof Kozlowski To: Kukjin Kim Cc: linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, Krzysztof Kozlowski Subject: [GIT PULL] ARM: EXYNOS: dts: Improvements for 4.3 Date: Thu, 16 Jul 2015 11:41:58 +0900 Message-id: <1437014519-19571-1-git-send-email-k.kozlowski@samsung.com> X-Mailer: git-send-email 1.9.1 X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrILMWRmVeSWpSXmKPExsVy+t/xy7oMUstDDb628Fu8fmFo0f/4NbPF psfXWC0u75rDZjHj/D4mB1aPTas62Tw2L6n36NuyitHj8ya5AJYoLpuU1JzMstQifbsEroxz h1uZCu6KV1y6upalgfGzUBcjJ4eEgIlE25xWNghbTOLCvfVANheHkMBSRomGk8dZQRK8AoIS PybfY+li5OBgFpCXOHIpGyTMLKAuMWneImaI+v+MEndOT2AHSbAJGEtsXr6EDaReREBRYvMC BZAaZoFZjBILdywBqxEWsJJom3adCcRmEVCVuLe/kxFil7tE8/vNrBAHyUmcPDaZdQIj3ywk Z8xCOGMWkjMWMDKvYhRNLU0uKE5KzzXUK07MLS7NS9dLzs/dxAgJyC87GBcfszrEKMDBqMTD y/F7WagQa2JZcWXuIUYJDmYlEV6vl0Ah3pTEyqrUovz4otKc1OJDjNIcLErivHN3vQ8REkhP LEnNTk0tSC2CyTJxcEo1MC74sPAv57lt9ZzfF33lDD30cPv7RdHVfgHXufl+WnX0u/lKdPwv 1YhcXif/Z6Pkci+rqsbj8puq9l1bzzltj5tO+LL3fQlfv2bUNnEJv7vfecYkvq7KzCXmtdz9 pnkHz/47Fbx8nX3T1f9OKyZ4qiwRalm++bj3qlVXDk3cqsz74VLYbamQoK9KLMUZiYZazEXF iQAigiVpRAIAAA== Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3214 Lines: 73 Dear Kukjin, DTS related improvements. Description along with a tag. You can find them also on the lists with my reviewed-by. Best regards, Krzysztof The following changes since commit a419d78a6f97f8c977fe55d5d590cd0654ecd1ee: ARM: dts: Exynos4210: add CPU OPP and regulator supply property (2015-07-13 21:16:05 +0900) are available in the git repository at: https://github.com/krzk/linux.git tags/samsung-dt-4.3 for you to fetch changes up to cd0b551be420d49c2bde8dcf5ea147278dc89ffb: ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of paths (2015-07-16 11:22:11 +0900) ---------------------------------------------------------------- Device Tree improvements for Exynos based boards: 1. Enable proper USB 3.0 regulators on Odroid XU3 board. 2. Set over-heat and over-voltage thresholds for Trats2 board fuel gauge. 3. Fix missing display frequency on Exynos3250 Rinato board (necessary to fix the display). 4. Enable thermal management and fan control on Odroid XU3 board. The speed of fan is adjusted to current temperature of SoC. 5. Cleanups and usage of label-notation for overriding nodes. ---------------------------------------------------------------- Anand Moon (5): ARM: dts: odroidxu3: Enable USB3 regulators ARM: dts: exynos5422-odroidxu3: Add pwm-fan node ARM: dts: exynos5422-odroidxu3: Enable TMU at Exynos5422 base ARM: dts: exynos5422-odroidxu3: Define default thermal-zones ARM: dts: exynos5422-odroidxu3: Enable thermal-zones Andreas Färber (1): ARM: dts: Clean up exynos5410-smdk5410 indentation Hyungwon Hwang (1): ARM: dts: fix the clock-frequency of exynos3250-rinato board's panel Javier Martinez Canillas (4): ARM: dts: Include exynos5250-pinctrl after the nodes were defined ARM: dts: Extend exynos5250-pinctrl nodes using labels instead of paths ARM: dts: Include exynos5420-pinctrl after the nodes were defined ARM: dts: Extend exynos5420-pinctrl nodes using labels instead of paths Krzysztof Kozlowski (2): ARM: dts: Set max17047 over heat and over voltage thresholds ARM: dts: Use labels for overriding nodes in exynos4210-universal arch/arm/boot/dts/exynos3250-rinato.dts | 2 +- arch/arm/boot/dts/exynos4210-universal_c210.dts | 620 ++++---- arch/arm/boot/dts/exynos4412-trats2.dts | 3 + arch/arm/boot/dts/exynos5250-pinctrl.dtsi | 1600 ++++++++++---------- arch/arm/boot/dts/exynos5250.dtsi | 3 +- arch/arm/boot/dts/exynos5410-smdk5410.dts | 6 +- arch/arm/boot/dts/exynos5420-pinctrl.dtsi | 1411 +++++++++-------- arch/arm/boot/dts/exynos5420.dtsi | 3 +- arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi | 59 + arch/arm/boot/dts/exynos5422-odroidxu3-common.dtsi | 46 + 10 files changed, 1930 insertions(+), 1823 deletions(-) create mode 100644 arch/arm/boot/dts/exynos5422-cpu-thermal.dtsi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/