devicetree.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] Add device tree for Samsung Galaxy S III mini (GT-I8190)
@ 2019-12-19 20:20 Stephan Gerhold
  2019-12-19 20:20 ` [PATCH 1/9] ARM: dts: ux500: Remove unused ste-href-ab8505.dtsi Stephan Gerhold
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Stephan Gerhold @ 2019-12-19 20:20 UTC (permalink / raw)
  To: Linus Walleij
  Cc: linux-arm-kernel, Rob Herring, Mark Rutland, devicetree,
	linux-kernel, Stephan Gerhold

This patch series adds initial support for booting mainline on
the Samsung Galaxy S III mini (GT-I8190), codename: "samsung-golden".
samsung-golden uses the Ux500 SoC, which has great support in mainline.

This is a project I have been working on for about an half year
in collaboration with Linus Walleij, who answered a sheer countless
amount of my questions. Thanks! :)

Stephan Gerhold (9):
  ARM: dts: ux500: Remove unused ste-href-ab8505.dtsi
  ARM: dts: ux500: Add device tree include for AB8505
  dt-bindings: arm: ux500: Document samsung,golden compatible
  ARM: dts: ux500: Add device tree for Samsung Galaxy S III mini
    (GT-I8190)
  ARM: dts: ux500: samsung-golden: Add IMU (accelerometer + gyroscope)
  ARM: dts: ux500: samsung-golden: Add touch screen
  ARM: dts: ux500: samsung-golden: Add WiFi
  ARM: dts: ux500: samsung-golden: Add Bluetooth
  ARM: defconfig: u8500: Enable new drivers for samsung-golden

 .../devicetree/bindings/arm/ux500.yaml        |   5 +
 arch/arm/boot/dts/Makefile                    |   3 +-
 arch/arm/boot/dts/ste-ab8505.dtsi             | 275 +++++++++++
 arch/arm/boot/dts/ste-href-ab8505.dtsi        | 234 ---------
 .../arm/boot/dts/ste-ux500-samsung-golden.dts | 455 ++++++++++++++++++
 arch/arm/configs/u8500_defconfig              |   9 +
 6 files changed, 746 insertions(+), 235 deletions(-)
 create mode 100644 arch/arm/boot/dts/ste-ab8505.dtsi
 delete mode 100644 arch/arm/boot/dts/ste-href-ab8505.dtsi
 create mode 100644 arch/arm/boot/dts/ste-ux500-samsung-golden.dts

-- 
2.24.1


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

end of thread, other threads:[~2019-12-25 23:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-19 20:20 [PATCH 0/9] Add device tree for Samsung Galaxy S III mini (GT-I8190) Stephan Gerhold
2019-12-19 20:20 ` [PATCH 1/9] ARM: dts: ux500: Remove unused ste-href-ab8505.dtsi Stephan Gerhold
2019-12-19 20:20 ` [PATCH 2/9] ARM: dts: ux500: Add device tree include for AB8505 Stephan Gerhold
2019-12-19 20:20 ` [PATCH 3/9] dt-bindings: arm: ux500: Document samsung,golden compatible Stephan Gerhold
2019-12-19 20:20 ` [PATCH 4/9] ARM: dts: ux500: Add device tree for Samsung Galaxy S III mini (GT-I8190) Stephan Gerhold
2019-12-19 20:20 ` [PATCH 5/9] ARM: dts: ux500: samsung-golden: Add IMU (accelerometer + gyroscope) Stephan Gerhold
2019-12-19 20:20 ` [PATCH 6/9] ARM: dts: ux500: samsung-golden: Add touch screen Stephan Gerhold
2019-12-19 20:20 ` [PATCH 7/9] ARM: dts: ux500: samsung-golden: Add WiFi Stephan Gerhold
2019-12-19 20:20 ` [PATCH 8/9] ARM: dts: ux500: samsung-golden: Add Bluetooth Stephan Gerhold
2019-12-19 20:20 ` [PATCH 9/9] ARM: defconfig: u8500: Enable new drivers for samsung-golden Stephan Gerhold
2019-12-25 23:21 ` [PATCH 0/9] Add device tree for Samsung Galaxy S III mini (GT-I8190) Linus Walleij

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).