mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v1 0/3] Add minimal Samsung Galaxy S20 Series board and SM-G981B support
@ 2024-10-16 19:34 Umer Uddin
  2024-10-16 19:34 ` [PATCH v1 1/3] dt-bindings: arm: samsung: samsung-boards: Add bindings for SM-G981B board Umer Uddin
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Umer Uddin @ 2024-10-16 19:34 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Alim Akhtar, Rob Herring, Conor Dooley
  Cc: linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel,
	igor.belwon

Hi folks,

This series adds initial support for the Samsung Galaxy S20 Series and also
initial board support for the Samsung Galaxy S20 5G (SM-G981B)
codenamed x1s.

The S20 Series feature a lot of similarities in their configuration
and internally Samsung named the common devicetrees in their
downstream kernel 'hubble', please note hubble excludes the
S20 FE series and Note20 series.
The device trees have been tested with dtbs_check W=1
and results in no warnings.

This initial bringup consists of:
 * pinctrl
 * gpio-keys
 * simple-framebuffer

This is enough to reach a shell in an initramfs. More platform support  
will be added in the future.

Just like SM-N981B, the preferred way to boot the upstream kernel is     
by using a shim bootloader, called uniLoader [1], which works around     
some issues with the stock, non-replacable Samsung S-LK bootloader.   
For example, the stock bootloader leaves the decon trigger control
unset, which causes the framebuffer not to refresh.

Device functionality depends on the patch series from Igor Belwon:
"Add minimal Exynos990 SoC and SM-N981B support"

[1] https://github.com/ivoszbg/uniLoader

Umer Uddin (3):
  dt-bindings: arm: samsung: samsung-boards: Add bindings for SM-G981B
    board
  arm64: dts: exynos: Add initial support for Samsung Galaxy S20 Series
    boards (hubble)
  arm64: dts: exynos: Add initial support for Samsung Galaxy S20 5G
    (x1s)

 .../bindings/arm/samsung/samsung-boards.yaml  |   1 +
 arch/arm64/boot/dts/exynos/Makefile           |   1 +
 .../dts/exynos/exynos990-hubble-common.dtsi   | 109 ++++++++++++++++++
 arch/arm64/boot/dts/exynos/exynos990-x1s.dts  |  23 ++++
 4 files changed, 134 insertions(+)
 create mode 100644 arch/arm64/boot/dts/exynos/exynos990-hubble-common.dtsi
 create mode 100644 arch/arm64/boot/dts/exynos/exynos990-x1s.dts

-- 
2.46.2


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

end of thread, other threads:[~2024-10-17  6:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-16 19:34 [PATCH v1 0/3] Add minimal Samsung Galaxy S20 Series board and SM-G981B support Umer Uddin
2024-10-16 19:34 ` [PATCH v1 1/3] dt-bindings: arm: samsung: samsung-boards: Add bindings for SM-G981B board Umer Uddin
2024-10-16 19:34 ` [PATCH v1 2/3] arm64: dts: exynos: Add initial support for Samsung Galaxy S20 Series boards (hubble) Umer Uddin
2024-10-17  6:09   ` Krzysztof Kozlowski
2024-10-16 19:34 ` [PATCH v1 3/3] arm64: dts: exynos: Add initial support for Samsung Galaxy S20 5G (x1s) Umer Uddin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®