Message ID | 20241017025313.2028120-3-quic_chunkaid@quicinc.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | Add aoss_qmp nodes for qcs615 | expand |
On Thu, Oct 17, 2024 at 10:53:12AM +0800, Kyle Deng wrote: > Document the Always-On Subsystem Qualcomm Message Potocol(AOSS_QMP) > on the Qualcomm qcs615 platform. > > Signed-off-by: Kyle Deng <quic_chunkaid@quicinc.com> > --- > Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 + > 1 file changed, 1 insertion(+) Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> --- <form letter> This is an automated instruction, just in case, because many review tags are being ignored. If you know the process, you can skip it (please do not feel offended by me posting it here - no bad intentions intended). If you do not know the process, here is a short explanation: Please add Acked-by/Reviewed-by/Tested-by tags when posting new versions, under or above your Signed-off-by tag. Tag is "received", when provided in a message replied to you on the mailing list. Tools like b4 can help here. However, there's no need to repost patches *only* to add the tags. The upstream maintainer will do that for tags received on the version they apply. https://elixir.bootlin.com/linux/v6.5-rc3/source/Documentation/process/submitting-patches.rst#L577 </form letter> Best regards, Krzysztof
On Thu, Oct 17, 2024 at 10:53:12AM +0800, Kyle Deng wrote: > Document the Always-On Subsystem Qualcomm Message Potocol(AOSS_QMP) typo: Protocol > on the Qualcomm qcs615 platform. > > Signed-off-by: Kyle Deng <quic_chunkaid@quicinc.com> Best regards, Krzysztof
On 2024/10/17 17:18, Krzysztof Kozlowski wrote: > On Thu, Oct 17, 2024 at 10:53:12AM +0800, Kyle Deng wrote: >> Document the Always-On Subsystem Qualcomm Message Potocol(AOSS_QMP) > > typo: Protocol Okay,I will fix it in the next version. > >> on the Qualcomm qcs615 platform. >> >> Signed-off-by: Kyle Deng <quic_chunkaid@quicinc.com> > > Best regards, > Krzysztof >
diff --git a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml index 7afdb60edb22..ee3414a77e38 100644 --- a/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml +++ b/Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml @@ -25,6 +25,7 @@ properties: compatible: items: - enum: + - qcom,qcs615-aoss-qmp - qcom,qdu1000-aoss-qmp - qcom,sa8775p-aoss-qmp - qcom,sc7180-aoss-qmp
Document the Always-On Subsystem Qualcomm Message Potocol(AOSS_QMP) on the Qualcomm qcs615 platform. Signed-off-by: Kyle Deng <quic_chunkaid@quicinc.com> --- Documentation/devicetree/bindings/soc/qcom/qcom,aoss-qmp.yaml | 1 + 1 file changed, 1 insertion(+)