summaryrefslogtreecommitdiff
path: root/overlays/apalis-imx6_ov5640_overlay.dts
AgeCommit message (Collapse)Author
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-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>
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>
2020-08-19apalis-imx6: convert ov5640 v1.1b to syntactic sugarOleksandr Suvorov
Convert an overlay file for CSI camera ov5640 V1.1B for Apalis iMX6 module into Syntactic Sugar format, as this format is strongly recommended in Embedded Linux Wiki [1]. [1] https://elinux.org/Device_Tree_Reference#Overlay_Source_Format Related-to: ELB-2834 Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@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-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>