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

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

ARM: dts: msm: Add board-id for fsm9900



The board-id is now required on the fsm9900 targets.

Change-Id: I300fd475354ff4c4f1052365240857eea7b22126
Acked-by: default avatarJennifer L. Zenner <jzenner@qti.qualcomm.com>
Signed-off-by: default avatarRohit Vaswani <rvaswani@codeaurora.org>
parent 97d5ac84
Loading
Loading
Loading
Loading
+7 −6
Original line number Diff line number Diff line
@@ -17,12 +17,13 @@
/ {
	model = "Qualcomm FSM9900 CDP";
	compatible = "qcom,fsm9900-cdp", "qcom,fsm9900", "qcom,cdp";
	qcom,msm-id = <188 1 0>,
		      <189 1 0>,
		      <190 1 0>,
		      <191 1 0>,
		      <192 1 0>,
		      <193 1 0>;
	qcom,msm-id = <188 0x10000>,
		      <189 0x10000>,
		      <190 0x10000>,
		      <191 0x10000>,
		      <192 0x10000>,
		      <193 0x10000>;
	qcom,board-id = <0x00ffff01 0>;

	aliases {
		serial0 = &uart0;
+7 −6
Original line number Diff line number Diff line
@@ -17,12 +17,13 @@
/ {
	model = "Qualcomm FSM9900 MTP";
	compatible = "qcom,fsm9900-mtp", "qcom,fsm9900", "qcom,mtp";
	qcom,msm-id = <188 8 0>,
		      <189 8 0>,
		      <190 8 0>,
		      <191 8 0>,
		      <192 8 0>,
		      <193 8 0>;
	qcom,msm-id = <188 0x10000>,
		      <189 0x10000>,
		      <190 0x10000>,
		      <191 0x10000>,
		      <192 0x10000>,
		      <193 0x10000>;
	qcom,board-id = <0x00ffff08 0>;

	aliases {
		serial0 = &uart0;