From 70d5c7312d162d78e0b05de6a65c5dc4e6d3e858 Mon Sep 17 00:00:00 2001 From: Mukesh Ojha Date: Mon, 1 Apr 2024 22:20:47 +0530 Subject: [PATCH] ARM: dts: msm: Add Sun qfprom compat string Add the soc-specific compatible string for qfprom to support keepout regions on Sun SoC. Change-Id: I676acc8110d05dd7d9d7fef0455b5152f3afc4ac Signed-off-by: Mukesh Ojha --- qcom/sun.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index e18f9097..24cef6d2 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3494,7 +3494,7 @@ }; qfprom: qfprom@221c8000 { - compatible = "qcom,qfprom"; + compatible = "qcom,sun-qfprom", "qcom,qfprom"; reg = <0x221c8000 0x1000>; #address-cells = <1>; #size-cells = <1>;