All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kukjin Kim <kgene@kernel.org>
To: 'Mark Brown' <broonie@kernel.org>
Cc: linux-samsung-soc@vger.kernel.org,
	linaro-kernel@lists.linaro.org, 'Mark Brown' <broonie@linaro.org>
Subject: RE: [PATCH 1/4] ARM: dts: Hook up IRQ for PMIC on Arndale
Date: Wed, 24 Jul 2013 10:51:22 +0900	[thread overview]
Message-ID: <0dec01ce8810$4c9dfe40$e5d9fac0$@org> (raw)
In-Reply-To: <1374063448-20517-1-git-send-email-broonie@kernel.org>

Mark Brown wrote:
> 
> From: Mark Brown <broonie@linaro.org>
> 
> The out of tree code configures a pullup on the line indicating that it
> is an active low interrupt.
> 
> Signed-off-by: Mark Brown <broonie@linaro.org>
> ---
>  arch/arm/boot/dts/exynos5250-arndale.dts | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/arch/arm/boot/dts/exynos5250-arndale.dts
> b/arch/arm/boot/dts/exynos5250-arndale.dts
> index abc7272..dab40ae 100644
> --- a/arch/arm/boot/dts/exynos5250-arndale.dts
> +++ b/arch/arm/boot/dts/exynos5250-arndale.dts
> @@ -11,6 +11,7 @@
> 
>  /dts-v1/;
>  #include "exynos5250.dtsi"
> +#include <dt-bindings/interrupt-controller/irq.h>
> 
>  / {
>  	model = "Insignal Arndale evaluation board based on EXYNOS5250";
> @@ -37,6 +38,8 @@
>  		s5m8767_pmic@66 {
>  			compatible = "samsung,s5m8767-pmic";
>  			reg = <0x66>;
> +			interrupt-parent = <&gpx3>;
> +			interrupts = <2 IRQ_TYPE_LEVEL_LOW>;
> 
>  			s5m8767,pmic-buck2-dvs-voltage = <1300000>;
>  			s5m8767,pmic-buck3-dvs-voltage = <1100000>;
> --
> 1.8.3.2

I'm fine on this whole series. Applied 1 to 4, thanks.

- Kukjin

      parent reply	other threads:[~2013-07-24  1:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-17 12:17 [PATCH 1/4] ARM: dts: Hook up IRQ for PMIC on Arndale Mark Brown
2013-07-17 12:17 ` [PATCH 2/4] ARM: dts: Put Arndale fixed voltage regulators on a simple-bus Mark Brown
2013-07-17 12:17 ` [PATCH 3/4] ARM: dts: Hook up supplies for Arndale S5M8767 Mark Brown
2013-07-17 12:17 ` [PATCH 4/4] ARM: dts: Add WM1811A audio CODEC to Arndale bindings Mark Brown
2013-07-24  1:51 ` Kukjin Kim [this message]

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='0dec01ce8810$4c9dfe40$e5d9fac0$@org' \
    --to=kgene@kernel.org \
    --cc=broonie@kernel.org \
    --cc=broonie@linaro.org \
    --cc=linaro-kernel@lists.linaro.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    /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.