1. 17 9月, 2022 4 次提交
  2. 19 6月, 2022 1 次提交
  3. 08 4月, 2022 4 次提交
  4. 11 2月, 2022 1 次提交
  5. 29 1月, 2022 1 次提交
  6. 22 11月, 2021 2 次提交
    • M
      arm64: dts: imx8mq-librem5: describe the selfie cam · fed76035
      Martin Kepplinger 提交于
      Enable the CSI1 MIPI RX controller and CSI1 bridge on the SoC. Describe
      the Librem 5 front-facing camera, connected to the CSI1 MIPI.
      
      the following sets formats, streams 10 frames and saves one:
      
      	#!/bin/bash
      	WIDTH=1632
      	HEIGHT=1224
      	SKIP=10
      
      	media-ctl -d "platform:30a90000.csi" --set-v4l2 "'csi':0 [fmt:SGBRG10/${WIDTH}x${HEIGHT} colorspace:raw]"
      	media-ctl -d "platform:30a90000.csi" --set-v4l2 "'imx8mq-mipi-csi2 30a70000.csi':0 [fmt:SGBRG10/${WIDTH}x${HEIGHT} colorspace:raw]"
      	media-ctl -d "platform:30a90000.csi" --set-v4l2 "'hi846 2-0020':0 [fmt:SGBRG10/${WIDTH}x${HEIGHT} colorspace:raw]"
      	media-ctl -d "platform:30a90000.csi" -l "'hi846 2-0020':0 -> 'imx8mq-mipi-csi2 30a70000.csi':0 [1]"
      	v4l2-ctl -d "/dev/v4l/by-path/platform-30a90000.csi-video-index0" --set-fmt-video=width=${WIDTH},height=${HEIGHT},pixelformat=GB16 --stream-mmap --stream-to=$WIDTH.raw --stream-skip=$SKIP --stream-count=1
      Signed-off-by: NMartin Kepplinger <martin.kepplinger@puri.sm>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      fed76035
    • M
      arm64: dts: imx8mq-librem5: describe power supply for cameras · 1019b783
      Martin Kepplinger 提交于
      CAMERA_PWR_EN controls two different power supplies that cameras will use.
      The hardware killswitch controls a third one. Describe that appropriately.
      
      The pinctrl that describes the gpio that is used in 2 places here is added
      to the pmic. This is done because pmic is powered early enough to make
      sure this will work.
      
      When we would have put the same pinctrl property into the 2 regulator nodes
      (instead of the pmic), we'd get:
      
      imx8mq-pinctrl 30330000.pinctrl: pin MX8MQ_IOMUXC_GPIO1_IO00 already requested by regulator-csi-1v8; cannot claim for regulator-vcam-2v8
      imx8mq-pinctrl 30330000.pinctrl: pin-10 (regulator-vcam-2v8) status -22
      imx8mq-pinctrl 30330000.pinctrl: could not request pin 10 (MX8MQ_IOMUXC_GPIO1_IO00) from group camerapwrgrp  on device 30330000.pinctrl
      Signed-off-by: NMartin Kepplinger <martin.kepplinger@puri.sm>
      Signed-off-by: NShawn Guo <shawnguo@kernel.org>
      1019b783
  7. 21 11月, 2021 1 次提交
  8. 15 10月, 2021 7 次提交
  9. 22 9月, 2021 1 次提交
  10. 29 3月, 2021 1 次提交
  11. 15 3月, 2021 2 次提交
  12. 29 1月, 2021 6 次提交
  13. 11 1月, 2021 3 次提交
  14. 26 10月, 2020 1 次提交
  15. 22 9月, 2020 2 次提交
  16. 13 9月, 2020 3 次提交