mirror of
https://github.com/Evolution-X-Devices/kernel_xiaomi_sm8450-devicetrees
synced 2026-02-01 08:51:30 +00:00
dt-bindings: soc: qcom: add bindings for QTI PBS devices
Qualcomm Technologies, Inc. (QTI) Programmable Boot Sequence (PBS) devices help triggering certain PBS on QTI PMICs when available for APPS. Change-Id: I9148ff20220b998b1634fb9c26d462b2a25d6586
This commit is contained in:
30
bindings/soc/qcom/qpnp-pbs.txt
Normal file
30
bindings/soc/qcom/qpnp-pbs.txt
Normal file
@@ -0,0 +1,30 @@
|
||||
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>;
|
||||
};
|
||||
Reference in New Issue
Block a user