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

Commit f840860e authored by Rohit Vaswani's avatar Rohit Vaswani
Browse files

ARM: dts: Rename model name from Qualcomm to QTI



Qualcomm Technologies, Inc. (QTI) is the actual hardware
manufacturing entity of Qualcomm. Change the model name
to reflect the correct name for all the dts(i) files.
Also, change the board name specified in the machine
macros and module descriptions.

Change-Id: I1f946a02421556f702ca40f5c3c18ec7faac346b
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent c77af294
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -16,7 +16,7 @@
#include "msm8226-720p-cdp.dtsi"

/ {
	model = "Qualcomm APQ 8026 CDP";
	model = "Qualcomm Technologies, Inc. APQ 8026 CDP";
	compatible = "qcom,apq8026-cdp", "qcom,apq8026", "qcom,cdp";
	qcom,board-id = <1 0>;
};
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -16,7 +16,7 @@
#include "msm8226-720p-mtp.dtsi"

/ {
	model = "Qualcomm APQ 8026 MTP";
	model = "Qualcomm Technologies, Inc. APQ 8026 MTP";
	compatible = "qcom,apq8026-mtp", "qcom,apq8026", "qcom,mtp";
	qcom,board-id = <8 0>;
};
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
#include "msm8226-720p-cdp.dtsi"

/ {
	model = "Qualcomm APQ 8026W CDP";
	model = "Qualcomm Technologies, Inc. APQ 8026W CDP";
	compatible = "qcom,apq8026-cdp", "qcom,apq8026", "qcom,cdp";
	qcom,board-id = <1 4>;
};
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
#include "msm8226-720p-mtp.dtsi"

/ {
	model = "Qualcomm APQ 8026W MTP";
	model = "Qualcomm Technologies, Inc. APQ 8026W MTP";
	compatible = "qcom,apq8026-mtp", "qcom,apq8026", "qcom,mtp";
	qcom,board-id = <8 4>;
};
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
/* Copyright (c) 2013-2014 The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -16,7 +16,7 @@
#include "msm8226-720p-cdp.dtsi"

/ {
	model = "Qualcomm APQ 8026 XPM";
	model = "Qualcomm Technologies, Inc. APQ 8026 XPM";
	compatible = "qcom,apq8026-xpm", "qcom,apq8026", "qcom,xpm";
	qcom,board-id = <14 0>;
};
Loading