diff mbox series

[1/2] arm64: dts: qcom: sdm630: Don't use underscores in node names

Message ID 20230116141337.469871-1-konrad.dybcio@linaro.org (mailing list archive)
State Superseded
Commit 305db81657b47cbf041a45aa4c0845ed600e3157
Headers show
Series [1/2] arm64: dts: qcom: sdm630: Don't use underscores in node names | expand

Commit Message

Konrad Dybcio Jan. 16, 2023, 2:13 p.m. UTC
Rename the reserved-memory subnodes such that they don't use
undescores.

Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Konrad Dybcio Jan. 16, 2023, 2:15 p.m. UTC | #1
On 16.01.2023 15:13, Konrad Dybcio wrote:
> Rename the reserved-memory subnodes such that they don't use
> undescores.
> 
> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org>
> ---
Ignore this revision, I didn't click ctrl-c quickly enough..

Konrad
>  arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
> index 0259e90aad1c..763b1df692f2 100644
> --- a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
> +++ b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
> @@ -133,12 +133,12 @@ ramoops@ffc00000 {
>  			status = "okay";
>  		};
>  
> -		debug_region@ffb00000 {
> +		debug@ffb00000 {
>  			reg = <0x00 0xffb00000 0x00 0x100000>;
>  			no-map;
>  		};
>  
> -		removed_region@85800000 {
> +		reserved@85800000 {
>  			reg = <0x00 0x85800000 0x00 0x3700000>;
>  			no-map;
>  		};
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
index 0259e90aad1c..763b1df692f2 100644
--- a/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdm630-sony-xperia-nile.dtsi
@@ -133,12 +133,12 @@  ramoops@ffc00000 {
 			status = "okay";
 		};
 
-		debug_region@ffb00000 {
+		debug@ffb00000 {
 			reg = <0x00 0xffb00000 0x00 0x100000>;
 			no-map;
 		};
 
-		removed_region@85800000 {
+		reserved@85800000 {
 			reg = <0x00 0x85800000 0x00 0x3700000>;
 			no-map;
 		};