diff mbox series

arm64: dts: qocm: sdx75: align smem node name with coding style

Message ID 20240426123101.500676-1-krzysztof.kozlowski@linaro.org
State New
Headers show
Series arm64: dts: qocm: sdx75: align smem node name with coding style | expand

Commit Message

Krzysztof Kozlowski April 26, 2024, 12:31 p.m. UTC
Node names should not have vendor prefixes.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
---
 arch/arm64/boot/dts/qcom/sdx75.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sdx75.dtsi b/arch/arm64/boot/dts/qcom/sdx75.dtsi
index f58da999a72d..b8b80127079e 100644
--- a/arch/arm64/boot/dts/qcom/sdx75.dtsi
+++ b/arch/arm64/boot/dts/qcom/sdx75.dtsi
@@ -405,7 +405,7 @@  hyp_smmu_s2_pt_mem: hyp-smmu-s2-pt@bfc00000 {
 		};
 	};
 
-	smem: qcom,smem {
+	smem: smem {
 		compatible = "qcom,smem";
 		memory-region = <&smem_mem>;
 		hwlocks = <&tcsr_mutex 3>;