All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: smdk5250: Specify MAX77686 pmic interrupt
@ 2014-07-29  4:27 ` Thomas Abraham
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Abraham @ 2014-07-29  4:27 UTC (permalink / raw)
  To: linux-samsung-soc; +Cc: kgene.kim, linux-arm-kernel

The IRQB interrupt pin of MAX77686 PMIC is connected to GPX3[2] pin of
Exynos5250 on the Exynos5250 SMDK board. Specify this connection using
interrupts property for the max77686 pmic node.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
---
 arch/arm/boot/dts/exynos5250-smdk5250.dts |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
index 695f5ad..cf38808 100644
--- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
+++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -50,6 +50,8 @@
 		max77686@09 {
 			compatible = "maxim,max77686";
 			reg = <0x09>;
+			interrupt-parent = <&gpx3>;
+			interrupts = <2 0>;
 
 			voltage-regulators {
 				ldo1_reg: LDO1 {
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: smdk5250: Specify MAX77686 pmic interrupt
@ 2014-07-29  4:27 ` Thomas Abraham
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Abraham @ 2014-07-29  4:27 UTC (permalink / raw)
  To: linux-arm-kernel

The IRQB interrupt pin of MAX77686 PMIC is connected to GPX3[2] pin of
Exynos5250 on the Exynos5250 SMDK board. Specify this connection using
interrupts property for the max77686 pmic node.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
---
 arch/arm/boot/dts/exynos5250-smdk5250.dts |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
index 695f5ad..cf38808 100644
--- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
+++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
@@ -50,6 +50,8 @@
 		max77686 at 09 {
 			compatible = "maxim,max77686";
 			reg = <0x09>;
+			interrupt-parent = <&gpx3>;
+			interrupts = <2 0>;
 
 			voltage-regulators {
 				ldo1_reg: LDO1 {
-- 
1.7.9.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] ARM: dts: smdk5250: Specify MAX77686 pmic interrupt
  2014-07-29  4:27 ` Thomas Abraham
@ 2014-07-29 23:01   ` Kukjin Kim
  -1 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-07-29 23:01 UTC (permalink / raw)
  To: Thomas Abraham; +Cc: linux-samsung-soc, kgene.kim, linux-arm-kernel

On 07/29/14 13:27, Thomas Abraham wrote:
> The IRQB interrupt pin of MAX77686 PMIC is connected to GPX3[2] pin of
> Exynos5250 on the Exynos5250 SMDK board. Specify this connection using
> interrupts property for the max77686 pmic node.
>
> Signed-off-by: Thomas Abraham<thomas.ab@samsung.com>
> ---
>   arch/arm/boot/dts/exynos5250-smdk5250.dts |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> index 695f5ad..cf38808 100644
> --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
> +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> @@ -50,6 +50,8 @@
>   		max77686@09 {
>   			compatible = "maxim,max77686";
>   			reg =<0x09>;
> +			interrupt-parent =<&gpx3>;
> +			interrupts =<2 0>;
>
>   			voltage-regulators {
>   				ldo1_reg: LDO1 {

Applied, thanks.

- Kukjin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: smdk5250: Specify MAX77686 pmic interrupt
@ 2014-07-29 23:01   ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2014-07-29 23:01 UTC (permalink / raw)
  To: linux-arm-kernel

On 07/29/14 13:27, Thomas Abraham wrote:
> The IRQB interrupt pin of MAX77686 PMIC is connected to GPX3[2] pin of
> Exynos5250 on the Exynos5250 SMDK board. Specify this connection using
> interrupts property for the max77686 pmic node.
>
> Signed-off-by: Thomas Abraham<thomas.ab@samsung.com>
> ---
>   arch/arm/boot/dts/exynos5250-smdk5250.dts |    2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/arch/arm/boot/dts/exynos5250-smdk5250.dts b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> index 695f5ad..cf38808 100644
> --- a/arch/arm/boot/dts/exynos5250-smdk5250.dts
> +++ b/arch/arm/boot/dts/exynos5250-smdk5250.dts
> @@ -50,6 +50,8 @@
>   		max77686 at 09 {
>   			compatible = "maxim,max77686";
>   			reg =<0x09>;
> +			interrupt-parent =<&gpx3>;
> +			interrupts =<2 0>;
>
>   			voltage-regulators {
>   				ldo1_reg: LDO1 {

Applied, thanks.

- Kukjin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-07-29 23:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-29  4:27 [PATCH] ARM: dts: smdk5250: Specify MAX77686 pmic interrupt Thomas Abraham
2014-07-29  4:27 ` Thomas Abraham
2014-07-29 23:01 ` Kukjin Kim
2014-07-29 23:01   ` Kukjin Kim

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.