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

Commit 10268262 authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

ARM: dts: msm: Change pmi8950 major version for mtp of 8937



MTP platform supports pmi8950 major version of v1 and v2,
so change pmi major version to v1 in dts. Bootloader can
choose the best match or nearest match DTB, So that devices
with PMI8950 v1.0/v2.0 boots up.

Change-Id: Ib35d139f753edc8c5a18e41bf366bf02fe65e4ab
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 63bc4524
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2015, The Linux Foundation. All rights reserved.
 * Copyright (c) 2015-2016, 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
@@ -21,5 +21,5 @@
	model = "Qualcomm Technologies, Inc. MSM8937-PMI8950 MTP";
	compatible = "qcom,msm8937-mtp", "qcom,msm8937", "qcom,mtp";
	qcom,board-id= <8 0>;
	qcom,pmic-id = <0x10019 0x020011 0x0 0x0>;
	qcom,pmic-id = <0x10019 0x010011 0x0 0x0>;
};