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

Commit 343029ca authored by David Collins's avatar David Collins Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: add PMIC slave devices for sdm845 RUMI platform



Add devices on the SPMI bus for each of the PMIC SPMI slaves for
PM8998, PMI8998, and PM8005.

Change-Id: I75865fd3d24436d73a0130f55b21712e3e1ea4eb
Signed-off-by: default avatarDavid Collins <collinsd@codeaurora.org>
parent ef3dd9cd
Loading
Loading
Loading
Loading
+47 −1
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
@@ -10,6 +10,8 @@
 * GNU General Public License for more details.
 */

#include <dt-bindings/spmi/spmi.h>

&ufsphy_mem {
	compatible = "qcom,ufs-phy-qrbtc-sdm845";

@@ -63,6 +65,50 @@
	};
};

&spmi_bus {
	qcom,pm8998@0 {
		compatible ="qcom,spmi-pmic";
		reg = <0x0 SPMI_USID>;
		#address-cells = <2>;
		#size-cells = <0>;
	};

	qcom,pm8998@1 {
		compatible ="qcom,spmi-pmic";
		reg = <0x1 SPMI_USID>;
		#address-cells = <2>;
		#size-cells = <0>;
	};

	qcom,pmi8998@2 {
		compatible = "qcom,spmi-pmic";
		reg = <0x2 SPMI_USID>;
		#address-cells = <2>;
		#size-cells = <0>;
	};

	qcom,pmi8998@3 {
		compatible ="qcom,spmi-pmic";
		reg = <0x3 SPMI_USID>;
		#address-cells = <2>;
		#size-cells = <0>;
	};

	qcom,pm8005@4 {
		compatible = "qcom,spmi-pmic";
		reg = <0x4 SPMI_USID>;
		#address-cells = <2>;
		#size-cells = <0>;
	};

	qcom,pm8005@5 {
		compatible ="qcom,spmi-pmic";
		reg = <0x5 SPMI_USID>;
		#address-cells = <2>;
		#size-cells = <0>;
	};
};

&ufsphy_card {
	compatible = "qcom,ufs-phy-qrbtc-sdm845";