summaryrefslogtreecommitdiff
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-05colibri-imx7: workaround for atmel-mxt connectorPhilippe Schenker
Settings for adapter are wrongly redefined in imx7-colibri-eval-v3.dtsi which leads to this overlay currently not working. As a workaround, do redefine these settings again in this overlay. Related-to: ELB-4830 Signed-off-by: Philippe Schenker <philippe.schenker@toradex.com>
2022-10-04colibri-imx6: fix panel-cap-touch-10inch-lvds_overlayMarcel Ziswiler
The panel-cap-touch-10inch-lvds_overlay was inadvertently using the adapter rather than the connector for the atmel-mxt capacitive touch screen. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2022-10-03.gitignore: ignore build artifactsMarcel Ziswiler
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com> (cherry picked from commit 4b262f28720e12214c92d2c90c94f711ece31448) Add also to the master branch Signed-off-by: Max Krummenacher <max.krummenacher@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-30verdin-imx8mm: clean fix spidev overlayAishwarya Kothari
This commit corrects the indentation, adds a comment about the the compatible chipname used to bind the spidev driver and removes the redundant status variable. Fixes: d929016d ("verdin-imx8mm: add spidev overlay") Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-08-30verdin-imx8mp: clean fix spidev overlayAishwarya Kothari
This commit corrects the indentation, adds a comment about the the compatible chipname used to bind the spidev driver and removes the redundant status variable. Fixes: 9282bdc4 ("verdin-imx8mp: add spidev overlay") Related-to: ELB-4652 Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-08-26verdin-imx8mp: fix spidev overlayAishwarya Kothari
This commit suppresses compiler warnings about address-cells and size-cells properties missing in spidev block Fixes: 9282bdc4 ("verdin-imx8mp: add spidev overlay") Signed-off-by: Aishwarya Kothari <aishwarya.kothari@toradex.com>
2022-08-25verdin-imx8mm: fix spidev overlayAishwarya Kothari
This commit suppresses compiler warnings about address-cells and size-cells properties missing in spidev block Fixes: d929016d ("verdin-imx8mm: add spidev overlay") 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>
2022-05-05overlays: mxt-adapter: fix reset gpio polarityMarcel Ziswiler
Fix reset GPIO polarity in-line with the following upstream fix: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit?id=feedaacdadfc332e1a6e436f3adfbc67e244db47 Signed-off-by: Marcel Ziswiler <marcel.ziswiler@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-06-21apalis-imx6: fix ov5640 overlaysOleksandr Suvorov
When the overlays was converting to the syntactic sugar, the ov5640 driver was sat to the wrong i2c channel. Fix it. Fixes: 9b0e73d2115d ("apalis-imx6: convert ov5640 v1.1b to syntactic sugar") Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-04-02overlays: apalis-imx6: fix adv7280 nodeSergio Prado
The correct name for the node is adv_7280, as declared in imx6qdl-apalis.dtsi. Related-to: TOR-1692 Signed-off-by: Sergio Prado <sergio.prado@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-03-29overlays: colibri-imx7: fix compatible listOleksandr Suvorov
Add missing emmc version of the module into the compatible lists. Related-to: ELB-3849 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2021-02-23overlays: colibri-imx7: imx7-emmc support for touchscreenDenys Drozdov
colibri-imx7d-emmc target should be compatible to support capacitive touchscreen on imx7d-emmc Signed-off-by: Denys Drozdov <denys.drozdov@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-19Add license checking in CIPhilippe Schenker
2021-02-19Add license to all overlaysPhilippe Schenker
Use the same license as we use on regular linux-tree Related-to: ELB-2958 Signed-off-by: Philippe Schenker's avatarPhilippe Schenker <philippe.schenker@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: colibri: Fix color format for 10" displayOleksandr Suvorov
The LCD interface of colibri-imx6 codes 24-bit mode in a different way than all other colibri modules. Thus using RGB24 mode prevents this overlay to be used with colibri-imx6. Use default RGB666 mode to make the overlay compatible with all colibri modules. Fixes: ecde642a77ee ("overlays: colibri-imx8x: move LVDS stuff to common display overlay") 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: fix compatible stringsOleksandr Suvorov
Fix compatible string sets for display and colibri-imx6 overlays. 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-12-08overlays: apalis-imx6: fix lvds supportOleksandr Suvorov
Make lvds overlay working properly, enabling backlight, pwm for backlight and lvds channel. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-26overlays: apalis-imx6: adv7280 cam reworkedOleksandr Suvorov
As it's decided, move all definitions back to the main devicetree. Related-to: ELB-3240 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-11-26overlays: apalis-imx6: simplify ov5640 v1.1b 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>