RE: [PATCH v7 2/3] dt-bindings: remoteproc: qcom: Add SC7280 WPSS support
From: <hidden>
Date: 2021-10-29 10:46:36
Also in:
linux-arm-msm, linux-remoteproc, lkml
From: <hidden>
Date: 2021-10-29 10:46:36
Also in:
linux-arm-msm, linux-remoteproc, lkml
-----Original Message----- From: Stephen Boyd <redacted> Sent: Friday, October 29, 2021 3:38 AM To: Rakesh Pillai <redacted>; agross@kernel.org; bjorn.andersson@linaro.org; mathieu.poirier@linaro.org; ohad@wizery.com; p.zabel@pengutronix.de; robh+dt@kernel.org Cc: linux-arm-msm@vger.kernel.org; linux-remoteproc@vger.kernel.org; devicetree@vger.kernel.org; linux-kernel@vger.kernel.org; sibis@codeaurora.org; mpubbise@codeaurora.org; kuabhs@chromium.org Subject: Re: [PATCH v7 2/3] dt-bindings: remoteproc: qcom: Add SC7280 WPSS supportquoted
+ + glink-edge { + interrupts-extended = <&ipcc IPCC_CLIENT_WPSS + IPCC_MPROC_SIGNAL_GLINK_QMP + IRQ_TYPE_EDGE_RISING>; + mboxes = <&ipcc IPCC_CLIENT_WPSS + IPCC_MPROC_SIGNAL_GLINK_QMP>; + + label = "wpss"; + qcom,remote-pid = <13>;There are a few properties here that don't seem to be required. Is that intentional?
Hi Stephen, All the properties in the example are listed as required (except for status, which will be removed in the subsequent patchset). Do you mean the glink-edge node properties ? Thanks, Rakesh Pillai.