linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 1/2] arm64: dts: uniphier: add headphone detect gpio for LD20 global board
@ 2018-06-25  3:45 Katsuhiro Suzuki
  2018-06-25  3:45 ` [PATCH v2 2/2] arm64: dts: uniphier: add headphone detect gpio for LD11 " Katsuhiro Suzuki
  2018-06-25 15:46 ` [PATCH v2 1/2] arm64: dts: uniphier: add headphone detect gpio for LD20 " Masahiro Yamada
  0 siblings, 2 replies; 3+ messages in thread
From: Katsuhiro Suzuki @ 2018-06-25  3:45 UTC (permalink / raw)
  To: linux-arm-kernel, Masahiro Yamada, devicetree
  Cc: Masami Hiramatsu, Jassi Brar, linux-kernel, Katsuhiro Suzuki

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..8aeb59486ff2 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_IRQ(0) GPIO_ACTIVE_LOW>;
 	};
 
 	spdif-out {
-- 
2.18.0


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

* [PATCH v2 2/2] arm64: dts: uniphier: add headphone detect gpio for LD11 global board
  2018-06-25  3:45 [PATCH v2 1/2] arm64: dts: uniphier: add headphone detect gpio for LD20 global board Katsuhiro Suzuki
@ 2018-06-25  3:45 ` Katsuhiro Suzuki
  2018-06-25 15:46 ` [PATCH v2 1/2] arm64: dts: uniphier: add headphone detect gpio for LD20 " Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Katsuhiro Suzuki @ 2018-06-25  3:45 UTC (permalink / raw)
  To: linux-arm-kernel, Masahiro Yamada, devicetree
  Cc: Masami Hiramatsu, Jassi Brar, linux-kernel, Katsuhiro Suzuki

This patch adds GPIO for headphone detection on LD11 global board.

Signed-off-by: Katsuhiro Suzuki <suzuki.katsuhiro@socionext.com>
---
 arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts b/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
index 798882cccbd6..eb6a5b914fdb 100644
--- a/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
+++ b/arch/arm64/boot/dts/socionext/uniphier-ld11-global.dts
@@ -60,6 +60,7 @@
 			&i2s_port4
 			&spdif_port0
 			&comp_spdif_port0>;
+		hp-det-gpio = <&gpio UNIPHIER_GPIO_IRQ(0) GPIO_ACTIVE_LOW>;
 	};
 
 	spdif-out {
-- 
2.18.0


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

* Re: [PATCH v2 1/2] arm64: dts: uniphier: add headphone detect gpio for LD20 global board
  2018-06-25  3:45 [PATCH v2 1/2] arm64: dts: uniphier: add headphone detect gpio for LD20 global board Katsuhiro Suzuki
  2018-06-25  3:45 ` [PATCH v2 2/2] arm64: dts: uniphier: add headphone detect gpio for LD11 " Katsuhiro Suzuki
@ 2018-06-25 15:46 ` Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2018-06-25 15:46 UTC (permalink / raw)
  To: Katsuhiro Suzuki
  Cc: linux-arm-kernel, DTML, Masami Hiramatsu, Jassi Brar,
	Linux Kernel Mailing List

2018-06-25 12:45 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>

Applied.  Thanks!

> ---
>  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..8aeb59486ff2 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_IRQ(0) GPIO_ACTIVE_LOW>;
>         };
>
>         spdif-out {
> --
> 2.18.0
>
> --
> 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

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

end of thread, other threads:[~2018-06-25 15:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-25  3:45 [PATCH v2 1/2] arm64: dts: uniphier: add headphone detect gpio for LD20 global board Katsuhiro Suzuki
2018-06-25  3:45 ` [PATCH v2 2/2] arm64: dts: uniphier: add headphone detect gpio for LD11 " Katsuhiro Suzuki
2018-06-25 15:46 ` [PATCH v2 1/2] arm64: dts: uniphier: add headphone detect gpio for LD20 " Masahiro Yamada

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).