diff options
author | Olof Johansson <olof@lixom.net> | 2019-11-11 13:08:28 -0800 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2019-11-11 13:08:29 -0800 |
commit | 550f2af290c4c1693df8757f95a3ed9b71b074c6 (patch) | |
tree | cffd70f1aa72f3bcc7141e53433c999562286504 /arch/arm/boot | |
parent | 5588aa81d2128ff51228514237713d8eafd944c8 (diff) | |
parent | 4ab88db095c3a2ebbd6108cafcf327326f989ff8 (diff) | |
download | linux-550f2af290c4c1693df8757f95a3ed9b71b074c6.tar.gz |
Merge tag 'v5.4-next-dts' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux into arm/dt
mt6323 pmic:
add nodes for RTC, keys, codec and power-controller
* tag 'v5.4-next-dts' of https://git.kernel.org/pub/scm/linux/kernel/git/matthias.bgg/linux:
arm: dts: mt6323: add keys, power-controller, rtc and codec
Link: https://lore.kernel.org/r/82f16220-d0e1-6e32-088e-c889ef6bdff3@gmail.com
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/mt6323.dtsi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/mt6323.dtsi b/arch/arm/boot/dts/mt6323.dtsi index ba397407c1dd..7fda40ab5fe8 100644 --- a/arch/arm/boot/dts/mt6323.dtsi +++ b/arch/arm/boot/dts/mt6323.dtsi @@ -238,5 +238,32 @@ regulator-enable-ramp-delay = <216>; }; }; + + mt6323keys: mt6323keys { + compatible = "mediatek,mt6323-keys"; + mediatek,long-press-mode = <1>; + power-off-time-sec = <0>; + + power { + linux,keycodes = <116>; + wakeup-source; + }; + + home { + linux,keycodes = <114>; + }; + }; + + codec: mt6397codec { + compatible = "mediatek,mt6397-codec"; + }; + + power-controller { + compatible = "mediatek,mt6323-pwrc"; + }; + + rtc { + compatible = "mediatek,mt6323-rtc"; + }; }; }; |