mbox series

[0/2] Migrate PHYTEC imx8m boards to OF_UPSTREAM

Message ID 20240528-phytec_imx8_of_upstream-v1-0-c884c1ddca5f@phytec.de
Headers show
Series Migrate PHYTEC imx8m boards to OF_UPSTREAM | expand

Message

Yannic Moog May 28, 2024, 11:24 a.m. UTC
- update MAINTAINERS
- delete synced dt files
- imply OF_UPSTREAM
- update default device tree

---
Yannic Moog (2):
      arm: imx8mm-phycore: move to OF_UPSTREAM
      arm: imx8mp-phycore: move to OF_UPSTREAM

 arch/arm/dts/Makefile                       |   3 -
 arch/arm/dts/imx8mm-phyboard-polis-rdk.dts  | 460 --------------------------
 arch/arm/dts/imx8mm-phycore-som.dtsi        | 440 -------------------------
 arch/arm/dts/imx8mm-phygate-tauri-l.dts     | 489 ----------------------------
 arch/arm/dts/imx8mp-phyboard-pollux-rdk.dts | 361 --------------------
 arch/arm/dts/imx8mp-phycore-som.dtsi        | 323 ------------------
 arch/arm/mach-imx/imx8m/Kconfig             |   2 +
 board/phytec/phycore_imx8mm/MAINTAINERS     |   3 -
 board/phytec/phycore_imx8mp/MAINTAINERS     |   1 -
 configs/imx8mm-phygate-tauri-l_defconfig    |   2 +-
 configs/phycore-imx8mm_defconfig            |   2 +-
 configs/phycore-imx8mp_defconfig            |   2 +-
 12 files changed, 5 insertions(+), 2083 deletions(-)
---
base-commit: cecb5fbb42c8b3de3d5a7df40bc01d1fdf4731d3
change-id: 20240523-phytec_imx8_of_upstream-0a7d440038c9

Best regards,

Comments

Fabio Estevam June 3, 2024, 4:44 p.m. UTC | #1
On Tue, May 28, 2024 at 8:25 AM Yannic Moog <y.moog@phytec.de> wrote:
>
> - update MAINTAINERS
> - delete synced dt files
> - imply OF_UPSTREAM
> - update default device tree

Applied all to u-boot-imx/next, thanks.