All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] Add support for sm6115,4250 and OnePlus Nord N100
@ 2022-09-03 17:41 Iskren Chernev
  2022-09-03 17:41 ` [PATCH v2 1/9] dt-bindings: ufs: qcom: Add sm6115 binding Iskren Chernev
                   ` (8 more replies)
  0 siblings, 9 replies; 30+ messages in thread
From: Iskren Chernev @ 2022-09-03 17:41 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Bjorn Andersson, Rob Herring
  Cc: phone-devel, ~postmarketos/upstreaming, linux-arm-msm,
	devicetree, Iskren Chernev

Changes from v1
---------------
v1: https://lore.kernel.org/all/20220901072414.1923075-1-iskren.chernev@gmail.com/
- merge dtsi patches in one
- fix ufs binding (allow ice register)
- fix dt schema issues (to the best of my ability)
- add a few necessary bindings (compats)
- some comments on remaining schema issues after commit msg (patch 7 and 9)

Description
-----------

This series adds support for sm6115 (clocks, pinctrl, usb, ufs, sdhc),
sm4250 (mostly empty shell on top of sm6115) and finally basic OnePlus Nord
N100 (codename billie2), including the above mentiond items plus simple
framebuffer.

Please note that this series depends on [1] (driver compat and bindings).

[1] https://lore.kernel.org/linux-devicetree/20220815100952.23795-1-a39.skl@gmail.com/

Iskren Chernev (9):
  dt-bindings: ufs: qcom: Add sm6115 binding
  dt-bindings: firmware: document Qualcomm SM6115 SCM
  dt-bindings: nvmem: Add SoC compatible for sm6115
  dt-bindings: pinctrl: qcom: sm6115: Add reserved ranges
  dt-bindings: arm: cpus: Add kryo240 compatible
  dt-bindings: arm: qcom: Add compatible for oneplus,billie2 phone
  arm64: dts: qcom: sm6115: Add basic soc dtsi
  arm64: dts: qcom: sm4250: Add soc dtsi
  arm64: dts: qcom: sm4250: Add support for oneplus-billie2

 .../devicetree/bindings/arm/cpus.yaml         |   1 +
 .../devicetree/bindings/arm/qcom.yaml         |   7 +
 .../bindings/firmware/qcom,scm.yaml           |   1 +
 .../bindings/nvmem/qcom,qfprom.yaml           |   1 +
 .../bindings/pinctrl/qcom,sm6115-pinctrl.yaml |   2 +
 .../devicetree/bindings/ufs/qcom,ufs.yaml     |  26 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 .../boot/dts/qcom/sm4250-oneplus-billie2.dts  | 243 +++++
 arch/arm64/boot/dts/qcom/sm4250.dtsi          |  38 +
 arch/arm64/boot/dts/qcom/sm6115.dtsi          | 904 ++++++++++++++++++
 10 files changed, 1224 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/sm4250-oneplus-billie2.dts
 create mode 100644 arch/arm64/boot/dts/qcom/sm4250.dtsi
 create mode 100644 arch/arm64/boot/dts/qcom/sm6115.dtsi

-- 
2.37.2


^ permalink raw reply	[flat|nested] 30+ messages in thread

end of thread, other threads:[~2022-09-09  9:46 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-03 17:41 [PATCH v2 0/9] Add support for sm6115,4250 and OnePlus Nord N100 Iskren Chernev
2022-09-03 17:41 ` [PATCH v2 1/9] dt-bindings: ufs: qcom: Add sm6115 binding Iskren Chernev
2022-09-06  8:29   ` Krzysztof Kozlowski
2022-09-06  8:38     ` Iskren Chernev
2022-09-03 17:41 ` [PATCH v2 2/9] dt-bindings: firmware: document Qualcomm SM6115 SCM Iskren Chernev
2022-09-03 18:56   ` Caleb Connolly
2022-09-03 18:58   ` Caleb Connolly
2022-09-04 19:14   ` Krzysztof Kozlowski
2022-09-05  7:32     ` Iskren Chernev
2022-09-08 19:42   ` Guru Das Srinagesh
2022-09-03 17:41 ` [PATCH v2 3/9] dt-bindings: nvmem: Add SoC compatible for sm6115 Iskren Chernev
2022-09-03 18:57   ` Caleb Connolly
2022-09-04 19:15   ` Krzysztof Kozlowski
2022-09-09  9:45   ` Srinivas Kandagatla
2022-09-03 17:41 ` [PATCH v2 4/9] dt-bindings: pinctrl: qcom: sm6115: Add reserved ranges Iskren Chernev
2022-09-03 18:59   ` Caleb Connolly
2022-09-08  8:09   ` Linus Walleij
2022-09-03 17:41 ` [PATCH v2 5/9] dt-bindings: arm: cpus: Add kryo240 compatible Iskren Chernev
2022-09-03 17:41 ` [PATCH v2 6/9] dt-bindings: arm: qcom: Add compatible for oneplus,billie2 phone Iskren Chernev
2022-09-03 19:08   ` Caleb Connolly
2022-09-03 17:41 ` [PATCH v2 7/9] arm64: dts: qcom: sm6115: Add basic soc dtsi Iskren Chernev
2022-09-03 19:46   ` Konrad Dybcio
2022-09-04 13:24     ` Iskren Chernev
2022-09-03 17:41 ` [PATCH v2 8/9] arm64: dts: qcom: sm4250: Add " Iskren Chernev
2022-09-06  8:29   ` Krzysztof Kozlowski
2022-09-03 17:41 ` [PATCH v2 9/9] arm64: dts: qcom: sm4250: Add support for oneplus-billie2 Iskren Chernev
2022-09-06  8:33   ` Krzysztof Kozlowski
2022-09-06  8:42     ` Iskren Chernev
2022-09-08 17:52     ` Iskren Chernev
2022-09-09  8:13       ` Krzysztof Kozlowski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.