summaryrefslogtreecommitdiff
path: root/arch/arm/dts/imx8mp-verdin-wifi-dev-u-boot.dtsi
Commit message (Collapse)AuthorAgeFilesLines
* arm64: dts: imx8mp: Drop EQoS clock workaroundMarek Vasut2023-03-301-6/+0
| | | | | | | | The assigned-clock no longer have to be dropped, the clock are now defined in clk-imx8mp.c and used by DWMAC driver to configure the DWMAC clock. Drop the workarounds from U-Boot specific DT extras. Signed-off-by: Marek Vasut <marex@denx.de>
* dm: dts: Convert driver model tags to use new schemaSimon Glass2023-02-141-28/+28
| | | | | | | Now that Linux has accepted these tags, move the device tree files in U-Boot over to use them. Signed-off-by: Simon Glass <sjg@chromium.org>
* arm: dts: verdin-imx8mp: enable caam in SPLAndrejs Cainikovs2022-10-241-0/+16
| | | | | | | CAAM is initialized in SPL, so relevant device tree nodes needs to be updated. Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
* verdin-imx8mp: synchronise device tree with linuxMarcel Ziswiler2022-07-251-0/+172
Synchronise device tree with linux v5.19-rc5. Please note that this also means that instead of the previous "generic" U-Boot specific carrier board agnostic device tree we are now using the regular one for the Verdin Development (carrier) board (e.g. imx8mp-verdin-wifi-dev.dtb rather than the previous imx8mp-verdin.dtb). Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>