From 24c9075c781666973d064b739e3cb161b2cb97ec Mon Sep 17 00:00:00 2001 From: Ping Li Date: Fri, 26 Jan 2024 13:11:18 -0800 Subject: [PATCH] ARM: dts: msm: add entry for ssip fuse configuration Add dtsi entry for ssip fuse configuration on Sun platform. Change-Id: I1f6dbc9608db1e29aef1d9699820eb1e1d3c9299 Signed-off-by: Ping Li --- qcom/sun.dtsi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/qcom/sun.dtsi b/qcom/sun.dtsi index b487d93d..1f705231 100644 --- a/qcom/sun.dtsi +++ b/qcom/sun.dtsi @@ -3376,6 +3376,20 @@ qcom,smem-states = <&soccp_smp2p_out 0>, <&soccp_smp2p_out 10>, <&soccp_smp2p_out 9>; qcom,smem-state-names = "stop", "wakeup", "sleep"; }; + + qfprom: qfprom@221c8000 { + compatible = "qcom,qfprom"; + reg = <0x221c8000 0x1000>; + #address-cells = <1>; + #size-cells = <1>; + read-only; + ranges; + + ssip_config: ssip_config@13e { + reg = <0x13e 0x2>; + bits = <7 2>; + }; + }; }; &reserved_memory {