Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e53e7cab authored by Vijaykumar Badiger's avatar Vijaykumar Badiger Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: fix machine display name



The machine name was not getting shown properly due
to duplicate names in the overlay file.

Change-Id: I191d9e81814b3daff29c779dca2a1b0528127487
Signed-off-by: default avatarVijaykumar Badiger <vbadig@codeaurora.org>
parent c3179e5f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
#include "sa8150-adp-star.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SA8150 ADP-STAR";
	model = "ADP-STAR";
	compatible = "qcom,sa8150-adp-star", "qcom,sa8150",
		"qcom,adp-star";
	qcom,board-id = <25 0>;
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@

/ {
	model = "Qualcomm Technologies, Inc. SA8150";
	compatible = "qcom,sa8150";
	qcom,msm-name = "SA8150";
	qcom,msm-id = <362 0x10000>;
};