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

Commit 556030b7 authored by Vinay Sudra's avatar Vinay Sudra
Browse files

ARM: dts: msm: Add spmi device tree node for sa6155p

Add spmi pmic and its dependent device tree node to support
SA6155P for automotive platforms.

Change-Id: Ic2c63ea8b25fbbe058adbffdb2661bf1396cbcbd
parent 9983dba1
Loading
Loading
Loading
Loading

qcom/pm6155-vm.dtsi

0 → 100644
+21 −0
Original line number Diff line number Diff line
#include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/spmi/spmi.h>
#include <dt-bindings/iio/qcom,spmi-vadc.h>

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

		pm6155_1_gpios: pinctrl@c000 {
			compatible = "qcom,pm8150-gpio";
			reg = <0xc000>;
			gpio-controller;
			#gpio-cells = <2>;
			interrupt-controller;
			#interrupt-cells = <2>;
		};
	};
};