From 165cb0eb23cd111b66c09db1662708fd0a09a894 Mon Sep 17 00:00:00 2001 From: Sanskar Omar Date: Wed, 4 Dec 2024 15:29:42 +0530 Subject: [PATCH] ARM: dts: msm: add support for sw fuse for Tuna target Add sw fuse range to dts file for Tuna target. The swfuse_phys is only needed in primary VM. Change-Id: Ida97d23c3f0634864829ea8f7ea91e388062eb4c Signed-off-by: Sanskar Omar Signed-off-by: lnxdisplay --- display/tuna-sde-common.dtsi | 6 ++++-- display/tuna-sde.dtsi | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/display/tuna-sde-common.dtsi b/display/tuna-sde-common.dtsi index e2a5d2f5..e3098929 100644 --- a/display/tuna-sde-common.dtsi +++ b/display/tuna-sde-common.dtsi @@ -13,11 +13,13 @@ reg = <0x0ae00000 0x93800>, <0x0aeb0000 0x2008>, <0x0af80000 0x7000>, - <0x400000 0x2000>; + <0x400000 0x2000>, + <0x0af50000 0x140>; reg-names = "mdp_phys", "vbif_phys", "regdma_phys", - "ipcc_reg"; + "ipcc_reg", + "swfuse_phys"; /* interrupt config */ interrupts = ; diff --git a/display/tuna-sde.dtsi b/display/tuna-sde.dtsi index 2387ccee..6567fb17 100644 --- a/display/tuna-sde.dtsi +++ b/display/tuna-sde.dtsi @@ -231,7 +231,7 @@ qti,smmu-proxy-cb-id = ; - 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>,