mbox series

[0/2] ARM: dts: exynos: Add support for Samsung Klimt WiFi

Message ID 20220124131241.29946-1-henrik@grimler.se (mailing list archive)
Headers show
Series ARM: dts: exynos: Add support for Samsung Klimt WiFi | expand

Message

Henrik Grimler Jan. 24, 2022, 1:12 p.m. UTC
Klimt WiFi has product name Samsung Galaxy Tab S 8.4" and was released
in 2014.  It has similar hardware to exynos5420-chagall-wifi and the
two devices can hence share a common base dtsi. 

Same issues as for Chagall Wifi applies: CCI has to be disabled and
only 4 out of 8 CPUs are brought up at boot (see
https://lore.kernel.org/r/20220118185746.299832-4-henrik@grimler.se).

Henrik Grimler (2):
  dt-bindings: arm: samsung: document Klimt WiFi board binding
  ARM: dts: Add support for Samsung Klimt WiFi

 .../bindings/arm/samsung/samsung-boards.yaml  |  1 +
 arch/arm/boot/dts/Makefile                    |  1 +
 arch/arm/boot/dts/exynos5420-klimt-wifi.dts   | 75 +++++++++++++++++++
 3 files changed, 77 insertions(+)
 create mode 100644 arch/arm/boot/dts/exynos5420-klimt-wifi.dts


base-commit: e758cdb29e81cee1d53e1a06bb3db0a32fc8c347

Comments

Krzysztof Kozlowski Jan. 25, 2022, 5:02 p.m. UTC | #1
On Mon, 24 Jan 2022 14:12:39 +0100, Henrik Grimler wrote:
> Klimt WiFi has product name Samsung Galaxy Tab S 8.4" and was released
> in 2014.  It has similar hardware to exynos5420-chagall-wifi and the
> two devices can hence share a common base dtsi.
> 
> Same issues as for Chagall Wifi applies: CCI has to be disabled and
> only 4 out of 8 CPUs are brought up at boot (see
> https://lore.kernel.org/r/20220118185746.299832-4-henrik@grimler.se).
> 
> [...]

Applied, thanks!

[1/2] dt-bindings: arm: samsung: document Klimt WiFi board binding
      commit: 8d4d0d7c43e6f87df02a0acac206b50c265962d1
[2/2] ARM: dts: exynos: Add support for Samsung Klimt WiFi
      commit: 21fc732222559c7b5a8731571d30501d5fcb631c

Best regards,