public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/7] arm: am335x: Switch to upstream devicetree
@ 2025-11-28 20:46 Markus Schneider-Pargmann (TI.com)
  2025-11-28 20:46 ` [PATCH v2 1/7] arm: dts: am335x-evm: Add backlight to the panel Markus Schneider-Pargmann (TI.com)
                   ` (6 more replies)
  0 siblings, 7 replies; 19+ messages in thread
From: Markus Schneider-Pargmann (TI.com) @ 2025-11-28 20:46 UTC (permalink / raw)
  To: u-boot, Marc Murphy
  Cc: Tom Rini, Rasmus Villemoes, Kory Maincent, Marek Vasut,
	Romain Gantois, Parvathi Pudi, Basharath Hussain Khaja,
	Paul Barker, Markus Schneider-Pargmann (TI.com)

The series is split into two logical groups:

- Patches 1-3: Fixes for am335x-evm to boot and support the LCD panel
  with the current u-boot devicetree.
- Patches 4-7: Make upstream devicetree working with uboot. This
  adds tick-timer, adds compatibility of the board code for different
  USB probing and updates the defconfig.

The series has been tested on am335x-evm. Note that I don't have all
other boards built with the am335x_evm_defconfig, so tests are
appreciated.

Dependencies:
  - clk: ti: Cleanup common functions and omap-cm
      https://lore.kernel.org/r/20251128-topic-am33-clk-regmap-dep-v2026-01-v1-0-d722c79506b2@baylibre.com
  - dm: core: Support same compatible in host/gadget musb drivers
      https://lore.kernel.org/r/20251126-topic-musb-probing-v2026-01-v1-0-ff8d8c487130@baylibre.com
  - simple-pm-bus: Make clocks optional
      https://lore.kernel.org/r/20251128-topic-simple-pm-bus-optional-clocks-v2026-01-v1-1-e38040c88b6d@baylibre.com
  - video: simple_panel support for am335x evm panel
      https://lore.kernel.org/r/20251128-topic-am33-evm-lcd-v2026-01-v1-0-ef75d4330d3d@baylibre.com
  - power: domain: Add ti-omap-prm stub
      https://lore.kernel.org/r/20251128-topic-omap-prm-v2026-01-v1-1-72c5cc4c7728@baylibre.com

Best,
Markus

Signed-off-by: Markus Schneider-Pargmann (TI.com) <msp@baylibre.com>
---
Changes in v2:
- Most of the independent patches were extracted in smaller series
- Added patch to add vidconsole for am335x-evm
- Add chosen tick-timer to all devicetrees that are used with the
  am335x_evm_defconfig
- Link to v1: https://lore.kernel.org/r/20251118-topic-am33-evm-oftree-v2026-01-v1-0-91ce13c661e2@baylibre.com

---
Markus Schneider-Pargmann (TI.com) (7):
      arm: dts: am335x-evm: Add backlight to the panel
      configs: am335x_evm_defconfig: Enable panel
      include: configs: am335x_evm: Enable vidconsole
      arm: dts: am335x-*-u-boot: Add chosen tick-timer
      am33xx: Fix comment about config symbols
      am33xx: Support upstream devicetree binding
      configs: am335x_evm_defconfig: Switch to upstream devicetree

 arch/arm/dts/am335x-bone-common-u-boot.dtsi           | 14 ++++++++++++++
 arch/arm/dts/am335x-bone-u-boot.dtsi                  |  6 ++++++
 arch/arm/dts/am335x-boneblack-u-boot.dtsi             |  6 ++++++
 arch/arm/dts/am335x-bonegreen-u-boot.dtsi             |  6 ++++++
 arch/arm/dts/am335x-evm-u-boot.dtsi                   |  6 ++++++
 arch/arm/dts/am335x-evm.dts                           |  3 ++-
 arch/arm/dts/am335x-evmsk-u-boot.dtsi                 |  6 ++++++
 arch/arm/dts/am335x-icev2-u-boot.dtsi                 |  4 ++++
 arch/arm/dts/am335x-pocketbeagle-u-boot.dtsi          |  6 ++++++
 .../dts/am335x-sancloud-bbe-extended-wifi-u-boot.dtsi |  6 ++++++
 arch/arm/mach-omap2/am33xx/board.c                    | 16 ++++++++++------
 configs/am335x_evm_defconfig                          | 19 +++++++++++++++++--
 include/configs/am335x_evm.h                          |  2 ++
 13 files changed, 91 insertions(+), 9 deletions(-)
