[PATCH v5 1/2] regulator: dt-bindings: add QCOM RPMh regulator bindings
From: robh@kernel.org (Rob Herring)
Date: 2018-06-04 14:56:17
Also in:
linux-arm-msm, linux-devicetree, lkml
From: robh@kernel.org (Rob Herring)
Date: 2018-06-04 14:56:17
Also in:
linux-arm-msm, linux-devicetree, lkml
On Fri, Jun 01, 2018 at 06:34:05PM -0700, David Collins wrote:
Introduce bindings for RPMh regulator devices found on some Qualcomm Technlogies, Inc. SoCs. These devices allow a given processor within the SoC to make PMIC regulator requests which are aggregated within the RPMh hardware block along with requests from other processors in the SoC to determine the final PMIC regulator hardware state. Signed-off-by: David Collins <redacted> --- .../bindings/regulator/qcom,rpmh-regulator.txt | 160 +++++++++++++++++++++ .../dt-bindings/regulator/qcom,rpmh-regulator.h | 36 +++++ 2 files changed, 196 insertions(+) create mode 100644 Documentation/devicetree/bindings/regulator/qcom,rpmh-regulator.txt create mode 100644 include/dt-bindings/regulator/qcom,rpmh-regulator.h
Reviewed-by: Rob Herring <robh@kernel.org>