summaryrefslogtreecommitdiff
path: root/overlays
AgeCommit message (Collapse)Author
2020-06-29overlays: apalis-imx6: add parallel camera adv7280Marcel Ziswiler
Add support of Analogue Camera Adapter V2.0B for Apalis iMX6 module. Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2020-06-25apalis-imx6_ov5640_overlay.dts: fix compillation warningsOleksandr Suvorov
There are a lot warnings from dtc compiler about the absence of necessary properties. [1] Fix all of them by adding a "geometry" of nodes. [1] ------------------------------------- overlays/apalis-imx6_ov5640_overlay.dts:48.5-18: Warning (reg_format): /fragment@1/__overlay__/ov5640_mipi@3c:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1) overlays/apalis-imx6_ov5640_overlay.dts:78.5-15: Warning (reg_format): /fragment@2/__overlay__/port@0:reg: property has invalid length (4 bytes) (#address-cells == 2, #size-cells == 1) apalis-imx6_ov5640_overlay.dtbo: Warning (pci_device_reg): Failed prerequisite 'reg_format' apalis-imx6_ov5640_overlay.dtbo: Warning (pci_device_bus_num): Failed prerequisite 'reg_format' apalis-imx6_ov5640_overlay.dtbo: Warning (simple_bus_reg): Failed prerequisite 'reg_format' apalis-imx6_ov5640_overlay.dtbo: Warning (i2c_bus_reg): Failed prerequisite 'reg_format' apalis-imx6_ov5640_overlay.dtbo: Warning (spi_bus_reg): Failed prerequisite 'reg_format' overlays/apalis-imx6_ov5640_overlay.dts:46.19-68.6: Warning (avoid_default_addr_size): /fragment@1/__overlay__/ov5640_mipi@3c: Relying on default #address-cells value overlays/apalis-imx6_ov5640_overlay.dts:46.19-68.6: Warning (avoid_default_addr_size): /fragment@1/__overlay__/ov5640_mipi@3c: Relying on default #size-cells value overlays/apalis-imx6_ov5640_overlay.dts:77.11-85.6: Warning (avoid_default_addr_size): /fragment@2/__overlay__/port@0: Relying on default #address-cells value overlays/apalis-imx6_ov5640_overlay.dts:77.11-85.6: Warning (avoid_default_addr_size): /fragment@2/__overlay__/port@0: Relying on default #size-cells value apalis-imx6_ov5640_overlay.dtbo: Warning (avoid_unnecessary_addr_size): Failed prerequisite 'avoid_default_addr_size' apalis-imx6_ov5640_overlay.dtbo: Warning (unique_unit_address): Failed prerequisite 'avoid_default_addr_size' overlays/apalis-imx6_ov5640_overlay.dts:77.11-85.6: Warning (graph_port): /fragment@2/__overlay__/port@0: graph node '#address-cells' is -1, must be 1 overlays/apalis-imx6_ov5640_overlay.dts:77.11-85.6: Warning (graph_port): /fragment@2/__overlay__/port@0: graph node '#size-cells' is -1, must be 0 ------------------------------------- Related-to: ELB-1316 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-06-25overlays: apalis-imx6: add csi camera ov5640 V1.1AOleksandr Suvorov
Add support of MIPI CSI-2 serial camera interface for Apalis iMX6 module. Note this version compatible both with V1.1A and V1.1B camera modules. Related-to: ELB-1316 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-06-19overlays: apalis-imx6: add csi camera ov5640 V1.1BOleksandr Suvorov
Add support of MIPI CSI-2 serial camera interface for Apalis iMX6 module. Related-to: ELB-1316 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
2020-05-26overlays: add initial overlaysIgor Opaniuk
Naming format: <machine>_<function>_overlay.dts Signed-off-by: Igor Opaniuk <igor.opaniuk@toradex.com>