Message ID | 20230512122134.24339-3-quic_kbajaj@quicinc.com |
---|---|
State | New |
Headers | show |
Series | soc: qcom: llcc: Add support for QDU1000/QRU1000 | expand |
On 5/12/2023 10:26 PM, Krzysztof Kozlowski wrote: > On 12/05/2023 14:21, Komal Bajaj wrote: >> Document the QFPROM on QDU1000/QRU1000 SOCs. >> >> Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com> >> --- >> Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml >> index 8d8503dd934b..59082f6e8c9f 100644 >> --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml >> +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml >> @@ -26,6 +26,7 @@ properties: >> - qcom,msm8996-qfprom >> - qcom,msm8998-qfprom >> - qcom,qcs404-qfprom >> + - qcom,qdu1000-qfprom > Above qcs, to keep alphabetical order. qdu alphatecially comes after qcs, right? Did I misinterpret your comment? > > That's a new patch? Nothing in changelog suggested it... Yes, that is a new patch from v2. Will mention in cover letter in the next patch. Thanks, Komal > > Best regards, > Krzysztof >
On 15/05/2023 09:08, Komal Bajaj wrote: > > > On 5/12/2023 10:26 PM, Krzysztof Kozlowski wrote: >> On 12/05/2023 14:21, Komal Bajaj wrote: >>> Document the QFPROM on QDU1000/QRU1000 SOCs. >>> >>> Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com> >>> --- >>> Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + >>> 1 file changed, 1 insertion(+) >>> >>> diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml >>> index 8d8503dd934b..59082f6e8c9f 100644 >>> --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml >>> +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml >>> @@ -26,6 +26,7 @@ properties: >>> - qcom,msm8996-qfprom >>> - qcom,msm8998-qfprom >>> - qcom,qcs404-qfprom >>> + - qcom,qdu1000-qfprom >> Above qcs, to keep alphabetical order. > qdu alphatecially comes after qcs, right? Did I misinterpret your comment? Ups... Best regards, Krzysztof
On 12/05/2023 14:21, Komal Bajaj wrote: > Document the QFPROM on QDU1000/QRU1000 SOCs. > > Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com> > --- > Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml index 8d8503dd934b..59082f6e8c9f 100644 --- a/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml +++ b/Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml @@ -26,6 +26,7 @@ properties: - qcom,msm8996-qfprom - qcom,msm8998-qfprom - qcom,qcs404-qfprom + - qcom,qdu1000-qfprom - qcom,sc7180-qfprom - qcom,sc7280-qfprom - qcom,sdm630-qfprom
Document the QFPROM on QDU1000/QRU1000 SOCs. Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com> --- Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + 1 file changed, 1 insertion(+) -- 2.17.1