mbox series

[GIT,PULL] Ux500 DTS updates for v5.6 take two

Message ID CACRpkdaN2Lv_rBEYNiyAarA81yea6Eky8w_htqZqdRng8S-DcA@mail.gmail.com (mailing list archive)
State Mainlined
Commit 0b0d7158916ac73738b9e9e585730a8addaa4bc1
Headers show
Series [GIT,PULL] Ux500 DTS updates for v5.6 take two | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git tags/ux500-armsoc-v5.6-2

Message

Linus Walleij Dec. 26, 2019, 10:57 p.m. UTC
Hi SoC maintainers,

This is another set of DTS updates for the Ux500, adding
support for the AB8505 PMIC and the Samsung GT-I8190
"Golden" phone.

Please pull it in wherever the previous DTS updates were
pulled in (based on the earlier top commit).

Yours,
Linus Walleij

The following changes since commit 42a1e9450c27de15067d1d25f6a608e2bfeb72b2:

  ARM: dts: ux500: Add devicetree for HREF520 (2019-12-09 14:45:02 +0100)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
tags/ux500-armsoc-v5.6-2

for you to fetch changes up to 224bf0fe729237c4da241e5966abfc1bfb4353a3:

  ARM: dts: ux500: samsung-golden: Add Bluetooth (2019-12-26 00:12:25 +0100)

----------------------------------------------------------------
Support the Samsung GT-I8190/Golden phone:

- Proper include file for the AB8505 PMIC variant.
- Add a DTS file for the GT-I8190/Golden
- Extend the IMU, touch screen, WiFi and Bluetooth
  as separate patches.

----------------------------------------------------------------
Stephan Gerhold (8):
      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

 Documentation/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 ------------
 arch/arm/boot/dts/ste-ux500-samsung-golden.dts   | 455 +++++++++++++++++++++++
 5 files changed, 737 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