devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6359 keys
@ 2024-10-08  7:41 AngeloGioacchino Del Regno
  2024-10-08  7:54 ` Macpaul Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: AngeloGioacchino Del Regno @ 2024-10-08  7:41 UTC (permalink / raw)
  To: dmitry.torokhov
  Cc: robh, krzk+dt, conor+dt, matthias.bgg, angelogioacchino.delregno,
	chen.zhong, linux-input, devicetree, linux-kernel,
	linux-arm-kernel, linux-mediatek, macpaul.lin, kernel

Add a compatible for the keys found on the MT6359 PMIC.

Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
---
 Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml b/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
index 70567d92c746..bba55a81e6cc 100644
--- a/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
+++ b/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
@@ -28,6 +28,7 @@ properties:
       - mediatek,mt6331-keys
       - mediatek,mt6357-keys
       - mediatek,mt6358-keys
+      - mediatek,mt6359-keys
       - mediatek,mt6397-keys
 
   power-off-time-sec: true
-- 
2.46.1


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

* Re: [PATCH] dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6359 keys
  2024-10-08  7:41 [PATCH] dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6359 keys AngeloGioacchino Del Regno
@ 2024-10-08  7:54 ` Macpaul Lin
  2024-10-08  8:03 ` Krzysztof Kozlowski
  2024-10-21  7:17 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Macpaul Lin @ 2024-10-08  7:54 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno, dmitry.torokhov, Sen Chu
  Cc: robh, krzk+dt, conor+dt, matthias.bgg, chen.zhong, linux-input,
	devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	kernel, Pablo Sun, Bear Wang

On 10/8/24 15:41, AngeloGioacchino Del Regno wrote:
> Add a compatible for the keys found on the MT6359 PMIC.
> 
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
>   Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml b/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
> index 70567d92c746..bba55a81e6cc 100644
> --- a/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
> +++ b/Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml
> @@ -28,6 +28,7 @@ properties:
>         - mediatek,mt6331-keys
>         - mediatek,mt6357-keys
>         - mediatek,mt6358-keys
> +      - mediatek,mt6359-keys
>         - mediatek,mt6397-keys
>   
>     power-off-time-sec: true

Reviewed-by: Macpaul Lin <macpaul.lin@mediatek.com>

Thanks!
Macpaul Lin

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

* Re: [PATCH] dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6359 keys
  2024-10-08  7:41 [PATCH] dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6359 keys AngeloGioacchino Del Regno
  2024-10-08  7:54 ` Macpaul Lin
@ 2024-10-08  8:03 ` Krzysztof Kozlowski
  2024-10-21  7:17 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-10-08  8:03 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno, dmitry.torokhov
  Cc: robh, krzk+dt, conor+dt, matthias.bgg, chen.zhong, linux-input,
	devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	macpaul.lin, kernel

On 08/10/2024 09:41, AngeloGioacchino Del Regno wrote:
> Add a compatible for the keys found on the MT6359 PMIC.
> 
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>
> ---
>  Documentation/devicetree/bindings/input/mediatek,pmic-keys.yaml | 1 +
>  1 file changed, 1 insertion(+)

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>

Best regards,
Krzysztof


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

* Re: [PATCH] dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6359 keys
  2024-10-08  7:41 [PATCH] dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6359 keys AngeloGioacchino Del Regno
  2024-10-08  7:54 ` Macpaul Lin
  2024-10-08  8:03 ` Krzysztof Kozlowski
@ 2024-10-21  7:17 ` Dmitry Torokhov
  2 siblings, 0 replies; 4+ messages in thread
From: Dmitry Torokhov @ 2024-10-21  7:17 UTC (permalink / raw)
  To: AngeloGioacchino Del Regno
  Cc: robh, krzk+dt, conor+dt, matthias.bgg, chen.zhong, linux-input,
	devicetree, linux-kernel, linux-arm-kernel, linux-mediatek,
	macpaul.lin, kernel

On Tue, Oct 08, 2024 at 09:41:37AM +0200, AngeloGioacchino Del Regno wrote:
> Add a compatible for the keys found on the MT6359 PMIC.
> 
> Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

Applied, thank you.

-- 
Dmitry

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

end of thread, other threads:[~2024-10-21  7:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-08  7:41 [PATCH] dt-bindings: input: mediatek,pmic-keys: Add compatible for MT6359 keys AngeloGioacchino Del Regno
2024-10-08  7:54 ` Macpaul Lin
2024-10-08  8:03 ` Krzysztof Kozlowski
2024-10-21  7:17 ` Dmitry Torokhov

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).