From mboxrd@z Thu Jan 1 00:00:00 1970 From: kgene.kim@samsung.com (Kukjin Kim) Date: Tue, 29 Jul 2014 06:25:58 +0900 Subject: [RESEND][PATCH 1/2] ARM: DTS: Add PMU DT node for exynos5260 SoC In-Reply-To: <53D6B2AD.7070404@suse.de> References: <1406551080-14821-1-git-send-email-vikas.sajjan@samsung.com> <1406551080-14821-2-git-send-email-vikas.sajjan@samsung.com> <53D6B2AD.7070404@suse.de> Message-ID: <53D6BFE6.10303@samsung.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On 07/29/14 05:29, Andreas F?rber wrote: > Hi Vikas and Sachin, > > Am 28.07.2014 17:26, schrieb Sachin Kamat: >> On Mon, Jul 28, 2014 at 6:07 PM, Vikas Sajjan wrote: >>> Adds PMU DT node for exynos5260 SoC. >>> >>> Signed-off-by: Vikas Sajjan >>> --- >>> .../devicetree/bindings/arm/samsung/pmu.txt | 1 + >>> arch/arm/boot/dts/exynos5260.dtsi | 5 +++++ >>> 2 files changed, 6 insertions(+) >>> >>> diff --git a/Documentation/devicetree/bindings/arm/samsung/pmu.txt b/Documentation/devicetree/bindings/arm/samsung/pmu.txt >>> index 2a4ab04..c038628 100644 >>> --- a/Documentation/devicetree/bindings/arm/samsung/pmu.txt >>> +++ b/Documentation/devicetree/bindings/arm/samsung/pmu.txt >>> @@ -8,6 +8,7 @@ Properties: >>> - "samsung,exynos4412-pmu" - for Exynos4412 SoC, >>> - "samsung,exynos5250-pmu" - for Exynos5250 SoC, >>> - "samsung,exynos5420-pmu" - for Exynos5420 SoC. >>> + - "samsung,exynos5260-pmu" - for Exynos5260 SoC. >> >> nit: This line should come after 5250 entry to preserve the order. >> >> Otherwise, looks good. > > Earlier today, Kukjin indicated he would apply my corresponding 5410 > series [*], but he hasn't pushed yet. It adds a 5410 entry before 5420, > which will conflict with adding 5260 in the same place. > > Regards, > Andreas > > [*] > http://www.mail-archive.com/linux-samsung-soc at vger.kernel.org/msg34686.html > Thanks for you guys' comments, and I've applied this whole series with some handy modification ;) - Kukjin