Re: [PATCH 3/6] arm64: dts: qcom: kaanapali-qrd: Add PMIC support
From: Dmitry Baryshkov
Date: Mon Mar 23 2026 - 21:19:34 EST
On Sun, Mar 22, 2026 at 11:19:43PM -0700, Jingyi Wang wrote:
> From: Jishnu Prakash <jishnu.prakash@xxxxxxxxxxxxxxxx>
>
> Include PMIC files used on Kaanapali QRD boards. Add configurations for
> keys (volume up and volume down), RGB LEDs and flash LEDs.
>
> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
> Reviewed-by: Shawn Guo <shengchao.guo@xxxxxxxxxxxxxxxx>
> Signed-off-by: Jishnu Prakash <jishnu.prakash@xxxxxxxxxxxxxxxx>
> Signed-off-by: Jingyi Wang <jingyi.wang@xxxxxxxxxxxxxxxx>
> ---
> arch/arm64/boot/dts/qcom/kaanapali-qrd.dts | 92 ++++++++++++++++++++++++++++++
> 1 file changed, 92 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/qcom/kaanapali-qrd.dts b/arch/arm64/boot/dts/qcom/kaanapali-qrd.dts
> index 32034eed03eb..da0e8f9091c3 100644
> --- a/arch/arm64/boot/dts/qcom/kaanapali-qrd.dts
> +++ b/arch/arm64/boot/dts/qcom/kaanapali-qrd.dts
> @@ -5,9 +5,21 @@
>
> /dts-v1/;
>
> +#include <dt-bindings/gpio/gpio.h>
> +#include <dt-bindings/input/linux-event-codes.h>
> +#include <dt-bindings/leds/common.h>
> #include <dt-bindings/regulator/qcom,rpmh-regulator.h>
> #include "kaanapali.dtsi"
>
> +#include "pm8010-kaanapali.dtsi" /* SPMI1: SID-12/13 */
> +#include "pmd8028-kaanapali.dtsi" /* SPMI1: SID-4 */
> +#include "pmh0101.dtsi" /* SPMI0: SID-1 */
> +#include "pmh0104-kaanapali.dtsi" /* SPMI1: SID-9 */
> +#include "pmh0110-kaanapali.dtsi" /* SPMI0: SID-3/5/6/8 */
> +#include "pmih0108-kaanapali.dtsi" /* SPMI1: SID-7 */
> +#include "pmk8850.dtsi" /* SPMI0: SID-0 */
> +#include "pmr735d-kaanapali.dtsi" /* SPMI1: SID-10 */
> +
> / {
> model = "Qualcomm Technologies, Inc. Kaanapali QRD";
> compatible = "qcom,kaanapali-qrd", "qcom,kaanapali";
> @@ -52,6 +64,22 @@ bi_tcxo_ao_div2: bi-tcxo-ao-div2-clk {
> clock-div = <2>;
> };
> };
> +
> + gpio-keys {
> + compatible = "gpio-keys";
> +
> + pinctrl-0 = <&key_vol_up_default>;
> + pinctrl-names = "default";
> +
> + key-volume-up {
> + label = "Volume Up";
> + linux,code = <KEY_VOLUMEUP>;
> + gpios = <&tlmm 101 GPIO_ACTIVE_LOW>;
> + debounce-interval = <15>;
> + linux,can-disable;
> + wakeup-source;
> + };
> + };
Again, this is not related to PMICs.
> };
>
> &apps_rsc {
--
With best wishes
Dmitry