[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20250820-msm8937-v6-0-b090b2acb67e@mainlining.org>
Date: Wed, 20 Aug 2025 01:37:44 +0200
From: Barnabás Czémán <barnabas.czeman@...nlining.org>
To: Bjorn Andersson <andersson@...nel.org>,
Michael Turquette <mturquette@...libre.com>,
Stephen Boyd <sboyd@...nel.org>, Rob Herring <robh@...nel.org>,
Krzysztof Kozlowski <krzk+dt@...nel.org>,
Conor Dooley <conor+dt@...nel.org>, Stephan Gerhold <stephan@...hold.net>,
Otto Pflüger <otto.pflueger@...cue.de>,
Linus Walleij <linus.walleij@...aro.org>, Lee Jones <lee@...nel.org>,
Joerg Roedel <joro@...tes.org>, Will Deacon <will@...nel.org>,
Robin Murphy <robin.murphy@....com>, Konrad Dybcio <konradybcio@...nel.org>,
Sean Paul <sean@...rly.run>, Abhinav Kumar <quic_abhinavk@...cinc.com>,
Marijn Suijten <marijn.suijten@...ainline.org>,
David Airlie <airlied@...il.com>, Simona Vetter <simona@...ll.ch>,
Maarten Lankhorst <maarten.lankhorst@...ux.intel.com>,
Maxime Ripard <mripard@...nel.org>, Thomas Zimmermann <tzimmermann@...e.de>,
Dmitry Baryshkov <lumag@...nel.org>,
Adam Skladowski <a_skl39@...tonmail.com>,
Sireesh Kodali <sireeshkodali@...tonmail.com>,
Rob Clark <robin.clark@....qualcomm.com>,
Abhinav Kumar <abhinav.kumar@...ux.dev>,
Jessica Zhang <jessica.zhang@....qualcomm.com>,
Srinivas Kandagatla <srini@...nel.org>,
Rob Clark <robin.clark@....qualcomm.com>,
Dmitry Baryshkov <lumag@...nel.org>
Cc: linux-arm-msm@...r.kernel.org, linux-clk@...r.kernel.org,
devicetree@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-gpio@...r.kernel.org, iommu@...ts.linux.dev,
dri-devel@...ts.freedesktop.org, freedreno@...ts.freedesktop.org,
phone-devel@...r.kernel.org, ~postmarketos/upstreaming@...ts.sr.ht,
linux@...nlining.org,
Barnabás Czémán <barnabas.czeman@...nlining.org>,
Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org>,
Daniil Titov <daniilt971@...il.com>,
Dmitry Baryshkov <dmitry.baryshkov@....qualcomm.com>,
Dang Huynh <danct12@...eup.net>,
Konrad Dybcio <konrad.dybcio@....qualcomm.com>
Subject: [PATCH v6 0/6] Initial support of MSM8937 and Xiaomi Redmi 3S
This patch series add initial support for MSM8937 SoC
and Xiaomi Redmi 3S (land).
The series is extending the MSM8917 gcc and pinctrl drivers
because they are sibling SoCs.
MSM8937 have 4 more A53 cores and have one more dsi port then
MSM8917.
It implements little-big architecture and uses Adreno 505.
Signed-off-by: Barnabás Czémán <barnabas.czeman@...nlining.org>
---
Changes in v6:
- msm8937:
- Fix nodes ordering.
- Format clocks, reg, dmas and -names properties.
- Add gpu_speedbin.
- Describe A505 clocks.
- Link to v5: https://lore.kernel.org/r/20250421-msm8937-v5-0-bf9879ef14d9@mainlining.org
Changes in v5:
- msm8937:
- Remove wrongly defined idle-states.
- Fix thermal zones.
- Use the header with DSI phy clock IDs.
- Fix the nodes order.
- Fix the pinctrls style.
- Follow gcc header changes.
- msm8937-xiaomi-land:
- Remove headphone switch and speaker amplifier bindings.
- Unify status property style.
- gcc bindings:
- Expand MSM8953 gcc schema with MSM8937.
- Add MSM8937 prefix for MSM8937 specific clocks.
- gcc:
- Follow the bindings changes.
- Drop alwayson clock documentation it will be handled in another
patchset.
- Link to v4: https://lore.kernel.org/r/20250315-msm8937-v4-0-1f132e870a49@mainlining.org
Changes in v4:
- Add missing rpmcc include for qcom,gcc-msm8937 dtbinding exmaple.
- msm8937: add missing space after s9-p1@230
- msm8937-xiaomi-land: replace LED_FUNCTION_INDICATOR to LED_FUNCTION_STATUS
- Remove applied patches
- Link to v3: https://lore.kernel.org/r/20250224-msm8937-v3-0-dad7c182cccb@mainlining.org
Changes in v3:
- Fix qcom,gcc-msm8937 dtbinding example
- Link to v2: https://lore.kernel.org/r/20250223-msm8937-v2-0-b99722363ed3@mainlining.org
Changes in v2:
- drop applied patches
- drop gcc schema commits infavor of a new schema for gcc-msm8937
- document always on clock for adreno 505/506/510
- msm8937:
- set cache size
- rename cpu labels
- fix style issues addressed by review
- msm8937-xiaom-land:
- remove unused serial0 alias
- remove regulator-always-on from pm8937_l6
- add blue indicator led for aw2013
- Link to v1: https://lore.kernel.org/r/20250211-msm8937-v1-0-7d27ed67f708@mainlining.org
---
Barnabás Czémán (4):
dt-bindings: clock: qcom: Add MSM8937 Global Clock Controller
dt-bindings: display/msm/gpu: describe A505 clocks
dt-bindings: arm: qcom: Add Xiaomi Redmi 3S
arm64: dts: qcom: Add Xiaomi Redmi 3S
Dang Huynh (1):
arm64: dts: qcom: Add initial support for MSM8937
Daniil Titov (1):
clk: qcom: gcc: Add support for Global Clock controller found on MSM8937
Documentation/devicetree/bindings/arm/qcom.yaml | 6 +
.../bindings/clock/qcom,gcc-msm8953.yaml | 11 +-
.../devicetree/bindings/display/msm/gpu.yaml | 4 +-
arch/arm64/boot/dts/qcom/Makefile | 1 +
arch/arm64/boot/dts/qcom/msm8937-xiaomi-land.dts | 381 ++++
arch/arm64/boot/dts/qcom/msm8937.dtsi | 2134 ++++++++++++++++++++
drivers/clk/qcom/Kconfig | 6 +-
drivers/clk/qcom/gcc-msm8917.c | 617 +++++-
include/dt-bindings/clock/qcom,gcc-msm8917.h | 19 +
9 files changed, 3168 insertions(+), 11 deletions(-)
---
base-commit: 3ac864c2d9bb8608ee236e89bf561811613abfce
change-id: 20250210-msm8937-228ef0dc3ec9
Best regards,
--
Barnabás Czémán <barnabas.czeman@...nlining.org>
Powered by blists - more mailing lists