summaryrefslogtreecommitdiff
path: root/arch/arm64/configs/toradex_imx_v8.config
AgeCommit message (Collapse)Author
2022-11-14toradex_defconfig: remove cma configurationtoradex_5.15-2.0.x-imxAndrejs Cainikovs
Verdin boards rely on CMA configuration in device tree instead. Upstream-Status: Inappropriate [downstream specific] Signed-off-by: Andrejs Cainikovs <andrejs.cainikovs@toradex.com>
2022-11-08toradex_imx_v8.config: Disable dspPhilippe Schenker
This commit disables the DSP on Verdin iMX8M Plus since it is anyway not used on our reference images. This removes the errormessage in dmesg: [ 0.816509] of_reserved_mem_lookup() returned NULL Upstream-Status: Inappropriate [Configuration] Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2022-10-11toradex_defconfig: Add systemd required kernel configFrancesco Dolcini
Add standard systemd requirements [0] to imx8 kernel config. [0] https://github.com/systemd/systemd/blob/main/README Upstream-status: Inappropriate [defconfig change] Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
2022-09-05toradex_defconfig: verdin-imx8mp: fix concurrent use of dsi and native hdmiMax Krummenacher
With native HDMI being a kernel built in and the DSI adapters being a module, concurrent use of the two leads to a not booting kernel. When DRM tries to bring up native HDMI it also tries to bring up the bridge to DSI which then returns EAGAIN as the DSI to HDMI/LVDS kernel modules cannot be loaded yet. This results in a never ending loop rather than continuing to init and trying again. Compiling the bridge to DSI as a module fixes the issue. Upstream-status: Inappropriate [defconfig change] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-09-05toradex_defconfig: remove unused graphic driversMax Krummenacher
These are not used on our SoM, remove them. Upstream-status: Inappropriate [defconfig change] Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-08-24arm64: configs: add verdin dsi to lvds adapterMarcel Ziswiler
Build the TI SN65DSI83 resp. SN65DSI84 as a module. This chip is used on the Verdin DSI to LVDS Adapter. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2022-08-04arm64: configs: toradex: Enable at24 eeprom driverFrancesco Dolcini
Enable EEPROM AT24 as built-in driver for Toradex Verdin family since as module it is not loaded automatically. Upstream-Status: Inappropriate [configuration] Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
2022-07-25arm64: configs: add toradex_defconfigPhilippe Schenker
Add toradex_imx_v8.config which contains the differences to NXPs config imx_v8_defconfig. With this file toradex_defconfig can be generated with the following commands: make imx_v8_defconfig scripts/kconfig/merge_config.sh -m .config arch/arm64/configs/toradex_imx_v8.config make savedefconfig cp defconfig arch/arm64/configs/toradex_defconfig Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>