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

Commit 8a87752a authored by Kavya Nunna's avatar Kavya Nunna Committed by Gerrit - the friendly Code Review server
Browse files

arm: dts: msm: Update pmic revid and board-id for sdm450+pmi632



currently, revid of pmi632 and board id are not present in
sdm450-pmi632.dts updating values for the same.

Change-Id: I4ddde1016cad8136e475c0212895d8f6d4439012
Signed-off-by: default avatarKavya Nunna <knunna@codeaurora.org>
parent d5dbeafe
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
/*
 * Copyright (c) 2018, The Linux Foundation. All rights reserved.
 * Copyright (c) 2018-2019, 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
@@ -19,6 +19,8 @@
/ {
	model = "Qualcomm Technologies, Inc. SDM450 + PMI632 SOC";
	compatible = "qcom,sdm450";
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
	qcom,board-id = <8 3>;
	qcom,pmic-id = <0x010016 0x10025 0x0 0x0>,
			<0x010016 0x20025 0x0 0x0>;
	qcom,pmic-name = "PMI632";
};