projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81924ec
)
ARM: dts: qcom: msm8926-htc-memul: Add rmtfs memory node
author
Luca Weiss
<luca@z3ntu.xyz>
Sun, 21 Jan 2024 10:21:54 +0000
(11:21 +0100)
committer
Bjorn Andersson
<andersson@kernel.org>
Sun, 28 Jan 2024 02:26:12 +0000
(20:26 -0600)
Add the rmtfs-mem node which was part of one of the "unknown" memory
reservation. Split that one, make sure the reserved-memory in total
still covers the same space.
Signed-off-by: Luca Weiss <luca@z3ntu.xyz>
Link:
https://lore.kernel.org/r/20240121-memul-rmtfs-v1-1-e9da29b1f856@z3ntu.xyz
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts
patch
|
blob
|
history
diff --git
a/arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts
b/arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts
index ed328b24335f4bbaa342a8f47abf15ffb33eb261..3037344eb24055071cc77c9cfce0f1d0f95de921 100644
(file)
--- a/
arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts
+++ b/
arch/arm/boot/dts/qcom/qcom-msm8926-htc-memul.dts
@@
-107,7
+107,20
@@
};
unknown@fb00000 {
- reg = <0x0fb00000 0x1b00000>;
+ reg = <0x0fb00000 0x280000>;
+ no-map;
+ };
+
+ rmtfs@fd80000 {
+ compatible = "qcom,rmtfs-mem";
+ reg = <0x0fd80000 0x180000>;
+ no-map;
+
+ qcom,client-id = <1>;
+ };
+
+ unknown@ff00000 {
+ reg = <0x0ff00000 0x1700000>;
no-map;
};
};