From ac914eb179d1bca5a45fb1c20e269e18602fa1d1 Mon Sep 17 00:00:00 2001 From: Anjelique Melendez Date: Thu, 17 Aug 2023 11:18:18 -0700 Subject: [PATCH] ARM: dts: qcom: Update flash led compatible for Pineapple files Flash LED compatible string has been updated from "qcom,pm8350c-flash-led" to "qcom,qti-pm8350c-flash-led" in Sun. Update existing usage of the old compatible from Pineapple dtsi files found in Sun. Change-Id: Ib062510cd6561e57973cca336d2a5b04884ec5d8 Signed-off-by: Anjelique Melendez --- qcom/pm8550.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/pm8550.dtsi b/qcom/pm8550.dtsi index 78eb9cb3..04a3c806 100644 --- a/qcom/pm8550.dtsi +++ b/qcom/pm8550.dtsi @@ -123,7 +123,7 @@ }; pm8550_flash: qcom,flash_led@ee00 { - compatible = "qcom,pm8350c-flash-led"; + compatible = "qcom,qti-pm8350c-flash-led"; reg = <0xee00>; interrupts = <0x1 0xee 0x0 IRQ_TYPE_EDGE_RISING>, <0x1 0xee 0x3 IRQ_TYPE_EDGE_RISING>,