summaryrefslogtreecommitdiff
path: root/overlays/Makefile
AgeCommit message (Collapse)Author
2023-05-02verdin-am62: add NAU8822 BTL overlaytoradex_ti-linux-5.10.y_bringupFrancesco Dolcini
Add NAU8822 BTL overlay. Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
2023-05-02verdin-am62: add DSI to HDMI overlayFrancesco Dolcini
Add Verdin DSI to HDMI adapter overlay. Related-to: ELB-5026 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
2023-04-28verdin-am62: add dsi to 10inch lvds panel overlayMarcel Ziswiler
Add overlay for 10 inch capacitive touch panel connected via DSI to LVDS adapter. Related-to: ELB-5026 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2023-04-13verdin-am62: add ov5640 camera overlayMax Krummenacher
Use media-ctl to set the format of the source node and gst-launch-1.0 to start and consume the video stream. media-ctl --set-v4l2 '"ov5640 4-003c":0 [fmt:UYVY8_1X16/640x480@1/30]' gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=30 ! \ video/x-raw,width=640,height=480, format=YUY2 ! waylandsink sync=false [B media-ctl --set-v4l2 '"ov5640 4-003c":0 [fmt:UYVY8_1X16/720x480@1/30]' gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=30 ! \ video/x-raw,width=720,height=480, format=YUY2 ! waylandsink sync=false media-ctl --set-v4l2 '"ov5640 4-003c":0 [fmt:UYVY8_1X16/1280x720@1/30]' gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=30 ! \ video/x-raw,width=1280,height=720, format=YUY2 ! waylandsink sync=false media-ctl --set-v4l2 '"ov5640 4-003c":0 [fmt:UYVY8_1X16/1920x1080@1/15]' gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=30 ! \ video/x-raw,width=1920,height=1080, format=YUY2 ! waylandsink sync=false media-ctl --set-v4l2 '"ov5640 4-003c":0 [fmt:UYVY8_1X16/2592x1944@1/15]' gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=30 ! \ video/x-raw,width=2592,height=1944, format=YUY2 ! waylandsink sync=false root@verdin-am62-14917625:~# media-ctl --set-v4l2 '"ov5640 4-003c":0 [fmt:UYVY8_1X16/640x480@1/30]' root@verdin-am62-14917625:~# gst-launch-1.0 v4l2src device=/dev/video0 num-buffers=30 ! \ video/x-raw,width=640,height=480, format=YUY2 ! waylandsink sync=false -v Setting pipeline to PAUSED ... Pipeline is live and does not need PREROLL ... Pipeline is PREROLLED ... Setting pipeline to PLAYING ... New clock: GstSystemClock /GstPipeline:pipeline0/GstV4l2Src:v4l2src0.GstPad:src: caps = video/x-raw, width=(int)640, height=(int)480, format=(string)YUY2, framerate=(fraction)120/1, interlace-mode=(string)progressive, colorimetry=(string)2:4:16:1 /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:src: caps = video/x-raw, width=(int)640, height=(int)480, format=(string)YUY2, framerate=(fraction)120/1, interlace-mode=(string)progressive, colorimetry=(string)2:4:16:1 /GstPipeline:pipeline0/GstWaylandSink:waylandsink0.GstPad:sink: caps = video/x-raw, width=(int)640, height=(int)480, format=(string)YUY2, framerate=(fraction)120/1, interlace-mode=(string)progressive, colorimetry=(string)2:4:16:1 /GstPipeline:pipeline0/GstCapsFilter:capsfilter0.GstPad:sink: caps = video/x-raw, width=(int)640, height=(int)480, format=(string)YUY2, framerate=(fraction)120/1, interlace-mode=(string)progressive, colorimetry=(string)2:4:16:1 Redistribute latency... Got EOS from element "pipeline0". Execution ended after 0:00:01.011434424 Setting pipeline to NULL ... Freeing pipeline ... root@verdin-am62-14917625:~# Related-to: ELB-5082 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2023-04-11verdin-am62: add native lvds overlaysMarcel Ziswiler
Add overlays for native LVDS being MSP. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2023-03-07verdin-am62: add spidev overlayFrancesco Dolcini
Add spidev overlay for Verdin AM62. Related-to: ELB-5085 Signed-off-by: Francesco Dolcini <francesco.dolcini@toradex.com>
2023-01-13verdin-imx8: add overlay to support nau8822 codec btlEmanuele Ghidoli
Add overlay to configure the two loudspeaker outputs as a single Bridge Tied Load output getting higher output power. Related-to: ELB-4489 Signed-off-by: Emanuele Ghidoli <emanuele.ghidoli@toradex.com>
2022-10-03apalis-imx6: move to one overlay per accessoryMax Krummenacher
Move the existing overlays to dtsi files and include them into one accessory dts. Provide data-mapping timings appropriately for each machine instead of the hardcoding and use a single overlay per SoC to avoid code duplication. Set the bus-format via toradex specific data-mapping property in the machine specifig overlay. Make sure the panel-dpi compatible is set correctly in the display specific overlay. While at it use new lines consistently and set sensible width and height dimension for a fullHD analog RGB monitor. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
2022-10-03colibri-imx7: move to one overlay per accessoryAishwarya Kothari
Move the existing overlays to dtsi files and include them into one accessory dts. Provide data-mapping timings appropriately for each machine instead of the hardcoding and use a single overlay per SoC to avoid code duplication. Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-10-03colibri-imx6ull: move to one overlay per accessoryAishwarya Kothari
Move the existing overlays to dtsi files and include them into one accessory dts. Provide data-mapping timings appropriately for each machine instead of the hardcoding and use a single overlay per SoC to avoid code duplication. Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-10-03colibri-imx6: move to one overlay per accessoryAishwarya Kothari
Move the existing overlays to dtsi files and include them into one accessory dts. Provide data-mapping timings appropriately for each machine instead of the hardcoding and use a single overlay per SoC to avoid code duplication. Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-09-07apalis-imx6: add spidev overlayAishwarya Kothari
This overlay enables the spidev driver on the apalis imx6 spi interface. Related-to: ELB-4689 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-09-07colibri-imx6: add spidev overlayAishwarya Kothari
This overlay enables spidev driver on the colibri imx6 spi interface. Related-to: ELB-4689 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-09-07colibri-imx7: add spidev overlayAishwarya Kothari
This overlay enables the spidev driver on the colibri imx7 spi interface. Related-to: ELB-4689 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-09-07colibri-imx6ull: add spidev overlayAishwarya Kothari
This overlay enables spidev driver on the colibri iMX6ULL spi interface. Related-to: ELB-4689 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-08-23verdin-imx8mp: add spidev overlayAishwarya Kothari
This overlay enables spidev by default. Related-to: ELB-4652 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-08-23verdin-imx8mm: add spidev overlayAishwarya Kothari
This overlay enables spidev by default. Related-to: ELB-4652 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2021-09-02imx6ull-emmc: add overlaysOleksii Bidnichenko
Add following overlays: - Parallel RGB support - Parallel RGB LVDS support - Atmel MXT TS for boards with Capacitive Touch Connector - Atmel MXT TS for Capacitive Touch Adapter - Toradex 7" resistive touchscreen ad7879 Related-to: ELB-4065 Related-to: ELB-4080 Signed-off-by: Oleksii Bidnichenko <oleksii.bidnichenko@toradex.com>
2021-04-01overlays: sort Makefile entries alphabeticallyOleksandr Suvorov
Sort overlays' entries in Makefile alphabetically. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-04-01overlays: colibri-imx7: LCD-LVDS transceiverOleksandr Suvorov
Add the overlay to support the LCD-LVDS transceiver on Iris v2.0A in single-channel RGB24 mode. Related-to: ELB-3898 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-03-30overlays: colibri-imx6: add LVDS transceiverOleksandr Suvorov
Add the overlay to support LCD-LVDS transceiver on Iris v2.0A. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-22overlays: colibri-imx7: add connector and adapter overlaysDenys Drozdov
Add overlays for: - Atmel MXT TS for boards with Capacitive Touch Connector - Atmel MXT TS for Capacitive Touch Adapter - Fusion F0710A TS for boards with Capacitive Touch Connector - Fusion F0710A TS for Capacitive Touch Adapter Signed-off-by: Denys Drozdov <denys.drozdov@toradex.com>
2021-02-16overlays: colibri-imx6: standartize PCAP overlaysOleksandr Suvorov
Add overlays for: - Atmel MXT TS for boards with Capacitive Touch Connector - Atmel MXT TS for Capacitive Touch Adapter Related-to: ELB-3243 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-16overlays: display: add VGA DPI displayOleksandr Suvorov
Add an overlay to support the standard VGA monitor. Related-to: ELB-3246 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-11overlays: display: add FullHD DPI displayOleksandr Suvorov
Add an overlay to support FullHD monitor connected to a VGA connector of Eval/Aster/Iris board. Related-to: ELB-3243 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-11overlays: colibri-imx6: add hdmi supportOleksandr Suvorov
The HDMI interface remains disabled in the main devicetree. Add the overlay that turns it on, making able to use HDMI monitors. Related-to: ELB-3243 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-10overlays: colibri: Add 10" LVDS display overlayOleksandr Suvorov
The LVDS display connects via RGB->LVDS converter, so that we can use the parallel-rgb overlay, setting up only timing and data modes. Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-09overlays: colibri-imx7: add ad7879 touchscreenOleksandr Suvorov
The AD7879 resistive touchscreen device remains disabled in the main devicetree. Add the overlay which turns it on for using with a Resistive Touch Display 7". Related-to: ELB-3395 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-06overlays: colibri-imx7: add lcdif overlayOleksandr Suvorov
The LCDIF interface and related devices remain disabled in the main devicetree. Add an overlay to enable an LCDIF (Parallel RGB) interface and all related subsystems. Related-to: ELB-3395 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-01-05colibri-imx6: add stmpe touchscreenOleksandr Suvorov
The STMPE resistive touchscreen device remains disabled in the main devicetree. Add the overlay to be able using it with Resistive Touch Display 7". Related-to: ELB-3395 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-12-29colibri-imx6: add parallel rgb overlayOleksandr Suvorov
Add an overlay to enable all parallel RGG related subsystems. Related-to: ELB-3395 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-26overlays: apalis-imx6: simplify ov5640 v1.1a camOleksandr Suvorov
As it was decided, move all definitions back to the main devicetree. Rename the overlay according to approved naming scheme. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-25overlays: apalis-imx6: add vga supportOleksandr Suvorov
The VGA interface and related stuff remain disabled in the main devicetree. Add the overlay that turns it on, enabling to use VGA monitors. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-25overlays: apalis-imx6: add hdmi supportOleksandr Suvorov
The HDMI interface and related stuff remain disabled in the main devicetree. Add the overlay that turns it on, enabling to use HDMI monitors. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-25overlays: apalis-imx6: add stmpe touchscreenOleksandr Suvorov
The STMPE resistive touchscreen device remains disabled in the main devicetree. Add the overlay that turns on this device, enabling to use it with a Resistive Touch Display 7". Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-24overlays: add makefileOleksandr Suvorov
Add the initial version of Makefile using the reference solution from the commit 10a077204e0c ("overlays: add makefile using regular kbuild infrastructure") Realted-to: ELB-3239 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>