Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

media: dt-bindings: ovti,ov8856: Allow orientation & rotation props

Allow the orientation and rotation properties from video-interface-devices
to be specified. The sensor can be front or rear facing and can be mounted
at any rotation.

Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Signed-off-by: Alexander Koskovich <akoskovich@pm.me>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>

authored by

Alexander Koskovich and committed by
Hans Verkuil
78c7ab8a f75e1607

+6
+6
Documentation/devicetree/bindings/media/i2c/ovti,ov8856.yaml
··· 18 18 through I2C and two-wire SCCB. The sensor output is available via CSI-2 19 19 serial data output (up to 4-lane). 20 20 21 + allOf: 22 + - $ref: /schemas/media/video-interface-devices.yaml# 23 + 21 24 properties: 22 25 compatible: 23 26 const: ovti,ov8856 ··· 59 56 The phandle and specifier for the GPIO that controls sensor reset. 60 57 This corresponds to the hardware pin XSHUTDOWN which is physically 61 58 active low. 59 + 60 + orientation: true 61 + rotation: true 62 62 63 63 port: 64 64 $ref: /schemas/graph.yaml#/$defs/port-base