Re: [PATCH v3 0/5] Enable miscellaneous hardware blocks to boot WPSS
From: Sibi Sankar <hidden>
Date: 2021-07-19 18:10:33
Also in:
linux-arm-msm, lkml
On 2021-04-29 16:21, Sibi Sankar wrote:
This series enables miscellaneous hardware blocks to boot Wireless Processor Subsystem (WPSS) on SC7280 SoC. V3: * member placement and style changes [Philipp] V2: * place resets and num_resets adjacent to each other [Stephen] * drop incorrect useage of tcsr_mutex_regs [Bjorn] * Qualcomm is expected to drop master/slave naming from its mproc nodes in future SoCs. Sibi Sankar (5): dt-bindings: mailbox: Add WPSS client index to IPCC dt-bindings: reset: aoss: Add AOSS reset controller binding dt-bindings: reset: pdc: Add PDC Global bindings reset: qcom: Add PDC Global reset signals for WPSS
Philipp, Can you pick the reset bindings and the reset driver changes through your tree, Bjorn has picked up the remainder of the series.
arm64: dts: qcom: sc7280: Add nodes to boot WPSS .../devicetree/bindings/reset/qcom,aoss-reset.yaml | 5 + .../devicetree/bindings/reset/qcom,pdc-global.yaml | 4 + arch/arm64/boot/dts/qcom/sc7280.dtsi | 138 +++++++++++++++++++++ drivers/reset/reset-qcom-pdc.c | 62 +++++++-- include/dt-bindings/mailbox/qcom-ipcc.h | 1 + include/dt-bindings/reset/qcom,sdm845-pdc.h | 2 + 6 files changed, 201 insertions(+), 11 deletions(-)
-- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project.