From ffcd57a92c4e912bc97955b38d035fa2e8f9b5f7 Mon Sep 17 00:00:00 2001 From: Saranya R Date: Thu, 16 Jan 2025 11:26:36 +0530 Subject: [PATCH] ARM: dts: msm: Add qfprom compatible string for parrot Add the soc-specific compatible string as it is required to apply appropriate keepout regions. Change-Id: I59fe0c9dffdf182bfb52468ef5a0d564ad7a8b38 Signed-off-by: Saranya R --- qcom/parrot.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 1c9b60ba..b01a2cc7 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -2554,7 +2554,7 @@ qfprom: qfprom@221c8000 { - compatible = "qcom,qfprom"; + compatible = "qcom,parrot-qfprom", "qcom,qfprom"; reg = <0x221c8000 0x1000>; #address-cells = <1>; #size-cells = <1>;