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

Commit 94f25ef2 authored by Jeevan Shriram's avatar Jeevan Shriram
Browse files

ARM: dts: msm: Add support for 512 MB DDR on sdxhedgehog



Update device tree entries to support sdxhedgehog devices
with 512 MB DDR.

Change-Id: Icad0812b37806b85cf3e3b06417d89328f3702fd
Signed-off-by: default avatarJeevan Shriram <jshriram@codeaurora.org>
parent a1c3a94c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2017, 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
@@ -18,7 +18,7 @@
	model = "Qualcomm Technologies, Inc. SDX HEDGEHOG CDP (eMMC)";
	compatible = "qcom,sdxhedgehog-cdp", "qcom,sdxhedgehog",
		     "qcom,cdp";
	qcom,board-id = <1 0x00030000>;
	qcom,board-id = <1 0x00030000>, <1 0x00030100>;

	qcom,rmtfs_sharedmem@0 {
		compatible = "qcom,sharedmem-uio";
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2017, 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
@@ -18,7 +18,7 @@
	model = "Qualcomm Technologies, Inc. SDX HEDGEHOG MTP (eMMC)";
	compatible = "qcom,sdxhedgehog-mtp", "qcom,sdxhedgehog",
		     "qcom,mtp";
	qcom,board-id = <8 0x00030000>;
	qcom,board-id = <8 0x00030000>, <8 0x00030100>;

	qcom,rmtfs_sharedmem@0 {
		compatible = "qcom,sharedmem-uio";
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2017, 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
@@ -18,7 +18,7 @@
	model = "Qualcomm Technologies, Inc. SDX HEDGEHOG CDP (NAND)";
	compatible = "qcom,sdxhedgehog-cdp", "qcom,sdxhedgehog",
		     "qcom,cdp";
	qcom,board-id = <1 0x0>;
	qcom,board-id = <1 0x0>, <1 0x100>;
};

&qnand_1 {
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
	model = "Qualcomm Technologies, Inc. SDX HEDGEHOG CDP - DWIFI";
	compatible = "qcom,sdxhedgehog-cdp", "qcom,sdxhedgehog",
		     "qcom,cdp";
	qcom,board-id = <1 0x2>;
	qcom,board-id = <1 0x2>, <1 0x102>;
};

&qnand_1 {
+2 −2
Original line number Diff line number Diff line
/* Copyright (c) 2016, The Linux Foundation. All rights reserved.
/* Copyright (c) 2016-2017, 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
@@ -18,5 +18,5 @@
	model = "Qualcomm Technologies, Inc. SDX HEDGEHOG MTP - DWIFI";
	compatible = "qcom,sdxhedgehog-mtp", "qcom,sdxhedgehog",
		     "qcom,mtp";
	qcom,board-id = <8 3>;
	qcom,board-id = <8 3>, <8 0x103>;
};
Loading