diff options
author | Yannic Moog <y.moog@phytec.de> | 2024-05-28 13:24:59 +0200 |
---|---|---|
committer | Fabio Estevam <festevam@gmail.com> | 2024-06-03 12:13:41 -0300 |
commit | c16aa668fd9fc8e98c74e19cd7cd95aef3873dbd (patch) | |
tree | 3d7ee67541c0baf6d6dab261a7e99d7570f8f516 /board/phytec | |
parent | a4e37613bd06e0496e0ee2d162573702d22cf69b (diff) | |
download | u-boot-c16aa668fd9fc8e98c74e19cd7cd95aef3873dbd.tar.gz u-boot-c16aa668fd9fc8e98c74e19cd7cd95aef3873dbd.tar.bz2 u-boot-c16aa668fd9fc8e98c74e19cd7cd95aef3873dbd.zip |
arm: imx8mm-phycore: move to OF_UPSTREAM
The PHYCORE_IMX8MM is used by the phyBOARD-Polis and the
phyGATE-Tauri-L. Migrate both boards to OF_UPSTREAM. Linux kernel device
trees for both boards can be used as is, corresponding U-Boot device
tree files are removed. U-Boot tweaks are kept unchanged.
Signed-off-by: Yannic Moog <y.moog@phytec.de>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Acked-by: Teresa Remmet <t.remmet@phytec.de>
Diffstat (limited to 'board/phytec')
-rw-r--r-- | board/phytec/phycore_imx8mm/MAINTAINERS | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/board/phytec/phycore_imx8mm/MAINTAINERS b/board/phytec/phycore_imx8mm/MAINTAINERS index e46e3691ba..58c5e2d0af 100644 --- a/board/phytec/phycore_imx8mm/MAINTAINERS +++ b/board/phytec/phycore_imx8mm/MAINTAINERS @@ -2,10 +2,7 @@ phyCORE-i.MX8M Mini M: Teresa Remmet <t.remmet@phytec.de> W: https://www.phytec.eu/product-eu/system-on-modules/phycore-imx-8m-mini-nano/ S: Maintained -F: arch/arm/dts/imx8mm-phyboard-polis-rdk.dts -F: arch/arm/dts/imx8mm-phycore-som.dtsi F: arch/arm/dts/imx8mm-phyboard-polis-rdk-u-boot.dtsi -F: arch/arm/dts/imx8mm-phygate-tauri-l.dts F: arch/arm/dts/imx8mm-phygate-tauri-l-u-boot.dtsi F: board/phytec/phycore_imx8mm/ F: configs/imx8mm-phygate-tauri-l_defconfig |