From b6c07f1f9a123f773cc16e18f0ff3caa0d8decf9 Mon Sep 17 00:00:00 2001 From: Shilpa Suresh Date: Mon, 17 Jun 2024 17:07:33 +0530 Subject: [PATCH] ARM: dts: qcom: Update pmic_glink device compatible string for parrot The downstream pmic_glink driver and compatible string has been renamed to qti_pmic_glink on the qcom-6.6 kernel branch, to avoid conflict with the independent upstream driver. This was handled for the "PMIC_RTR_ADSP_APPS" channel clients (UCSI, Altmode and Battery charger), but got missed for the "PMIC_LOGS_ADSP_APPS" channel clients (battery-debug, charger-ulog and spmi-glink-debug). Fix it. Change-Id: I441aecde368fab411d6df3ae0d8c04b9c3a002f2 Signed-off-by: Shilpa Suresh --- qcom/parrot-pm7250b.dtsi | 2 +- qcom/parrot-pm8350b.dtsi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/qcom/parrot-pm7250b.dtsi b/qcom/parrot-pm7250b.dtsi index fac8b00d..5f5864bb 100644 --- a/qcom/parrot-pm7250b.dtsi +++ b/qcom/parrot-pm7250b.dtsi @@ -13,7 +13,7 @@ }; qcom,pmic_glink_log { - compatible = "qcom,pmic-glink"; + compatible = "qcom,qti-pmic-glink"; qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS"; qcom,battery_debug { diff --git a/qcom/parrot-pm8350b.dtsi b/qcom/parrot-pm8350b.dtsi index c685a111..02bdcdee 100644 --- a/qcom/parrot-pm8350b.dtsi +++ b/qcom/parrot-pm8350b.dtsi @@ -22,7 +22,7 @@ }; qcom,pmic_glink_log { - compatible = "qcom,pmic-glink"; + compatible = "qcom,qti-pmic-glink"; qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS"; qcom,battery_debug {