mbox series

[GIT,PULL] Ux500 HREF520 DTS regression fix

Message ID CACRpkdZ9wCV7oohF2KX6MFwmuSPR_i7et8O5SH=op6gyQ4mOvQ@mail.gmail.com (mailing list archive)
State Accepted
Commit 5a256cf710cd8e2412e01de34e36239b848dbc0d
Headers show
Series [GIT,PULL] Ux500 HREF520 DTS regression fix | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git tags/ux500-dts-soc-for-v6.8

Message

Linus Walleij Dec. 15, 2023, 6:55 p.m. UTC
Hi SoC maintainers,

this system is probably only used by me so there is no rush
to get this in, please pull it for v6.8.

I sent a single DTS patch before but they should not collide.

Yours,
Linus Walleij

The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:

  Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-integrator.git
tags/ux500-dts-soc-for-v6.8

for you to fetch changes up to 4ecae2ae9535cf1509b9404080b448bce179d662:

  ARM: dts: ux500-href: Switch HREF520 to AB8505 (2023-12-15 19:50:30 +0100)

----------------------------------------------------------------
More Ux500 device tree updates for v6.8

The HREF520 reference design had the wrong analog baseband
defined causing a boot regression.

Was AB8500, but this board has AB8505.

Rearrange the device trees to make it possible to define
a different AB and slot it in.

----------------------------------------------------------------
Linus Walleij (3):
      ARM: dts: ux500-href: Push AB8500 inclusion to the top
      ARM: dts: ux500-href: Push AB8500 config out
      ARM: dts: ux500-href: Switch HREF520 to AB8505

 arch/arm/boot/dts/st/ste-href-ab8500.dtsi      |  48 +++
 arch/arm/boot/dts/st/ste-href-ab8505.dtsi      | 490 +++++++++++++++++++++++++
 arch/arm/boot/dts/st/ste-href.dtsi             |  55 ---
 arch/arm/boot/dts/st/ste-href520-tvk.dts       |   1 +
 arch/arm/boot/dts/st/ste-hrefprev60-stuib.dts  |   1 +
 arch/arm/boot/dts/st/ste-hrefprev60-tvk.dts    |   1 +
 arch/arm/boot/dts/st/ste-hrefv60plus-stuib.dts |   1 +
 arch/arm/boot/dts/st/ste-hrefv60plus-tvk.dts   |   1 +
 arch/arm/boot/dts/st/ste-hrefv60plus.dtsi      |   1 -
 9 files changed, 543 insertions(+), 56 deletions(-)
 create mode 100644 arch/arm/boot/dts/st/ste-href-ab8505.dtsi

Comments

patchwork-bot+linux-soc@kernel.org Dec. 21, 2023, 5:41 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:

On Fri, 15 Dec 2023 19:55:53 +0100 you wrote:
> Hi SoC maintainers,
> 
> this system is probably only used by me so there is no rush
> to get this in, please pull it for v6.8.
> 
> I sent a single DTS patch before but they should not collide.
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] Ux500 HREF520 DTS regression fix
    https://git.kernel.org/soc/soc/c/5a256cf710cd

You are awesome, thank you!