All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add initial support for exynos5420-chagallwifi
@ 2022-01-13 15:40 ` Henrik Grimler
  0 siblings, 0 replies; 14+ messages in thread
From: Henrik Grimler @ 2022-01-13 15:40 UTC (permalink / raw)
  To: semen.protsenko, virag.david003, martin.juecker, cw00.choi,
	m.szyprowski, alim.akhtar, krzysztof.kozlowski, robh+dt,
	devicetree, linux-samsung-soc, linux-arm-kernel, linux-kernel,
	~postmarketos/upstreaming
  Cc: Henrik Grimler

Samsung's tablet Galaxy Tab S 10.5" (wifi) has codename chagallwifi
and is one of several tablets released in 2013 - 2014 based on Exynos
5420.  This initial devicetree adds support for accessing device over
USB or UART, and allows using a rootfs in either the internal eMMC or
an external sdcard.  4 out of 8 CPUs are brought up when device boots,
which is the same as on the somewhat similar device
exynos5420-arndale-octa.

Patch 2 is necessary after a secure-firmware node is added, otherwise
device hangs during the CPU1BOOT secure monitor call. Without the
secure-firmware node we are not able to bring up any secondary CPUs.

Henrik Grimler (3):
  dt-bindings: arm: samsung: document chagallwifi board binding
  ARM: exynos: only do SMC_CMD_CPU1BOOT call on Exynos4
  ARM: dts: Add support for Samsung Chagallwifi

 .../bindings/arm/samsung/samsung-boards.yaml  |   1 +
 arch/arm/boot/dts/Makefile                    |   1 +
 arch/arm/boot/dts/exynos5420-chagallwifi.dts  |  57 ++
 .../dts/exynos5420-galaxy-tab-common.dtsi     | 647 ++++++++++++++++++
 arch/arm/mach-exynos/firmware.c               |   4 +-
 5 files changed, 709 insertions(+), 1 deletion(-)
 create mode 100644 arch/arm/boot/dts/exynos5420-chagallwifi.dts
 create mode 100644 arch/arm/boot/dts/exynos5420-galaxy-tab-common.dtsi


base-commit: b1cbda0fc3431b464aa78b5f335a5d35428f10c8
-- 
2.34.1


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

end of thread, other threads:[~2022-01-15 20:30 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 15:40 [PATCH 0/3] Add initial support for exynos5420-chagallwifi Henrik Grimler
2022-01-13 15:40 ` Henrik Grimler
2022-01-13 15:40 ` [PATCH 1/3] dt-bindings: arm: samsung: document chagallwifi board binding Henrik Grimler
2022-01-13 15:40   ` Henrik Grimler
2022-01-15 16:35   ` Krzysztof Kozlowski
2022-01-15 16:35     ` Krzysztof Kozlowski
2022-01-13 15:40 ` [PATCH 2/3] ARM: exynos: only do SMC_CMD_CPU1BOOT call on Exynos4 Henrik Grimler
2022-01-13 15:40   ` Henrik Grimler
2022-01-13 15:40 ` [PATCH 3/3] ARM: dts: Add support for Samsung Chagallwifi Henrik Grimler
2022-01-13 15:40   ` Henrik Grimler
2022-01-15 16:34   ` Krzysztof Kozlowski
2022-01-15 16:34     ` Krzysztof Kozlowski
2022-01-15 20:28     ` Henrik Grimler
2022-01-15 20:28       ` Henrik Grimler

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.