lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Wed, 25 Oct 2017 21:16:02 +0800 From: Chen Zhong <chen.zhong@...iatek.com> To: Dmitry Torokhov <dmitry.torokhov@...il.com>, Rob Herring <robh+dt@...nel.org>, Lee Jones <lee.jones@...aro.org>, Alexandre Belloni <alexandre.belloni@...e-electrons.com> CC: Mark Rutland <mark.rutland@....com>, Matthias Brugger <matthias.bgg@...il.com>, Eddie Huang <eddie.huang@...iatek.com>, Alessandro Zummo <a.zummo@...ertech.it>, Linus Walleij <linus.walleij@...aro.org>, Beomho Seo <beomho.seo@...sung.com>, Javier Martinez Canillas <javier@....samsung.com>, Jaechul Lee <jcsing.lee@...sung.com>, Chen Zhong <chen.zhong@...iatek.com>, Krzysztof Kozlowski <krzk@...nel.org>, <linux-input@...r.kernel.org>, <devicetree@...r.kernel.org>, <linux-kernel@...r.kernel.org>, <linux-arm-kernel@...ts.infradead.org>, <linux-mediatek@...ts.infradead.org>, <linux-rtc@...r.kernel.org> Subject: [PATCH v6 4/6] dt-bindings: mfd: Add bindings for the keys as subnode of PMIC This patch adds documentation for device tree bindings for keys support as the subnode of MT6397/MT6323 PMIC. Acked-by: Rob Herring <robh@...nel.org> Acked-for-MFD-by: Lee Jones <lee.jones@...aro.org> Signed-off-by: Chen Zhong <chen.zhong@...iatek.com> --- Documentation/devicetree/bindings/mfd/mt6397.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/mfd/mt6397.txt b/Documentation/devicetree/bindings/mfd/mt6397.txt index 522a3bb..d1df77f 100644 --- a/Documentation/devicetree/bindings/mfd/mt6397.txt +++ b/Documentation/devicetree/bindings/mfd/mt6397.txt @@ -7,6 +7,7 @@ MT6397/MT6323 is a multifunction device with the following sub modules: - GPIO - Clock - LED +- Keys It is interfaced to host controller using SPI interface by a proprietary hardware called PMIC wrapper or pwrap. MT6397/MT6323 MFD is a child device of pwrap. @@ -40,6 +41,11 @@ Optional subnodes: - compatible: "mediatek,mt6323-led" see Documentation/devicetree/bindings/leds/leds-mt6323.txt +- keys + Required properties: + - compatible: "mediatek,mt6397-keys" or "mediatek,mt6323-keys" + see Documentation/devicetree/bindings/input/mtk-pmic-keys.txt + Example: pwrap: pwrap@...0f000 { compatible = "mediatek,mt8135-pwrap"; -- 1.7.9.5
Powered by blists - more mailing lists