Re: [PATCH v4] arm64: dts: qcom: qcm6490-idp: enable PMIC Volume and Power buttons

From: Konrad Dybcio
Date: Tue Mar 05 2024 - 16:20:19 EST




On 3/4/24 08:09, Hui Liu via B4 Relay wrote:
From: Hui Liu <quic_huliu@xxxxxxxxxxx>

The Volume Down & Power buttons are controlled by the PMIC via
the PON hardware, and the Volume Up is connected to a PMIC gpio.

Enable the necessary hardware and setup the GPIO state for the
Volume Up gpio key.

Signed-off-by: Hui Liu <quic_huliu@xxxxxxxxxxx>
---

[...]


+&pmk8350_pon {
+ status = "okay";
+};

This device is already enabled

Konrad