diff options
author | Tom Rini <trini@konsulko.com> | 2024-11-09 11:26:14 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2024-11-09 11:26:14 -0600 |
commit | 9c25cd563179cf32cf3b119d5ae78ef8348d0335 (patch) | |
tree | c276c6af42a7e1f8c4e8fde49acb605f46e72330 /arch/arm/dts/imx6dl-dhcom-picoitx.dts | |
parent | f448c4517b55f4018271cdf014615eb54121d863 (diff) | |
parent | 28958998f6301bc4a247a9057a623f997ee78c11 (diff) |
Merge tag 'u-boot-imx-master-20241105' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/23262
- Improve imx9 boot medium autodection.
- Add possibility to skip DCD on i.MX8.
- Switch to using upstream DT on DH i.MX6 DHCOM.
- Add support for i.MX6DL DHCOM SoM on PDK2 carrier board.
- Handle FIELD_RETURN on i.MX HAB.
Diffstat (limited to 'arch/arm/dts/imx6dl-dhcom-picoitx.dts')
-rw-r--r-- | arch/arm/dts/imx6dl-dhcom-picoitx.dts | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/dts/imx6dl-dhcom-picoitx.dts b/arch/arm/dts/imx6dl-dhcom-picoitx.dts deleted file mode 100644 index 038bb002555..00000000000 --- a/arch/arm/dts/imx6dl-dhcom-picoitx.dts +++ /dev/null @@ -1,20 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0+ -/* - * Copyright (C) 2021 DH electronics GmbH - * - * DHCOM iMX6 variant: - * DHCM-iMX6DL-C0800-R102-F0819-E-SD-RTC-T-HS-I-01D2 - * DHCOM PCB number: 493-300 or newer - * PicoITX PCB number: 487-600 or newer - */ -/dts-v1/; - -#include "imx6dl.dtsi" -#include "imx6qdl-dhcom-som.dtsi" -#include "imx6qdl-dhcom-picoitx.dtsi" - -/ { - model = "DH electronics i.MX6DL DHCOM on PicoITX"; - compatible = "dh,imx6dl-dhcom-picoitx", "dh,imx6dl-dhcom-som", - "fsl,imx6dl"; -}; |