public inbox for devicetree@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] Add support for exynos5250-manta (Google Nexus 10)
@ 2025-12-15 15:05 Lukas Timmermann
  2025-12-15 15:05 ` [PATCH v3 1/3] dt-bindings: ARM: samsung: Add Google Manta (Nexus 10) Lukas Timmermann
                   ` (4 more replies)
  0 siblings, 5 replies; 13+ messages in thread
From: Lukas Timmermann @ 2025-12-15 15:05 UTC (permalink / raw)
  To: Krzysztof Kozlowski, Alim Akhtar, Rob Herring, Conor Dooley,
	Russell King
  Cc: linux-arm-kernel, linux-samsung-soc, devicetree, linux-kernel,
	phone-devel, Lukas Timmermann, Alexandre Marquet

This patch series adds initial support for the google-manta board, known
as Google Nexus 10 to users. The device is powered by
the Exynos 5250 SoC. The bindings for the notification led are already 
in the kernel mailing list, got recently applied and can be found here:
https://lore.kernel.org/linux-leds/20251125114015.355487-1-linux@timmermann.space/

The first two patches add the necessary device tree files and
bindings, while the last patch makes a small modification to
allow CPU1 to boot, as it requires a call to it's underlying firmware.

This first iteration only provides basic support to get the board
up and running and usable via UART and with WiFi support. We will upstream additional 
features in future patches. All patches have been tested on real hardware.

Changes in v3:
 - Added a better patch description for firmware patch. (@krzk)
 - Reorganized nodes in DT. (@krzk)
 - Fixed memory node to use separate entries. (@krzk)
 - Renamed pwrseq node. (@krzk)
 - Fixed firmware checking for old dt compatible string. (@pavel)
 - Link to v2: https://lore.kernel.org/all/20251125-google-manta-v2-0-0f097cfff39c@timmermann.space/
Changes in v2:
 - Renamed to google-manta (@krzk)
 - Link to v1: https://lore.kernel.org/all/20251120144018.961604-2-linux@timmermann.space/

Signed-off-by: Lukas Timmermann <linux@timmermann.space>
---
Alexandre Marquet (3):
      dt-bindings: ARM: samsung: Add Google Manta (Nexus 10)
      ARM: dts: exynos: Add Google Manta (Nexus 10)
      ARM: samsung: exynos5250: Allow CPU1 to boot

 .../bindings/arm/samsung/samsung-boards.yaml       |   1 +
 arch/arm/boot/dts/samsung/Makefile                 |   1 +
 arch/arm/boot/dts/samsung/exynos5250-manta.dts     | 511 +++++++++++++++++++++
 arch/arm/mach-exynos/firmware.c                    |   4 +-
 4 files changed, 515 insertions(+), 2 deletions(-)
---
base-commit: d5f0e9098499869354aacb5b080f602f0399d396
change-id: 20251215-lat3st-staging-d9c926d8a75f

Best regards,
-- 
Lukas Timmermann <linux@timmermann.space>


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

end of thread, other threads:[~2025-12-18 19:20 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-12-15 15:05 [PATCH v3 0/3] Add support for exynos5250-manta (Google Nexus 10) Lukas Timmermann
2025-12-15 15:05 ` [PATCH v3 1/3] dt-bindings: ARM: samsung: Add Google Manta (Nexus 10) Lukas Timmermann
2025-12-15 15:05 ` [PATCH v3 2/3] ARM: dts: exynos: " Lukas Timmermann
2025-12-15 18:53   ` David Heidelberg
2025-12-15 19:33     ` Krzysztof Kozlowski
2025-12-15 20:06       ` David Heidelberg
2025-12-15 20:33         ` Krzysztof Kozlowski
2025-12-15 20:53           ` David Heidelberg
2025-12-17  8:22   ` Krzysztof Kozlowski
2025-12-15 15:05 ` [PATCH v3 3/3] ARM: samsung: exynos5250: Allow CPU1 to boot Lukas Timmermann
2025-12-18 19:19   ` Henrik Grimler
2025-12-16 13:11 ` [PATCH v3 0/3] Add support for exynos5250-manta (Google Nexus 10) Rob Herring
2025-12-17  8:18 ` Krzysztof Kozlowski

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