diff mbox

[v3,3/6] ARM: qcom: add IPQ4019 compatible match

Message ID 1447975173-29485-4-git-send-email-mmcclint@qca.qualcomm.com (mailing list archive)
State Rejected, archived
Delegated to: Andy Gross
Headers show

Commit Message

Matthew McClintock Nov. 19, 2015, 11:19 p.m. UTC
From: Matthew McClintock <mmcclint@codeaurora.org>

This will select qcom board type when the machine compatible is
qcom,ipq4019.

Signed-off-by: Matthew McClintock <mmcclint@codeaurora.org>
---
 arch/arm/mach-qcom/board.c | 1 +
 1 file changed, 1 insertion(+)

Comments

Stephen Boyd Feb. 8, 2016, 10:46 p.m. UTC | #1
On 11/19, Matthew McClintock wrote:
> diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c
> index 6d8bbf7..b52a6bc 100644
> --- a/arch/arm/mach-qcom/board.c
> +++ b/arch/arm/mach-qcom/board.c
> @@ -18,6 +18,7 @@ static const char * const qcom_dt_match[] __initconst = {
>  	"qcom,apq8064",
>  	"qcom,apq8074-dragonboard",
>  	"qcom,apq8084",
> +	"qcom,ipq4019",
>  	"qcom,ipq8062",
>  	"qcom,ipq8064",
>  	"qcom,msm8660-surf",

This change is entirely unnecessary because we can match the
default DT descriptor instead.
diff mbox

Patch

diff --git a/arch/arm/mach-qcom/board.c b/arch/arm/mach-qcom/board.c
index 6d8bbf7..b52a6bc 100644
--- a/arch/arm/mach-qcom/board.c
+++ b/arch/arm/mach-qcom/board.c
@@ -18,6 +18,7 @@  static const char * const qcom_dt_match[] __initconst = {
 	"qcom,apq8064",
 	"qcom,apq8074-dragonboard",
 	"qcom,apq8084",
+	"qcom,ipq4019",
 	"qcom,ipq8062",
 	"qcom,ipq8064",
 	"qcom,msm8660-surf",