summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/freescale/imx8qp-apalis-v1.1-ixora-v1.2.dts
AgeCommit message (Collapse)Author
2022-12-21arm64: dts: imx8-apalis: import dt from toradex_5.4-2.3.x-imxMax Krummenacher
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>