colibri-imx7d/-emmc: synchronise device tree with linux
authorMarcel Ziswiler <marcel.ziswiler@toradex.com>
Thu, 21 Jul 2022 13:27:35 +0000 (15:27 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 25 Jul 2022 14:12:00 +0000 (16:12 +0200)
commit25ab97986c0f96247e9911f6872f7dbc9c40a12e
tree0249524eaf72afb5bd3d9a4cd5dec1d74e950df2
parent2f96d4dd95f848c738eb08d7783e495a225191bf
colibri-imx7d/-emmc: synchronise device tree with linux

Synchronise device tree with linux-next next-20220708.

Please note that this also means that instead of the previous "generic"
U-Boot specific carrier board agnostic device trees we are now using the
regular ones for the Colibri Evaluation (carrier) board V3 (e.g.
imx7d-colibri-eval-v3.dtb rather than the previous
imx7-colibri-rawnand.dtb and imx7d-colibri-emmc-eval-v3.dtb rather than
the previous imx7-colibri-emmc.dtb).

Please further note that the PMIC node name got changed from rn5t567@33
to pmic@33 which required adjustment in resp. board file
board/toradex/colibri_imx7/colibri_imx7.c.

Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
15 files changed:
arch/arm/dts/Makefile
arch/arm/dts/imx7-colibri-emmc.dts [deleted file]
arch/arm/dts/imx7-colibri-eval-v3.dtsi [new file with mode: 0644]
arch/arm/dts/imx7-colibri-rawnand.dts [deleted file]
arch/arm/dts/imx7-colibri.dtsi
arch/arm/dts/imx7d-colibri-emmc-eval-v3-u-boot.dtsi [new symlink]
arch/arm/dts/imx7d-colibri-emmc-eval-v3.dts [new file with mode: 0644]
arch/arm/dts/imx7d-colibri-emmc.dtsi [new file with mode: 0644]
arch/arm/dts/imx7d-colibri-eval-v3-u-boot.dtsi [moved from arch/arm/dts/imx7-colibri-u-boot.dtsi with 79% similarity]
arch/arm/dts/imx7d-colibri-eval-v3.dts [new file with mode: 0644]
arch/arm/dts/imx7d-colibri.dtsi [new file with mode: 0644]
board/toradex/colibri_imx7/MAINTAINERS
board/toradex/colibri_imx7/colibri_imx7.c
configs/colibri_imx7_defconfig
configs/colibri_imx7_emmc_defconfig