---
base-commit: f4cc2a9f36bdc1b9731aa285cc305d76c48ec79c
change-id: 20251118-topic-am33-evm-oftree-v2026-01-ea701e03f8cf
prerequisite-change-id: 20251125-topic-am33-clk-regmap-dep-v2026-01-2682a39beeda:v2
prerequisite-patch-id: adc433677bb6413c278d00b9e1d6b04b12d4a825
prerequisite-patch-id: 949cc619ccbb8cca5b29ab30ac37377e45ae607f
prerequisite-change-id: 20251125-topic-musb-probing-v2026-01-1343fff8176b:v1
prerequisite-patch-id: b8514a3b43228ff9ef6812dc5fe5eb53e2f141ae
prerequisite-patch-id: abfdeaa1999e4cbf98229c4eeafa9dd8dac4509e
prerequisite-patch-id: c6cc3f7eba8b785fbb8ea91cea349517c7c364fe
prerequisite-patch-id: 37352dffe91e2aef085c2a08fcbc922723dae7c1
prerequisite-change-id: 20251128-topic-simple-pm-bus-optional-clocks-v2026-01-1cd38bd8d3d8:v1
prerequisite-patch-id: af032219347b46e51f58b7d26dac1f59de77fda9
prerequisite-change-id: 20251128-topic-am33-evm-lcd-v2026-01-004f74a2ccfc:v1
prerequisite-patch-id: e00071ea7e9f3cff3f91b320134fcf9164986449
prerequisite-patch-id: 65efd192958e9b5f852dc4bafb30afe526624649
prerequisite-change-id: 20251128-topic-omap-prm-v2026-01-c97c20cd5eaa:v1
prerequisite-patch-id: 92857feb9e8685fe0e68a0e8e18dcdb57df56634

Best regards,
-- 
Markus Schneider-Pargmann (TI.com) <msp@baylibre.com>


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

end of thread, other threads:[~2025-12-02 18:10 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-28 20:46 [PATCH v2 0/7] arm: am335x: Switch to upstream devicetree Markus Schneider-Pargmann (TI.com)
2025-11-28 20:46 ` [PATCH v2 1/7] arm: dts: am335x-evm: Add backlight to the panel Markus Schneider-Pargmann (TI.com)
2025-12-01 10:07   ` Kory Maincent
2025-11-28 20:46 ` [PATCH v2 2/7] configs: am335x_evm_defconfig: Enable panel Markus Schneider-Pargmann (TI.com)
2025-12-01 10:10   ` Kory Maincent
2025-11-28 20:46 ` [PATCH v2 3/7] include: configs: am335x_evm: Enable vidconsole Markus Schneider-Pargmann (TI.com)
2025-12-01 10:19   ` Kory Maincent
2025-11-28 20:46 ` [PATCH v2 4/7] arm: dts: am335x-*-u-boot: Add chosen tick-timer Markus Schneider-Pargmann (TI.com)
2025-12-01 10:22   ` Kory Maincent
2025-11-28 20:46 ` [PATCH v2 5/7] am33xx: Fix comment about config symbols Markus Schneider-Pargmann (TI.com)
2025-12-01 10:24   ` Kory Maincent
2025-11-28 20:46 ` [PATCH v2 6/7] am33xx: Support upstream devicetree binding Markus Schneider-Pargmann (TI.com)
2025-12-01 13:14   ` Kory Maincent
2025-12-02 15:50     ` Markus Schneider-Pargmann
2025-12-02 16:19       ` Kory Maincent
2025-11-28 20:46 ` [PATCH v2 7/7] configs: am335x_evm_defconfig: Switch to upstream devicetree Markus Schneider-Pargmann (TI.com)
2025-12-01 13:28   ` Kory Maincent
2025-12-01 16:17   ` Tom Rini
2025-12-02 16:00     ` Markus Schneider-Pargmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox