Skip to content

Commit 305db81

Browse files
konradybcioandersson
authored andcommitted
arm64: dts: qcom: sdm630-nile: Don't use underscores in node names
Rename the reserved-memory subnodes such that they don't use undescores. Signed-off-by: Konrad Dybcio <[email protected]> Signed-off-by: Bjorn Andersson <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 26c5aa5 commit 305db81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,12 +133,12 @@
133133
status = "okay";
134134
};
135135

136-
debug_region@ffb00000 {
136+
debug@ffb00000 {
137137
reg = <0x00 0xffb00000 0x00 0x100000>;
138138
no-map;
139139
};
140140

141-
removed_region@85800000 {
141+
reserved@85800000 {
142142
reg = <0x00 0x85800000 0x00 0x3700000>;
143143
no-map;
144144
};

0 commit comments

Comments
 (0)