All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/6] Add initial DTS for Samsung Galaxy Book4 Edge
@ 2024-08-15 10:36 Marcus Glocker
  2024-08-15 10:38 ` [PATCH v3 1/6] dt-bindings: crypto: Add X1E80100 Crypto Engine Marcus Glocker
                   ` (6 more replies)
  0 siblings, 7 replies; 20+ messages in thread
From: Marcus Glocker @ 2024-08-15 10:36 UTC (permalink / raw)
  To: Bjorn Andersson, Rob Herring, Krzysztof Kozlowski, Conor Dooley
  Cc: Marijn Suijten, linux-arm-msm, devicetree, linux-kernel,
	Abel Vesa, Johan Hovold, Konrad Dybcio

This DTS adds initial support for the Samsung Galaxy Book4 Edge laptop.
Keyboard, Touch-pad, and UFS are working.  The Touch-screen needs further
investigation, and is therefore disabled for now.

Changed from v2:
- Squash Makefile patch to new DTS file patch.

Changed from v1:
- Provide the patch in the expected format.
- Added missing bindings.
- Removed sound node.
- Changed regulator syntax to be consistent.
- Changed touchscreen node comment, and removed false pin definition.
- Rename ufshc@ to ufs@.

Marcus Glocker (6):
  dt-bindings: crypto: Add X1E80100 Crypto Engine
  dt-bindings: phy: Add X1E80100 UFS
  dt-bindings: ufs: Add X1E80100 UFS
  arm64: dts: qcom: Add UFS node
  dt-bindings: arm: Add Samsung Galaxy Book4 Edge
  arm64: dts: qcom: Add Samsung Galaxy Book4 Edge DTS

 .../devicetree/bindings/arm/qcom.yaml         |   1 +
 .../crypto/qcom,inline-crypto-engine.yaml     |   1 +
 .../phy/qcom,sc8280xp-qmp-ufs-phy.yaml        |   2 +
 .../devicetree/bindings/ufs/qcom,ufs.yaml     |   2 +
 arch/arm64/boot/dts/qcom/Makefile             |   1 +
 .../x1e80100-samsung-galaxy-book4-edge.dts    | 959 ++++++++++++++++++
 arch/arm64/boot/dts/qcom/x1e80100.dtsi        |  71 ++
 7 files changed, 1037 insertions(+)
 create mode 100644 arch/arm64/boot/dts/qcom/x1e80100-samsung-galaxy-book4-edge.dts

-- 
2.39.2


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

end of thread, other threads:[~2024-08-16  7:21 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-15 10:36 [PATCH v3 0/6] Add initial DTS for Samsung Galaxy Book4 Edge Marcus Glocker
2024-08-15 10:38 ` [PATCH v3 1/6] dt-bindings: crypto: Add X1E80100 Crypto Engine Marcus Glocker
2024-08-16  7:13   ` Krzysztof Kozlowski
2024-08-15 10:39 ` [PATCH v3 2/6] dt-bindings: phy: Add X1E80100 UFS Marcus Glocker
2024-08-16  7:14   ` Krzysztof Kozlowski
2024-08-15 10:41 ` [PATCH v3 3/6] dt-bindings: ufs: " Marcus Glocker
2024-08-16  7:15   ` Krzysztof Kozlowski
2024-08-15 10:42 ` [PATCH v3 4/6] arm64: dts: qcom: Add UFS node Marcus Glocker
2024-08-15 10:47   ` Abel Vesa
2024-08-15 11:54     ` Marcus Glocker
2024-08-15 13:18       ` Abel Vesa
2024-08-15 16:59         ` Marcus Glocker
2024-08-16  7:16           ` Krzysztof Kozlowski
2024-08-16  7:21   ` Krzysztof Kozlowski
2024-08-15 10:43 ` [PATCH v3 5/6] dt-bindings: arm: Add Samsung Galaxy Book4 Edge Marcus Glocker
2024-08-16  7:17   ` Krzysztof Kozlowski
2024-08-15 10:45 ` [PATCH v3 6/6] arm64: dts: qcom: Add Samsung Galaxy Book4 Edge DTS Marcus Glocker
2024-08-16  7:19   ` Krzysztof Kozlowski
2024-08-16  7:21   ` Krzysztof Kozlowski
2024-08-15 18:28 ` [PATCH v3 0/6] Add initial DTS for Samsung Galaxy Book4 Edge Rob Herring (Arm)

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.