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

Commit 66b36fdc authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

dt-bindings: soc: qcom: Add DT bindings for QTI PBS driver



QTI PBS (Programmable Boot Sequence) driver helps triggering
certain PBS on QTI PMICs when available for APPS.

This snapshot is taken as of msm-4.14
commit 9bb584ae3a9d ("msm/sde/rotator: Add rev checks for sdmmagpie").

Change-Id: I9148ff20220b998b1634fb9c26d462b2a25d6586
Signed-off-by: default avatarSubbaraman Narayanamurthy <subbaram@codeaurora.org>
parent 322bb329
Loading
Loading
Loading
Loading
+30 −0
Original line number Diff line number Diff line
QPNP PBS

QPNP (Qualcomm Technologies, Inc. Plug N Play) PBS is programmable boot sequence
and this driver is for helping the client drivers triggering such sequence
to be configured in PMIC.

This document describes the bindings for QPNP PBS driver.

=======================
Required Node Structure
=======================

- compatible
	Usage:      required
	Value type: <string>
	Definition: should be "qcom,qpnp-pbs".

- reg
	Usage:      required
	Value type: <prop-encoded-array>
	Definition:  Base address of the PBS registers.


=======
Example
=======
	pm660l_pbs: qcom,pbs@7300 {
		compatible = "qcom,qpnp-pbs";
		reg = <0x7300 0x100>;
	};