2022-04-27 11:08:02

by Fabien Parent

[permalink] [raw]
Subject: [PATCH v2 1/8] dt-bindings: input: mtk-pmic-keys: add MT6359 binding definition

Add binding definition for the support of the MT6359 keyboard driver.

Signed-off-by: Fabien Parent <[email protected]>
---
v2: no changes

Documentation/devicetree/bindings/input/mtk-pmic-keys.txt | 1 +
1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/input/mtk-pmic-keys.txt b/Documentation/devicetree/bindings/input/mtk-pmic-keys.txt
index 9d00f2a8e13a..afe9062a4dc7 100644
--- a/Documentation/devicetree/bindings/input/mtk-pmic-keys.txt
+++ b/Documentation/devicetree/bindings/input/mtk-pmic-keys.txt
@@ -13,6 +13,7 @@ Required properties:
- "mediatek,mt6397-keys"
- "mediatek,mt6323-keys"
- "mediatek,mt6358-keys"
+ - "mediatek,mt6359-keys"
- linux,keycodes: See Documentation/devicetree/bindings/input/input.yaml

Optional Properties:
--
2.36.0


2022-04-28 10:44:18

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH v2 1/8] dt-bindings: input: mtk-pmic-keys: add MT6359 binding definition

On 26/04/2022 15:53, Fabien Parent wrote:
> Add binding definition for the support of the MT6359 keyboard driver.
>
> Signed-off-by: Fabien Parent <[email protected]>
> ---
> v2: no changes


Acked-by: Krzysztof Kozlowski <[email protected]>


Best regards,
Krzysztof