diff mbox

ARM: dts: smdk5250: Specify MAX77686 pmic interrupt

Message ID 1406608029-8538-1-git-send-email-thomas.ab@samsung.com
State Accepted
Commit 47580e8d94c2a3baac6713533ae765c2087b34d9
Headers show

Commit Message

Thomas Abraham July 29, 2014, 4:27 a.m. UTC
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(+)

Comments

Kukjin Kim July 29, 2014, 11:01 p.m. UTC | #1
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
--
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
diff mbox

Patch

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 {