Skip to content

Commit 6615713

Browse files
lweiss-fairphoneandersson
authored andcommitted
arm64: dts: qcom: sc7280: Rename reserved-memory nodes
It was clarified a while ago that reserved-memory nodes shouldn't be called memory@ but should have a descriptive name. Update sc7280.dtsi to follow that. Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Signed-off-by: Luca Weiss <luca.weiss@fairphone.com> Link: https://lore.kernel.org/r/20231208-sc7280-remoteprocs-v3-3-6aa394d33edf@fairphone.com Signed-off-by: Bjorn Andersson <andersson@kernel.org>
1 parent 419618b commit 6615713

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

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

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -92,53 +92,53 @@
9292
#size-cells = <2>;
9393
ranges;
9494

95-
wlan_ce_mem: memory@4cd000 {
95+
wlan_ce_mem: wlan-ce@4cd000 {
9696
no-map;
9797
reg = <0x0 0x004cd000 0x0 0x1000>;
9898
};
9999

100-
hyp_mem: memory@80000000 {
100+
hyp_mem: hyp@80000000 {
101101
reg = <0x0 0x80000000 0x0 0x600000>;
102102
no-map;
103103
};
104104

105-
xbl_mem: memory@80600000 {
105+
xbl_mem: xbl@80600000 {
106106
reg = <0x0 0x80600000 0x0 0x200000>;
107107
no-map;
108108
};
109109

110-
aop_mem: memory@80800000 {
110+
aop_mem: aop@80800000 {
111111
reg = <0x0 0x80800000 0x0 0x60000>;
112112
no-map;
113113
};
114114

115-
aop_cmd_db_mem: memory@80860000 {
115+
aop_cmd_db_mem: aop-cmd-db@80860000 {
116116
reg = <0x0 0x80860000 0x0 0x20000>;
117117
compatible = "qcom,cmd-db";
118118
no-map;
119119
};
120120

121-
reserved_xbl_uefi_log: memory@80880000 {
121+
reserved_xbl_uefi_log: xbl-uefi-res@80880000 {
122122
reg = <0x0 0x80884000 0x0 0x10000>;
123123
no-map;
124124
};
125125

126-
sec_apps_mem: memory@808ff000 {
126+
sec_apps_mem: sec-apps@808ff000 {
127127
reg = <0x0 0x808ff000 0x0 0x1000>;
128128
no-map;
129129
};
130130

131-
smem_mem: memory@80900000 {
131+
smem_mem: smem@80900000 {
132132
reg = <0x0 0x80900000 0x0 0x200000>;
133133
no-map;
134134
};
135135

136-
cpucp_mem: memory@80b00000 {
136+
cpucp_mem: cpucp@80b00000 {
137137
no-map;
138138
reg = <0x0 0x80b00000 0x0 0x100000>;
139139
};
140140

141-
wlan_fw_mem: memory@80c00000 {
141+
wlan_fw_mem: wlan-fw@80c00000 {
142142
reg = <0x0 0x80c00000 0x0 0xc00000>;
143143
no-map;
144144
};
@@ -148,7 +148,7 @@
148148
no-map;
149149
};
150150

151-
video_mem: memory@8b200000 {
151+
video_mem: video@8b200000 {
152152
reg = <0x0 0x8b200000 0x0 0x500000>;
153153
no-map;
154154
};
@@ -158,7 +158,7 @@
158158
no-map;
159159
};
160160

161-
ipa_fw_mem: memory@8b700000 {
161+
ipa_fw_mem: ipa-fw@8b700000 {
162162
reg = <0 0x8b700000 0 0x10000>;
163163
no-map;
164164
};
@@ -168,7 +168,7 @@
168168
no-map;
169169
};
170170

171-
rmtfs_mem: memory@9c900000 {
171+
rmtfs_mem: rmtfs@9c900000 {
172172
compatible = "qcom,rmtfs-mem";
173173
reg = <0x0 0x9c900000 0x0 0x280000>;
174174
no-map;

0 commit comments

Comments
 (0)