From c7e4263ce46889e5b608c54d5c41a4aa2741e9ac Mon Sep 17 00:00:00 2001 From: Auditya Bhattaram Date: Tue, 8 Nov 2022 03:37:06 -0800 Subject: [PATCH] ARM: dts: msm: Set neo-llcc compatible for all neo variants Set neo-llcc compatible string for all neo variants. Change-Id: I31ec51ae3da7db6e31821f9741110f81e895ba69 --- qcom/neo.dtsi | 2 +- qcom/neo_la.dtsi | 4 ---- qcom/neo_luna-v2.dtsi | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) diff --git a/qcom/neo.dtsi b/qcom/neo.dtsi index 76312484..c3ec9815 100644 --- a/qcom/neo.dtsi +++ b/qcom/neo.dtsi @@ -612,7 +612,7 @@ }; }; cache_controller: cache-controller@19200000 { - compatible = "qcom,neo-xr-llcc", "qcom,llcc-v31"; + compatible = "qcom,neo-llcc", "qcom,llcc-v31"; reg = <0x19200000 0x180000>, <0x19A00000 0x80000>, <0x19AF0000 0x8000>, <0x19CF0000 0x8000>; reg-names = "llcc_base", "llcc_broadcast_base", diff --git a/qcom/neo_la.dtsi b/qcom/neo_la.dtsi index e022afa8..c9a3d31d 100644 --- a/qcom/neo_la.dtsi +++ b/qcom/neo_la.dtsi @@ -40,10 +40,6 @@ }; }; -&cache_controller { - compatible = "qcom,neo-sg-llcc", "qcom,llcc-v31"; -}; - &firmware { qcom_scm { compatible = "qcom,scm"; diff --git a/qcom/neo_luna-v2.dtsi b/qcom/neo_luna-v2.dtsi index edab2cd8..90788bab 100644 --- a/qcom/neo_luna-v2.dtsi +++ b/qcom/neo_luna-v2.dtsi @@ -10,10 +10,6 @@ status = "ok"; }; -&cache_controller { - compatible = "qcom,neo-sg-v2-llcc", "qcom,llcc-v31"; -}; - &wlan_kiwi { /delete-property/ vdd-wlan-supply; /delete-property/ qcom,pdc_init_table;