Message ID | 20230314-topic-2290_compats-v1-0-47e26c3c0365@linaro.org |
---|---|
Headers | show |
Series | QCM2290 compatibles | expand |
On 14/03/2023 13:52, Konrad Dybcio wrote: > Document a couple of compatibles for IPs found on the QCM2290 that don't > require any specific driver changes > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> I assume this is what you talked about that DTS will follow a bit later? Best regards, Krzysztof
On 14/03/2023 13:52, Konrad Dybcio wrote: > Document the SDHCI on QCM2290. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On 14/03/2023 13:53, Konrad Dybcio wrote: > Add the TSENS v2.x controller found on QCM2290. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Best regards, Krzysztof
On Tue, 14 Mar 2023 at 18:23, Konrad Dybcio <konrad.dybcio@linaro.org> wrote: > > Document a couple of compatibles for IPs found on the QCM2290 that don't > require any specific driver changes > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- > Konrad Dybcio (6): > dt-bindings: watchdog: qcom-wdt: add QCM2290 > dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA > dt-bindings: nvmem: Add compatible for QCM2290 > dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI > dt-bindings: usb: dwc3: Add QCM2290 compatible > dt-bindings: thermal: tsens: Add QCM2290 > > Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 + > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + > Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++ > Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + > 6 files changed, 7 insertions(+) > --- > base-commit: ec0fa9a0a6fac454745c930bdb8619d0a354bac9 > change-id: 20230314-topic-2290_compats-5bec96afeeb0 > > Best regards, > -- > Konrad Dybcio <konrad.dybcio@linaro.org> Thanks for posting this, for the series (with the assumption that the board dts will follow soon): Reviewed-by: Bhupesh Sharma <bhupesh.sharma@linaro.org>
On 15.03.2023 08:47, Krzysztof Kozlowski wrote: > On 14/03/2023 13:52, Konrad Dybcio wrote: >> Document a couple of compatibles for IPs found on the QCM2290 that don't >> require any specific driver changes >> >> Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > > I assume this is what you talked about that DTS will follow a bit later? Yep, right after we resolve the RPM MSG RAM situation! Konrad > > Best regards, > Krzysztof >
On Tue, 14 Mar 2023 at 13:53, Konrad Dybcio <konrad.dybcio@linaro.org> wrote: > > Document the SDHCI on QCM2290. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> Applied for next, thanks! Kind regards Uffe > --- > Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > index 64df6919abaf..7d4c5ca25e0d 100644 > --- a/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > +++ b/Documentation/devicetree/bindings/mmc/sdhci-msm.yaml > @@ -36,6 +36,7 @@ properties: > - enum: > - qcom,ipq5332-sdhci > - qcom,ipq9574-sdhci > + - qcom,qcm2290-sdhci > - qcom,qcs404-sdhci > - qcom,sc7180-sdhci > - qcom,sc7280-sdhci > > -- > 2.39.2 >
On 14.03.2023 13:53, Konrad Dybcio wrote: > Add the TSENS v2.x controller found on QCM2290. > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > --- <bump> This one got lost! Konrad > Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > index 926e9c51c93c..1a6ffbf11bcc 100644 > --- a/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > +++ b/Documentation/devicetree/bindings/thermal/qcom-tsens.yaml > @@ -48,6 +48,7 @@ properties: > - qcom,msm8953-tsens > - qcom,msm8996-tsens > - qcom,msm8998-tsens > + - qcom,qcm2290-tsens > - qcom,sc7180-tsens > - qcom,sc7280-tsens > - qcom,sc8180x-tsens >
On Tue, May 16, 2023 at 03:08:19AM +0200, Konrad Dybcio wrote: > > > On 14.03.2023 13:53, Konrad Dybcio wrote: > > Add the TSENS v2.x controller found on QCM2290. > > > > Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> > > --- > <bump> > This one got lost! Then it should be resent.
On Tue, 14 Mar 2023 13:52:55 +0100, Konrad Dybcio wrote: > Document a couple of compatibles for IPs found on the QCM2290 that don't > require any specific driver changes > > Applied, thanks! [3/6] dt-bindings: nvmem: Add compatible for QCM2290 commit: 4b71b2a44d7d692ae681961a9b2865724652d1f6 Best regards,
Document a couple of compatibles for IPs found on the QCM2290 that don't require any specific driver changes Signed-off-by: Konrad Dybcio <konrad.dybcio@linaro.org> --- Konrad Dybcio (6): dt-bindings: watchdog: qcom-wdt: add QCM2290 dt-bindings: dmaengine: qcom: gpi: Add QCM2290 GPI DMA dt-bindings: nvmem: Add compatible for QCM2290 dt-bindings: mmc: sdhci-msm: Document QCM2290 SDHCI dt-bindings: usb: dwc3: Add QCM2290 compatible dt-bindings: thermal: tsens: Add QCM2290 Documentation/devicetree/bindings/dma/qcom,gpi.yaml | 1 + Documentation/devicetree/bindings/mmc/sdhci-msm.yaml | 1 + Documentation/devicetree/bindings/nvmem/qcom,qfprom.yaml | 1 + Documentation/devicetree/bindings/thermal/qcom-tsens.yaml | 1 + Documentation/devicetree/bindings/usb/qcom,dwc3.yaml | 2 ++ Documentation/devicetree/bindings/watchdog/qcom-wdt.yaml | 1 + 6 files changed, 7 insertions(+) --- base-commit: ec0fa9a0a6fac454745c930bdb8619d0a354bac9 change-id: 20230314-topic-2290_compats-5bec96afeeb0 Best regards,