Merge "ARM: dts: msm: Reserve 32kb to dcc on HLOS"

This commit is contained in:
QCTECMDR Service
2024-11-27 20:51:53 -08:00
committed by Gerrit - the friendly Code Review server

View File

@@ -20,12 +20,12 @@
dcc: dcc_v2@100ff000 { dcc: dcc_v2@100ff000 {
compatible = "qcom,dcc-v2"; compatible = "qcom,dcc-v2";
reg = <0x100ff000 0x1000>, reg = <0x100ff000 0x1000>,
<0x10084000 0x4000>; <0x10080000 0x8000>;
qcom,transaction_timeout = <0>; qcom,transaction_timeout = <0>;
reg-names = "dcc-base", "dcc-ram-base"; reg-names = "dcc-base", "dcc-ram-base";
dcc-ram-offset = <0x4000>; dcc-ram-offset = <0x0>;
}; };
mem_dump { mem_dump {