Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754620Ab3HBE63 (ORCPT ); Fri, 2 Aug 2013 00:58:29 -0400 Received: from mail-pb0-f41.google.com ([209.85.160.41]:60243 "EHLO mail-pb0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753982Ab3HBE6Z (ORCPT ); Fri, 2 Aug 2013 00:58:25 -0400 MIME-Version: 1.0 In-Reply-To: References: <1375349321-18646-1-git-send-email-ch.naveen@samsung.com> From: Naveen Krishna Ch Date: Fri, 2 Aug 2013 10:28:04 +0530 Message-ID: Subject: Re: [PATCH] ARM: dts: exynos5420: add ADC device tree node To: sunil joshi Cc: Naveen Krishna Chatradhi , linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, kgene.kim@samsung.com, dianders@chromium.org Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2283 Lines: 66 On 2 August 2013 10:20, sunil joshi wrote: > Hi Naveen, > exynos5250.dtsi also needs this entry. > Pls consider adding adc node in exynos5250.dtsi as well, and move the > common content of adc node to exynos5.dtsi. Sure, sunil will run a boot test and submit the code > > Regards > Sunil > > > On Thu, Aug 1, 2013 at 2:58 PM, Naveen Krishna Chatradhi > wrote: >> From: Jaehoon Kim >> >> Add device tree node for ADC in exynos5420.dtsi >> >> Signed-off-by: Naveen Krishna Chatradhi >> Signed-off-by: Doug Anderson >> --- >> arch/arm/boot/dts/exynos5420.dtsi | 11 +++++++++++ >> 1 file changed, 11 insertions(+) >> >> diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi >> index 8c54c4b..074e1bc 100644 >> --- a/arch/arm/boot/dts/exynos5420.dtsi >> +++ b/arch/arm/boot/dts/exynos5420.dtsi >> @@ -145,4 +145,15 @@ >> clocks = <&clock 260>, <&clock 131>; >> clock-names = "uart", "clk_uart_baud0"; >> }; >> + >> + adc: adc@12D10000 { >> + compatible = "samsung,exynos-adc-v2"; >> + reg = <0x12D10000 0x100>, <0x10040720 0x4>; >> + interrupts = <0 106 0>; >> + #io-channel-cells = <1>; >> + io-channel-ranges; >> + clocks = <&clock 270>; >> + clock-names = "adc"; >> + status = "disabled"; >> + }; >> }; >> -- >> 1.7.9.5 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html > -- > 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/ -- Shine bright, (: Nav :) -- 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/