mbox series

[v2,0/2] Add RPMH power-domain node for SC7180 SoCs

Message ID 20191220064823.6115-1-sibis@codeaurora.org (mailing list archive)
Headers show
Series Add RPMH power-domain node for SC7180 SoCs | expand

Message

Sibi Sankar Dec. 20, 2019, 6:48 a.m. UTC
This patch series converts the RPMH/RPM power-domain bindings to yaml and
adds the RPMH power-domain device node for SC7180 SoCs.

V2:
 * Addressed Stephen's review comments
 * Added "Reviewed-by" from Stephen and Rajendra

Sibi Sankar (2):
  dt-bindings: power: rpmpd: Convert rpmpd bindings to yaml
  arm64: dts: qcom: sc7180: Add rpmh power-domain node

 .../devicetree/bindings/power/qcom,rpmpd.txt  | 150 ----------------
 .../devicetree/bindings/power/qcom,rpmpd.yaml | 170 ++++++++++++++++++
 arch/arm64/boot/dts/qcom/sc7180.dtsi          |  55 ++++++
 3 files changed, 225 insertions(+), 150 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/power/qcom,rpmpd.txt
 create mode 100644 Documentation/devicetree/bindings/power/qcom,rpmpd.yaml