diff mbox series

[1/2] arm64: dts: uniphier: add headphone detect gpio for LD20 global board

Message ID 20180619041153.6668-1-suzuki.katsuhiro@socionext.com
State Superseded
Headers show
Series [1/2] arm64: dts: uniphier: add headphone detect gpio for LD20 global board | expand

Commit Message

Katsuhiro Suzuki June 19, 2018, 4:11 a.m. UTC
This patch adds GPIO for headphone detection on LD20 global board.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>

---
 arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | 1 +
 1 file changed, 1 insertion(+)

-- 
2.17.1

--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Masahiro Yamada June 23, 2018, 3:47 a.m. UTC | #1
2018-06-19 13:11 GMT+09:00 Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>:
> This patch adds GPIO for headphone detection on LD20 global board.

>

> Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>

> ---

>  arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | 1 +

>  1 file changed, 1 insertion(+)

>

> diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts

> index 6a074a20c924..38b75998e2dd 100644

> --- a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts

> +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts

> @@ -60,6 +60,7 @@

>                         &i2s_port4

>                         &spdif_port0

>                         &comp_spdif_port0>;

> +               hp-det-gpio = <&gpio UNIPHIER_GPIO_PORT(15, 0) GPIO_ACTIVE_LOW>;



When you use irq-capable gpio pin (XIRQ0),
please write like follows for consistency.


             hp-det-gpio = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;


See uniphier-ld20-ref.dts for example.



>         };

>

>         spdif-out {

> --

> 2.17.1

>

> --

> To unsubscribe from this list: send the line "unsubscribe devicetree" in

> the body of a message to majordomo@vger.kernel.org

> More majordomo info at  http://vger.kernel.org/majordomo-info.html




-- 
Best Regards
Masahiro Yamada
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Katsuhiro Suzuki June 25, 2018, 2:59 a.m. UTC | #2
Hello Yamada-san,

> -----Original Message-----

> From: Masahiro Yamada <yamada.masahiro@socionext.com>

> Sent: Saturday, June 23, 2018 12:47 PM

> To: Suzuki, Katsuhiro/鈴木 勝博 <suzuki.katsuhiro@socionext.com>

> Cc: linux-arm-kernel <linux-arm-kernel@lists.infradead.org>; DTML

> <devicetree@vger.kernel.org>; Masami Hiramatsu <masami.hiramatsu@linaro.org>;

> Jassi Brar <jaswinder.singh@linaro.org>; Linux Kernel Mailing List

> <linux-kernel@vger.kernel.org>

> Subject: Re: [PATCH 1/2] arm64: dts: uniphier: add headphone detect gpio for LD20

> global board

> 

> 2018-06-19 13:11 GMT+09:00 Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>:

> > This patch adds GPIO for headphone detection on LD20 global board.

> >

> > Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>

> > ---

> >  arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts | 1 +

> >  1 file changed, 1 insertion(+)

> >

> > diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts

> b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts

> > index 6a074a20c924..38b75998e2dd 100644

> > --- a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts

> > +++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts

> > @@ -60,6 +60,7 @@

> >                         &i2s_port4

> >                         &spdif_port0

> >                         &comp_spdif_port0>;

> > +               hp-det-gpio = <&gpio UNIPHIER_GPIO_PORT(15, 0) GPIO_ACTIVE_LOW>;

> 

> 

> When you use irq-capable gpio pin (XIRQ0),

> please write like follows for consistency.

> 

> 

>              hp-det-gpio = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;

> 

> 

> See uniphier-ld20-ref.dts for example.


Thank you for reviewing!

I'll fix it and post v2.

Regards,
--
Katsuhiro Suzuki


> 

> 

> 

> >         };

> >

> >         spdif-out {

> > --

> > 2.17.1

> >

> > --

> > To unsubscribe from this list: send the line "unsubscribe devicetree" in

> > the body of a message to majordomo@vger.kernel.org

> > More majordomo info at  http://vger.kernel.org/majordomo-info.html

> 

> 

> 

> --

> Best Regards

> Masahiro Yamada



--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts
index 6a074a20c924..38b75998e2dd 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts
+++ b/arch/arm64/boot/dts/socionext/uniphier-ld20-global.dts
@@ -60,6 +60,7 @@ 
 			&i2s_port4
 			&spdif_port0
 			&comp_spdif_port0>;
+		hp-det-gpio = <&gpio UNIPHIER_GPIO_PORT(15, 0) GPIO_ACTIVE_LOW>;
 	};
 
 	spdif-out {