From mboxrd@z Thu Jan 1 00:00:00 1970 From: Beomho Seo Subject: [PATCH 0/3] ARM: dts: replace number by macro in clock binding for exynos Date: Wed, 21 May 2014 17:39:28 +0900 Message-ID: <537C6640.2010404@samsung.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Received: from mailout4.samsung.com ([203.254.224.34]:20472 "EHLO mailout4.samsung.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750861AbaEUIja (ORCPT ); Wed, 21 May 2014 04:39:30 -0400 Sender: linux-samsung-soc-owner@vger.kernel.org List-Id: linux-samsung-soc@vger.kernel.org To: linux-samsung-soc@vger.kernel.org, devicetree@vger.kernel.org, Tomasz Figa , Kukjin Kim Cc: Andrzej Hajda , Inki Dae , Yuvaraj Kumar C D , Naveen Krishna Chatradhi , Myungjoo Ham , Jaehoon Chung , Chanwoo Choi Currently, some device node missed clock macro. This patchset replaced it's magic number with macros in clock binding for exynos4, exynos5250 and exynos 5420. This patchset is based on v3.16-next/clk-samsung branch. Beomho Seo (3): ARM: dts: replace number by macro in clock binding for exynos4 ARM: dts: replace number by macro in clock binding for exynos5250 ARM: dts: replace number by macro in clock binding for exynos5420 arch/arm/boot/dts/exynos4.dtsi | 2 +- arch/arm/boot/dts/exynos5250.dtsi | 4 ++-- arch/arm/boot/dts/exynos5420.dtsi | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) -- 1.7.9.5