summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2018-02-15 22:34:58 +0100
committerNicolas Dechesne <nicolas.dechesne@linaro.org>2018-02-15 22:34:58 +0100
commit942b644d07880dbe28ad52b460138235b22eee0d (patch)
tree8d3da9566efb8f8c2c82dccfec1d0329207b068d
parentf7d542973b9f585c019a8d3d223680c2102fa818 (diff)
debian: db410c: fix minor formating issues
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
-rw-r--r--debian/boards/dragonboard410c/README.textile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/boards/dragonboard410c/README.textile.in b/debian/boards/dragonboard410c/README.textile.in
index 828400b..b28686c 100644
--- a/debian/boards/dragonboard410c/README.textile.in
+++ b/debian/boards/dragonboard410c/README.textile.in
@@ -222,9 +222,11 @@ h4. Using CSI camera
For detailed information about using CSI camera, please refer to this "page":https://www.96boards.org/documentation/consumer/dragonboard410c/guides/camera-module.md.html.
h5. Important changes in release 18.01:
+
* An incorrect handling of the I2C address in the CCI driver is fixed. For any new camera sensor driver the I2C address in DT must be the 7bit I2C address (without read/write bit). For any present camera sensor this equals a right shift by one of the I2C address in DT (e.g. for OV5645 I2C address is changed from 0x76 to 0x3b).
h5. Important changes in release 17.09:
+
* The CAMSS driver now calculates the settle count value (based on the CSI2 Ths-settle parameter). This is done using the CSI2 pixel clock frequency reported by the CSI2 transmitter driver (camera sensor driver). The CSI2 transmitter driver must support the V4L2 control V4L2_CID_PIXEL_RATE otherwise the CAMSS driver will refuse to continue;
* The CAMSS driver now does not keep in sync the pixel format on the video device nodes and the media bus format on the VFE subdev nodes. The userspace must take care to set compatible format and frame size.
* The CCI driver is replaced by a new i2c adapter driver.