Skip to content

Commit 3d35870

Browse files
kdrag0nDhineshCool
authored andcommitted
ARM64: dts: sm6150: Remove unused 36 MiB memdump region
This reserved memory dump region is intended to be used with the memory dump v2 driver, but we've disabled that and we don't need this memory dumping functionality. Remove the unused region and associated driver node to save 36 MiB of memory. Signed-off-by: Danny Lin <danny@kdrag0n.dev> Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
1 parent 51af359 commit 3d35870

1 file changed

Lines changed: 0 additions & 62 deletions

File tree

arch/arm64/boot/dts/qcom/sm6150.dtsi

Lines changed: 0 additions & 62 deletions
Original file line numberDiff line numberDiff line change
@@ -641,13 +641,6 @@
641641
label = "dfps_data_region";
642642
};
643643

644-
dump_mem: mem_dump_region {
645-
compatible = "shared-dma-pool";
646-
alloc-ranges = <0x0 0x00000000 0x0 0xffffffff>;
647-
reusable;
648-
size = <0 0x2400000>;
649-
};
650-
651644
/* global autoconfigured region for contiguous allocations */
652645
linux,cma {
653646
compatible = "shared-dma-pool";
@@ -1255,61 +1248,6 @@
12551248
};
12561249
};
12571250

1258-
mem_dump {
1259-
compatible = "qcom,mem-dump";
1260-
memory-region = <&dump_mem>;
1261-
1262-
rpmh {
1263-
qcom,dump-size = <0x2000000>;
1264-
qcom,dump-id = <0xec>;
1265-
};
1266-
1267-
rpm_sw {
1268-
qcom,dump-size = <0x28000>;
1269-
qcom,dump-id = <0xea>;
1270-
};
1271-
1272-
pmic {
1273-
qcom,dump-size = <0x10000>;
1274-
qcom,dump-id = <0xe4>;
1275-
};
1276-
1277-
fcm {
1278-
qcom,dump-size = <0x8400>;
1279-
qcom,dump-id = <0xee>;
1280-
};
1281-
1282-
tmc_etf {
1283-
qcom,dump-size = <0x8000>;
1284-
qcom,dump-id = <0xf0>;
1285-
};
1286-
1287-
etf_swao {
1288-
qcom,dump-size = <0x8000>;
1289-
qcom,dump-id = <0xf1>;
1290-
};
1291-
1292-
etr_reg {
1293-
qcom,dump-size = <0x1000>;
1294-
qcom,dump-id = <0x100>;
1295-
};
1296-
1297-
etf_reg {
1298-
qcom,dump-size = <0x1000>;
1299-
qcom,dump-id = <0x101>;
1300-
};
1301-
1302-
etfswao_reg {
1303-
qcom,dump-size = <0x1000>;
1304-
qcom,dump-id = <0x102>;
1305-
};
1306-
1307-
misc_data {
1308-
qcom,dump-size = <0x1000>;
1309-
qcom,dump-id = <0xe8>;
1310-
};
1311-
};
1312-
13131251
apps_rsc: mailbox@18220000 {
13141252
compatible = "qcom,tcs-drv";
13151253
label = "apps_rsc";

0 commit comments

Comments
 (0)