ARM: dts: msm: Update wlan memory region for Montague

Montague hsp platform does not require wlan region, So
removing the same.

Change-Id: I69c03abac1d308603b81c60b822be25105a46f67
This commit is contained in:
Gaurav Kohli
2023-04-07 15:45:42 +05:30
committed by Gerrit - the friendly Code Review server
parent 3699382b74
commit f3ca1d54e5

View File

@@ -10,3 +10,9 @@
qcom,board-id = <0x10022 0x4>;
};
&reserved_memory {
wlan_msa_mem: wlan_msa_mem_region@82a00000 {
no-map;
reg = <0x0 0x82a00000 0x0 0x0>;
};
};