mbox series

[0/7] Compatibles for SM6115

Message ID 20220815100952.23795-1-a39.skl@gmail.com
Headers show
Series Compatibles for SM6115 | expand

Message

Adam Skladowski Aug. 15, 2022, 10:09 a.m. UTC
This patch series add bunch of compatibles in preparation
for sending device tree patches for Snapdragon 662 SoC

Adam Skladowski (7):
  dt-bindings: dmaengine: qcom: gpi: add compatible for SM6115
  dmaengine: qcom: gpi: Add SM6115 support
  dt-bindings: mmc: sdhci-msm: Document the SM6115 compatible
  cpufreq: Add SM6115 to cpufreq-dt-platdev blocklist
  dt-bindings: arm-smmu: Add compatible for Qualcomm SM6115
  iommu/arm-smmu-qcom: Add SM6115 support
  dt-bindings: firmware: document Qualcomm SM6115 SCM

 Documentation/devicetree/bindings/dma/qcom,gpi.yaml     | 1 +
 Documentation/devicetree/bindings/firmware/qcom,scm.txt | 1 +
 Documentation/devicetree/bindings/iommu/arm,smmu.yaml   | 1 +
 Documentation/devicetree/bindings/mmc/sdhci-msm.yaml    | 1 +
 drivers/cpufreq/cpufreq-dt-platdev.c                    | 1 +
 drivers/dma/qcom/gpi.c                                  | 1 +
 drivers/iommu/arm/arm-smmu/arm-smmu-qcom.c              | 2 ++
 7 files changed, 8 insertions(+)

Comments

Viresh Kumar Aug. 16, 2022, 5:21 a.m. UTC | #1
On 15-08-22, 12:09, Adam Skladowski wrote:
> The Qualcomm SM6115 platform uses the
> qcom-cpufreq-hw driver, so add it to the cpufreq-dt-platdev driver's
> blocklist.
> 
> Signed-off-by: Adam Skladowski <a39.skl@gmail.com>
> ---
>  drivers/cpufreq/cpufreq-dt-platdev.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/cpufreq/cpufreq-dt-platdev.c b/drivers/cpufreq/cpufreq-dt-platdev.c
> index 2c96de3f2d83..6ac3800db450 100644
> --- a/drivers/cpufreq/cpufreq-dt-platdev.c
> +++ b/drivers/cpufreq/cpufreq-dt-platdev.c
> @@ -146,6 +146,7 @@ static const struct of_device_id blocklist[] __initconst = {
>  	{ .compatible = "qcom,sc8180x", },
>  	{ .compatible = "qcom,sc8280xp", },
>  	{ .compatible = "qcom,sdm845", },
> +	{ .compatible = "qcom,sm6115", },
>  	{ .compatible = "qcom,sm6350", },
>  	{ .compatible = "qcom,sm8150", },
>  	{ .compatible = "qcom,sm8250", },

Applied. Thanks.
Krzysztof Kozlowski Aug. 16, 2022, 7:48 a.m. UTC | #2
On 15/08/2022 13:09, Adam Skladowski wrote:
> Document the compatible for GPI DMA controller on SM6115 SoC.
> 
> Signed-off-by: Adam Skladowski <a39.skl@gmail.com>


Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>


Best regards,
Krzysztof
Bjorn Andersson Aug. 29, 2022, 11:45 p.m. UTC | #3
On Mon, 15 Aug 2022 12:09:38 +0200, Adam Skladowski wrote:
> This patch series add bunch of compatibles in preparation
> for sending device tree patches for Snapdragon 662 SoC
> 
> Adam Skladowski (7):
>   dt-bindings: dmaengine: qcom: gpi: add compatible for SM6115
>   dmaengine: qcom: gpi: Add SM6115 support
>   dt-bindings: mmc: sdhci-msm: Document the SM6115 compatible
>   cpufreq: Add SM6115 to cpufreq-dt-platdev blocklist
>   dt-bindings: arm-smmu: Add compatible for Qualcomm SM6115
>   iommu/arm-smmu-qcom: Add SM6115 support
>   dt-bindings: firmware: document Qualcomm SM6115 SCM
> 
> [...]

Applied, thanks!

[7/7] dt-bindings: firmware: document Qualcomm SM6115 SCM
      commit: f2567b732b0aa2160228a956e0c2007feaeb4b64

Best regards,