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

Commit fbbfb7f9 authored by Umang Agrawal's avatar Umang Agrawal Committed by Tirupathi Reddy
Browse files

ARM: dts: msm: Add PMI632 devices for SDM450-PMI632 boards



Add PMI632 devices and remove PMI8950 device references as
SDM450-PMI632 board does not contain PMI8950. Also disable pm8953
typec driver.

CRs-Fixed: 2164562
Change-Id: Iea5b7da7796253f457cdf30a6456c5e4ce64bb26
Signed-off-by: default avatarUmang Agrawal <uagrawal@codeaurora.org>
Signed-off-by: default avatarTirupathi Reddy <tirupath@codeaurora.org>
parent 846f2b72
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@
					<0x2 0xc4 0 IRQ_TYPE_NONE>,
					<0x2 0xc5 0 IRQ_TYPE_NONE>,
					<0x2 0xc6 0 IRQ_TYPE_NONE>,
					<0x2 0xc7 0 IRQ_TYPE_NONE>,
					<0x2 0xc7 0 IRQ_TYPE_NONE>;
			interrupt-names = "pmi632_gpio2", "pmi632_gpio3",
					"pmi632_gpio4", "pmi632_gpio5",
					"pmi632_gpio6", "pmi632_gpio7",
@@ -71,6 +71,7 @@
			reg = <0x5700 0x100>;
			qcom,vib-ldo-volt-uv = <1504000>;
			qcom,vib-overdrive-volt-uv = <3544000>;
			status = "disabled";
		};

		pmi632_pwm_1: pwm@b300 {
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

#include "sdm450.dtsi"
#include "sdm450-pmi632-cdp-s2.dtsi"
#include "sdm450-pmi632.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM450 + PMI632 CDP S2";
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

#include "sdm450.dtsi"
#include "sdm450-pmi632-mtp-s3.dtsi"
#include "sdm450-pmi632.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM450 + PMI632 MTP S3";
+23 −0
Original line number Diff line number Diff line
/*
 * Copyright (c) 2017-2018, 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
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */

#include "pmi632.dtsi"

&spmi_bus {
	/delete-node/ qcom,pmi8950@2;
	/delete-node/ qcom,pmi8950@3;
};

&pm8953_typec {
	status = "disabled";
};
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@

#include "sdm450.dtsi"
#include "sdm450-qrd-sku4.dtsi"
#include "sdm450-pmi632.dtsi"

/ {
	model = "Qualcomm Technologies, Inc. SDM450 + PMI632 QRD SKU4";