diff mbox series

[05/21] arm64: dts: qcom: msm8994: Rename the smem node and remove its unit address

Message ID 20200620144639.335093-6-konradybcio@gmail.com
State New
Headers show
Series None | expand

Commit Message

Konrad Dybcio June 20, 2020, 2:46 p.m. UTC
Change the way smem node is described to match other upstream device
trees. The previous style was used in downstream kernels.

Signed-off-by: Konrad Dybcio <konradybcio@gmail.com>
---
 arch/arm64/boot/dts/qcom/msm8994.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/msm8994.dtsi b/arch/arm64/boot/dts/qcom/msm8994.dtsi
index 0e8cf7e3dd85..5206605d3bad 100644
--- a/arch/arm64/boot/dts/qcom/msm8994.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8994.dtsi
@@ -308,7 +308,7 @@  tcsr_mutex: hwlock {
 		#hwlock-cells = <1>;
 	};
 
-	qcom,smem@6a00000 {
+	smem {
 		compatible = "qcom,smem";
 		memory-region = <&smem_mem>;
 		hwlocks = <&tcsr_mutex 3>;