Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1274495

[PATCH v2 3/5] arm: dts: qcom: Update ifc6540 compat for qcom boot format

From Stephen Boyd <sboyd@codeaurora.org>
Newsgroups linux.kernel
Subject [PATCH v2 3/5] arm: dts: qcom: Update ifc6540 compat for qcom boot format
Date 2015-11-21 00:40 +0100
Message-ID <qx3rA-5CJ-19@gated-at.bofh.it> (permalink)
References <qx3rz-5CJ-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


The ifc6540 is an sbc (single board computer) board, so update
the compatible field accordingly.

Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
---
 arch/arm/boot/dts/qcom-apq8084-ifc6540.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-apq8084-ifc6540.dts b/arch/arm/boot/dts/qcom-apq8084-ifc6540.dts
index c9c2b769554f..32aaa9d45228 100644
--- a/arch/arm/boot/dts/qcom-apq8084-ifc6540.dts
+++ b/arch/arm/boot/dts/qcom-apq8084-ifc6540.dts
@@ -3,7 +3,7 @@
 
 / {
 	model = "Qualcomm APQ8084/IFC6540";
-	compatible = "qcom,apq8084-ifc6540", "qcom,apq8084";
+	compatible = "qcom,apq8084-sbc", "qcom,apq8084";
 
 	aliases {
 		serial0 = &blsp2_uart2;
-- 
The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,
a Linux Foundation Collaborative Project

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH v2 0/5] Remove the need for qcom,{msm-id,board-id,pmic-id} Stephen Boyd <sboyd@codeaurora.org> - 2015-11-21 00:40 +0100
  [PATCH v2 3/5] arm: dts: qcom: Update ifc6540 compat for qcom boot format Stephen Boyd <sboyd@codeaurora.org> - 2015-11-21 00:40 +0100
  [PATCH v2 1/5] devicetree: bindings: Document qcom board compatible format Stephen Boyd <sboyd@codeaurora.org> - 2015-11-21 00:40 +0100
    Re: [PATCH v2 1/5] devicetree: bindings: Document qcom board  compatible format Rob Herring <robh@kernel.org> - 2015-11-22 21:50 +0100
      Re: [PATCH v2 1/5] devicetree: bindings: Document qcom board  compatible format Stephen Boyd <sboyd@codeaurora.org> - 2015-11-24 01:50 +0100
  [PATCH v2 2/5] arm64: dts: qcom: Make msm8916-mtp compatible string compliant Stephen Boyd <sboyd@codeaurora.org> - 2015-11-21 00:40 +0100
  [PATCH v2 4/5] arm64: dts: qcom: Alias pm8916 on msm8916 devices Stephen Boyd <sboyd@codeaurora.org> - 2015-11-21 00:40 +0100
  [PATCH v2 5/5] arm: dts: qcom: Add aliases for PMICs Stephen Boyd <sboyd@codeaurora.org> - 2015-11-21 00:40 +0100

csiph-web