From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arun Kumar K Subject: [PATCH v2 0/5] DT/ARCH updates for MFC Date: Thu, 20 Jun 2013 12:23:37 +0530 Message-ID: <1371711222-9232-1-git-send-email-arun.kk@samsung.com> Return-path: Sender: linux-samsung-soc-owner@vger.kernel.org To: linux-samsung-soc@vger.kernel.org, devicetree-discuss@lists.ozlabs.org Cc: kgene.kim@samsung.com, k.debski@samsung.com, s.nawrocki@samsung.com, sachin.kamat@linaro.org, arunkk.samsung@gmail.com List-Id: devicetree@vger.kernel.org The patch series updates the DT nodes of MFC in Exynos4, Exynos 5250 and creates node in 5420. Also updates the memory reserve in exynos5 for mfc-v7. Changes from v1: - Made status disabled in dtsi and enable in dts as suggested by Sachin Kamat. - Moved common properties to exynos5.dtsi as suggested by Chander. - Updated binding documentation for special clk removal - Updated exynos4 dtsi Arun Kumar K (5): ARM: dts: Update clocks entry in MFC binding documentation ARM: dts: Remove unsused MFC clock from exynos4 ARM: dts: Update 5250 MFC node ARM: dts: Add MFC node for exynos 5420 ARM: EXYNOS: Add mfc-v7 to memory reserve .../devicetree/bindings/media/s5p-mfc.txt | 10 +++++----- arch/arm/boot/dts/exynos4.dtsi | 4 ++-- arch/arm/boot/dts/exynos5.dtsi | 5 +++++ arch/arm/boot/dts/exynos5250.dtsi | 4 ++-- arch/arm/boot/dts/exynos5420-smdk5420.dts | 6 ++++++ arch/arm/boot/dts/exynos5420.dtsi | 7 +++++++ arch/arm/mach-exynos/mach-exynos5-dt.c | 14 +++++++++----- 7 files changed, 36 insertions(+), 14 deletions(-) -- 1.7.9.5