From 5f9b22a66d8e592a860ed6e7a69884a7177275c2 Mon Sep 17 00:00:00 2001 From: Ping Li Date: Thu, 5 Sep 2024 13:18:08 -0700 Subject: [PATCH] ARM: dts: msm: add support for sw fuse for Sun target Add sw fuse range to dts file for Sun target. The swfuse_phys is only needed in primary VM. Change-Id: I8a7446c2f6cbf183a7bff6af463ff7f427467628 Signed-off-by: Ping Li --- display/sun-sde-common.dtsi | 6 ++++-- display/sun-sde.dtsi | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/display/sun-sde-common.dtsi b/display/sun-sde-common.dtsi index 8a68f314..12270f64 100644 --- a/display/sun-sde-common.dtsi +++ b/display/sun-sde-common.dtsi @@ -13,11 +13,13 @@ reg = <0x0ae00000 0x93800>, <0x0aeb0000 0x2008>, <0x0af80000 0x7000>, - <0x400000 0x2000>; + <0x400000 0x2000>, + <0x0af50000 0x128>; reg-names = "mdp_phys", "vbif_phys", "regdma_phys", - "ipcc_reg"; + "ipcc_reg", + "swfuse_phys"; /* interrupt config */ interrupts = ; diff --git a/display/sun-sde.dtsi b/display/sun-sde.dtsi index 2617a86c..f5dda611 100644 --- a/display/sun-sde.dtsi +++ b/display/sun-sde.dtsi @@ -275,7 +275,7 @@ qcom,sde-soccp-controller = <&soccp_pas>; - qcom,sde-vm-exclude-reg-names = "ipcc_reg"; + qcom,sde-vm-exclude-reg-names = "ipcc_reg", "swfuse_phys"; /* data and reg bus scale settings */ interconnects = <&mmss_noc MASTER_MDP &gem_noc SLAVE_LLCC>,