ARM: dts: msm: add support for sw fuse for Kera target

Add sw fuse range to dts file for Kera target. The swfuse_phys is only
needed in primary VM.

Change-Id: If8e58f86f15960633c2e058342d15c307dcc738c
Signed-off-by: Sanskar Omar <quic_sansomar@quicinc.com>
Signed-off-by: lnxdisplay <lnxdisplay@localhost>
This commit is contained in:
Sanskar Omar
2024-12-04 15:43:19 +05:30
committed by lnxdisplay
parent 78a57f6b4d
commit ce0c7bb029
2 changed files with 5 additions and 3 deletions

View File

@@ -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 = <GIC_SPI 83 IRQ_TYPE_LEVEL_HIGH>;

View File

@@ -228,7 +228,7 @@
qti,smmu-proxy-cb-id = <QTI_SMMU_PROXY_DISPLAY_CB>;
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>,