summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.1.dts
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2022-11-29 18:49:33 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2022-12-21 15:14:04 +0100
commitc99f6341348ef783bbda7eadd2b4c380c0b49a88 (patch)
tree5336b0d3f8324d703ed1409edb1f32e4548c0a86 /arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.1.dts
parent0ecb4b7393c1373e8d06d9f0f046c630ea134b64 (diff)
arm64: dts: imx8-apalis: import dt from toradex_5.4-2.3.x-imx
Use files as of commit fa26e026774a - changed the usbh1 HSIC INTn pin polarity. The driver needs ACTIVE_HIGH to correctly set the reference frequency strapping for that pin. The interrupt functionality is anyway not used. - add explicit usb phy regulators to prevent the following warnings [ 2.422290] mxs_phy 5b100000.usbphy: supply phy-3p0 not found, using dummy regulator [ 2.449998] usb_phy_generic bus@5b000000:usbphynop2: supply vcc not found, using dummy regulator [ 2.458951] usb_phy_generic bus@5b000000:usbphynop2: dummy supplies not allowed for exclusive requests - remove codec mclk from the simple audio card node. Otherwise the codec plays with twice the configured sampling rate. - remove the spidev nodes, this is now handled in dtb overlays - followed usbotg3 label which changed to usbotg3_cdns3 - followed usb3phynop1 label which changed to usb3_phy - enabled the new usbotg3 node - followed vpu related nodes changes - disabled dma for the lpuart1 used for the console - deleted changes to &mu_3_m0 mailbox node which is no longer used by the vpu - deleted changes to &rpmsg0, &rpmsg1 for which the base no longer exist in the SoC dtsi. - reworked the configuration of the HDMI/eDP physical layer to use a gpio hog - added the new hdcp-config property to hdmi node - followed hdmi-audio compatible change - followed HDMI firmware location change - followed label rename 's/pwm/lsio_pwm/' - license text updated to latest pattern - sorted alphabetical / whitespace fixes - moved backlight to a disabled node in the module dtb - removed regulator simple-bus - droped soc subnode in iomuxc - renamed pinctrl nodes to end in grp and no longer contain '_' - reworked pinctrls to enclose each pin with <...> - reworked top level compatibles to follow the same patterns between dts's. - added a CMA node to the reserved memory node Upstream-Status: Pending Mainline for i.MX 8 lacks a lot of functionality. Upstreaming will be done partly with the initial patchset adding Apalis iMX8. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.1.dts')
-rw-r--r--arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.1.dts17
1 files changed, 17 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.1.dts b/arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.1.dts
new file mode 100644
index 000000000000..33c57aef1586
--- /dev/null
+++ b/arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.1.dts
@@ -0,0 +1,17 @@
+// SPDX-License-Identifier: GPL-2.0-or-later OR MIT
+/*
+ * Copyright 2020-2022 Toradex
+ */
+
+/dts-v1/;
+
+#include "imx8qp-apalis-v1.1.dtsi"
+#include "imx8-apalis-ixora-v1.1.dtsi"
+
+/ {
+ model = "Toradex Apalis iMX8QP V1.1 on Apalis Ixora V1.1 Carrier Board";
+ compatible = "toradex,apalis-imx8-v1.1-ixora-v1.1",
+ "toradex,apalis-imx8-v1.1",
+ "fsl,imx8qp",
+ "fsl,imx8qm";
+};