All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene.kim@samsung.com>
To: Naveen Krishna Chatradhi <ch.naveen@samsung.com>
Cc: kgene.kim@samsung.com, linux-samsung-soc@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org, naveenkrishna.ch@gmail.com,
	rob.herring@calxeda.com
Subject: Re: [PATCH v2] ARM: dts: exynos5420/5250: add ADC device tree node
Date: Mon, 26 Aug 2013 02:43:35 +0900	[thread overview]
Message-ID: <521A4247.9000900@samsung.com> (raw)
In-Reply-To: <1377244952-25493-1-git-send-email-ch.naveen@samsung.com>

On 08/23/13 17:02, Naveen Krishna Chatradhi wrote:
> Add ADC device tree node for exynos5420 and exynos5250
>
> Signed-off-by: Naveen Krishna Chatradhi<ch.naveen@samsung.com>
> Signed-off-by: Doug Anderson<dianders@chromium.org>
> ---
>
> Added recipients accordingly,
> ./scripts/get_maintainer.pl  -f of the modified files
>
>   arch/arm/boot/dts/exynos5250.dtsi |   11 +++++++++++
>   arch/arm/boot/dts/exynos5420.dtsi |   11 +++++++++++
>   2 files changed, 22 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
> index 1eec646..518f8cd 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -641,4 +641,15 @@
>   		clocks =<&clock 133>,<&clock 339>;
>   		clock-names = "sclk_fimd", "fimd";
>   	};
> +
> +	adc: adc@12D10000 {
> +		compatible = "samsung,exynos-adc-v1";
> +		reg =<0x12D10000 0x100>,<0x10040718 0x4>;
> +		interrupts =<0 106 0>;
> +		clocks =<&clock 303>;
> +		clock-names = "adc";
> +		#io-channel-cells =<1>;
> +		io-channel-ranges;
> +		status = "disabled";
> +	};
>   };
> diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
> index 5353e32..0c5c055 100644
> --- a/arch/arm/boot/dts/exynos5420.dtsi
> +++ b/arch/arm/boot/dts/exynos5420.dtsi
> @@ -218,4 +218,15 @@
>   		clocks =<&clock 147>,<&clock 421>;
>   		clock-names = "sclk_fimd", "fimd";
>   	};
> +
> +	adc: adc@12D10000 {
> +		compatible = "samsung,exynos-adc-v2";
> +		reg =<0x12D10000 0x100>,<0x10040720 0x4>;
> +		interrupts =<0 106 0>;
> +		clocks =<&clock 270>;
> +		clock-names = "adc";
> +		#io-channel-cells =<1>;
> +		io-channel-ranges;
> +		status = "disabled";
> +	};
>   };

Looks good to me, applied.

Thanks,
Kukjin

WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2] ARM: dts: exynos5420/5250: add ADC device tree node
Date: Mon, 26 Aug 2013 02:43:35 +0900	[thread overview]
Message-ID: <521A4247.9000900@samsung.com> (raw)
In-Reply-To: <1377244952-25493-1-git-send-email-ch.naveen@samsung.com>

On 08/23/13 17:02, Naveen Krishna Chatradhi wrote:
> Add ADC device tree node for exynos5420 and exynos5250
>
> Signed-off-by: Naveen Krishna Chatradhi<ch.naveen@samsung.com>
> Signed-off-by: Doug Anderson<dianders@chromium.org>
> ---
>
> Added recipients accordingly,
> ./scripts/get_maintainer.pl  -f of the modified files
>
>   arch/arm/boot/dts/exynos5250.dtsi |   11 +++++++++++
>   arch/arm/boot/dts/exynos5420.dtsi |   11 +++++++++++
>   2 files changed, 22 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250.dtsi b/arch/arm/boot/dts/exynos5250.dtsi
> index 1eec646..518f8cd 100644
> --- a/arch/arm/boot/dts/exynos5250.dtsi
> +++ b/arch/arm/boot/dts/exynos5250.dtsi
> @@ -641,4 +641,15 @@
>   		clocks =<&clock 133>,<&clock 339>;
>   		clock-names = "sclk_fimd", "fimd";
>   	};
> +
> +	adc: adc at 12D10000 {
> +		compatible = "samsung,exynos-adc-v1";
> +		reg =<0x12D10000 0x100>,<0x10040718 0x4>;
> +		interrupts =<0 106 0>;
> +		clocks =<&clock 303>;
> +		clock-names = "adc";
> +		#io-channel-cells =<1>;
> +		io-channel-ranges;
> +		status = "disabled";
> +	};
>   };
> diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi
> index 5353e32..0c5c055 100644
> --- a/arch/arm/boot/dts/exynos5420.dtsi
> +++ b/arch/arm/boot/dts/exynos5420.dtsi
> @@ -218,4 +218,15 @@
>   		clocks =<&clock 147>,<&clock 421>;
>   		clock-names = "sclk_fimd", "fimd";
>   	};
> +
> +	adc: adc at 12D10000 {
> +		compatible = "samsung,exynos-adc-v2";
> +		reg =<0x12D10000 0x100>,<0x10040720 0x4>;
> +		interrupts =<0 106 0>;
> +		clocks =<&clock 270>;
> +		clock-names = "adc";
> +		#io-channel-cells =<1>;
> +		io-channel-ranges;
> +		status = "disabled";
> +	};
>   };

Looks good to me, applied.

Thanks,
Kukjin

  reply	other threads:[~2013-08-25 17:43 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-01  9:28 [PATCH] ARM: dts: exynos5420: add ADC device tree node Naveen Krishna Chatradhi
2013-08-02  4:50 ` sunil joshi
2013-08-02  4:58   ` Naveen Krishna Ch
2013-08-22 10:18 ` [PATCH] ARM: dts: exynos5420/5250: " Naveen Krishna Chatradhi
2013-08-22 10:18   ` Naveen Krishna Chatradhi
2013-08-22 22:59   ` Tomasz Figa
2013-08-22 22:59     ` Tomasz Figa
2013-08-23  8:02   ` [PATCH v2] " Naveen Krishna Chatradhi
2013-08-23  8:02     ` Naveen Krishna Chatradhi
2013-08-25 17:43     ` Kukjin Kim [this message]
2013-08-25 17:43       ` Kukjin Kim

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=521A4247.9000900@samsung.com \
    --to=kgene.kim@samsung.com \
    --cc=ch.naveen@samsung.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=naveenkrishna.ch@gmail.com \
    --cc=rob.herring@calxeda.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.