arm64: dts: qcom: sdm630-nile: Add Volume up key
authorKonrad Dybcio <konrad.dybcio@somainline.org>
Wed, 28 Jul 2021 22:25:35 +0000 (00:25 +0200)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Wed, 4 Aug 2021 20:07:04 +0000 (15:07 -0500)
Let's get loud!

Signed-off-by: Konrad Dybcio <konrad.dybcio@somainline.org>
Link: https://lore.kernel.org/r/20210728222542.54269-33-konrad.dybcio@somainline.org
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi

index 77ee75809e6edb905db86c16763c19f2a63384e9..38488abbe50efed41f077eb49795cc3f01008c0c 100644 (file)
        /* HCI Bluetooth */
 };
 
+&pon {
+       volup {
+               compatible = "qcom,pm8941-resin";
+               interrupts = <0x0 0x8 1 IRQ_TYPE_EDGE_BOTH>;
+               debounce = <15625>;
+               bias-pull-up;
+               linux,code = <KEY_VOLUMEUP>;
+       };
+};
+
 &qusb2phy {
        status = "okay";