Hi,
Patches are mostly independent, so they can go via:
1. Qualcomm SoC (dt-bindings/soc: + arm64)
2. remoteproc (dt-bindings).
Changes since v1
================
1. Add review tags
2. Patch 8: Remove ref from label (Rob)
Best regards,
Krzysztof
Krzysztof Kozlowski (12):
dt-bindings: soc: qcom,wcnss: remove unneeded ref for names
dt-bindings: remoteproc: remove unneeded ref for names
dt-bindings: remoteproc: qcom,adsp: add interconnects
dt-bindings: remoteproc: qcom,adsp: simplify interrupts
dt-bindings: remoteproc: qcom,adsp: simplify SM8150 power domains
dt-bindings: remoteproc: qcom,adsp: use GIC_SPI defines in example
dt-bindings: remoteproc: qcom,glink-edge: define re-usable schema for
glink-edge
dt-bindings: remoteproc: qcom,smd-edge: define re-usable schema for
smd-edge
arm64: dts: qcom: ipq6018: add label to remoteproc node
arm64: dts: qcom: sdm630: remove unneeded address/size cells in
glink-edge
arm64: dts: qcom: sm8350: remove duplicated glink-edge interrupt
arm64: dts: qcom: sm8450: remove duplicated glink-edge interrupt
.../bindings/remoteproc/qcom,adsp.yaml | 74 ++++++----------
.../bindings/remoteproc/qcom,glink-edge.yaml | 72 ++++++++++++++++
.../remoteproc/qcom,qcs404-cdsp-pil.yaml | 1 -
.../remoteproc/qcom,sc7280-wpss-pil.yaml | 21 ++---
.../remoteproc/qcom,sdm845-adsp-pil.yaml | 1 -
.../bindings/remoteproc/qcom,smd-edge.yaml | 85 +++++++++++++++++++
.../bindings/soc/qcom/qcom,smd.yaml | 53 +-----------
.../bindings/soc/qcom/qcom,wcnss.yaml | 1 -
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 1 +
arch/arm64/boot/dts/qcom/sdm630.dtsi | 2 -
arch/arm64/boot/dts/qcom/sm8350.dtsi | 1 -
arch/arm64/boot/dts/qcom/sm8450.dtsi | 1 -
12 files changed, 193 insertions(+), 120 deletions(-)
create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,glink-edge.yaml
create mode 100644 Documentation/devicetree/bindings/remoteproc/qcom,smd-edge.yaml
--
2.32.0
SM8350 ADSP Peripheral Image Loader already defines interconnects, so
document the property:
sm8350-hdk.dtb: remoteproc@4080000: 'interconnects' does not match any of the regexes: 'pinctrl-[0-9]+'
Signed-off-by: Krzysztof Kozlowski <[email protected]>
---
Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
index 810ef9d2bcc1..6e1fdfe91043 100644
--- a/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
+++ b/Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml
@@ -67,6 +67,9 @@ properties:
minItems: 1
maxItems: 8
+ interconnects:
+ maxItems: 1
+
interrupts:
minItems: 5
maxItems: 6
--
2.32.0
On Tue, 17 May 2022 09:01:04 +0200, Krzysztof Kozlowski wrote:
> SM8350 ADSP Peripheral Image Loader already defines interconnects, so
> document the property:
>
> sm8350-hdk.dtb: remoteproc@4080000: 'interconnects' does not match any of the regexes: 'pinctrl-[0-9]+'
>
> Signed-off-by: Krzysztof Kozlowski <[email protected]>
> ---
> Documentation/devicetree/bindings/remoteproc/qcom,adsp.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>
Acked-by: Rob Herring <[email protected]>
On 17/05/2022 09:01, Krzysztof Kozlowski wrote:
> Hi,
>
> Patches are mostly independent, so they can go via:
> 1. Qualcomm SoC (dt-bindings/soc: + arm64)
> 2. remoteproc (dt-bindings).
>
> Changes since v1
> ================
> 1. Add review tags
> 2. Patch 8: Remove ref from label (Rob)
>
Hey folks!
It has been a month since this patchset was sent.
The bindings part have Rob's ack. Maybe the remote-proc should go via DT
tree? Even if that happens, still the DTS wait for the same amount of
time... so not sure what to do here. Shall I pick it up as well?
Best regards,
Krzysztof
On Tue, 17 May 2022 09:01:01 +0200, Krzysztof Kozlowski wrote:
> Patches are mostly independent, so they can go via:
> 1. Qualcomm SoC (dt-bindings/soc: + arm64)
> 2. remoteproc (dt-bindings).
>
> Changes since v1
> ================
> 1. Add review tags
> 2. Patch 8: Remove ref from label (Rob)
>
> [...]
Applied, thanks!
[09/12] arm64: dts: qcom: ipq6018: add label to remoteproc node
commit: f0b255b4f012055ab12137ecc1b68dfe12b06107
[10/12] arm64: dts: qcom: sdm630: remove unneeded address/size cells in glink-edge
commit: dc74f89e3281f9ea5669831db05d56db0555ced2
[11/12] arm64: dts: qcom: sm8350: remove duplicated glink-edge interrupt
commit: 140488b46b96aed232fc5e911a4455ec6e441177
[12/12] arm64: dts: qcom: sm8450: remove duplicated glink-edge interrupt
commit: c372baf317f4e10e67b81594cc38607549557a93
Best regards,
--
Bjorn Andersson <[email protected]>