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 <quic_c_sbsure@quicinc.com>
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
qcom,pmic_glink_log {
|
qcom,pmic_glink_log {
|
||||||
compatible = "qcom,pmic-glink";
|
compatible = "qcom,qti-pmic-glink";
|
||||||
qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS";
|
qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS";
|
||||||
|
|
||||||
qcom,battery_debug {
|
qcom,battery_debug {
|
||||||
|
@@ -22,7 +22,7 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
qcom,pmic_glink_log {
|
qcom,pmic_glink_log {
|
||||||
compatible = "qcom,pmic-glink";
|
compatible = "qcom,qti-pmic-glink";
|
||||||
qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS";
|
qcom,pmic-glink-channel = "PMIC_LOGS_ADSP_APPS";
|
||||||
|
|
||||||
qcom,battery_debug {
|
qcom,battery_debug {
|
||||||
|
Reference in New Issue
Block a user