mbox series

[0/3] Fix HREF520 boot problems

Message ID 20231214-ux500-no-turnoff-lowbatt-v1-0-9dcff0783d62@linaro.org (mailing list archive)
Headers show
Series Fix HREF520 boot problems | expand

Message

Linus Walleij Dec. 14, 2023, 10:29 p.m. UTC
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.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
---
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(-)
---
base-commit: 88035e5694a86a7167d490bb95e9df97a9bb162b
change-id: 20231213-ux500-no-turnoff-lowbatt-9266e7ec44f6

Best regards,