diff options
author | Lin, Meng-Bo <linmengbo0689@protonmail.com> | 2022-07-24 09:55:43 +0000 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2022-08-29 16:13:32 -0500 |
commit | 90ca46731599ea364d2d8b5310341ab766fea637 (patch) | |
tree | 7326d4eb0f2ec91f99ffe4ebe85e2054cae7c9d9 /arch/arm64/boot/dts/qcom/msm8916-samsung-grandmax.dts | |
parent | 87c1b199e622bc2d9b16da5d870ab6b92db96154 (diff) |
arm64: dts: qcom: msm8916-samsung-e2015: Add touchkey
On the Samsung Galaxy E5 and E7 the touch key is supplied by a single
fixed regulator (enabled via GPIO 97) that supplies both MCU and LED.
Add it to the device tree.
Signed-off-by: Lin, Meng-Bo <linmengbo0689@protonmail.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20220724095426.14189-1-linmengbo0689@protonmail.com
Diffstat (limited to 'arch/arm64/boot/dts/qcom/msm8916-samsung-grandmax.dts')
-rw-r--r-- | arch/arm64/boot/dts/qcom/msm8916-samsung-grandmax.dts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/msm8916-samsung-grandmax.dts b/arch/arm64/boot/dts/qcom/msm8916-samsung-grandmax.dts index 4c1becdb9428..bc7134698978 100644 --- a/arch/arm64/boot/dts/qcom/msm8916-samsung-grandmax.dts +++ b/arch/arm64/boot/dts/qcom/msm8916-samsung-grandmax.dts @@ -41,6 +41,10 @@ gpio = <&msmgpio 72 GPIO_ACTIVE_HIGH>; }; +®_touch_key { + status = "disabled"; +}; + &msmgpio { gpio_leds_default: gpio-led-default { pins = "gpio60"; |