Skip to content

Commit db79287

Browse files
committed
mira220: overlay: add readme for overlay
1 parent b9efe09 commit db79287

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

arch/arm/boot/dts/overlays/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
132132
i2s-gpio28-31.dtbo \
133133
i2s-master-dac.dtbo \
134134
ilitek251x.dtbo \
135-
mira220.dtbo \
136135
imx219.dtbo \
137136
imx258.dtbo \
138137
imx290.dtbo \
@@ -187,6 +186,7 @@ dtbo-$(CONFIG_ARCH_BCM2835) += \
187186
minipitft13.dtbo \
188187
miniuart-bt.dtbo \
189188
mipi-dbi-spi.dtbo \
189+
mira220.dtbo \
190190
mlx90640.dtbo \
191191
mmc.dtbo \
192192
mz61581.dtbo \

arch/arm/boot/dts/overlays/README

+14
Original file line numberDiff line numberDiff line change
@@ -3630,6 +3630,20 @@ Params: rotation Mounting rotation of the camera sensor (0 or
36303630
clk-continuous Switch to continuous mode on the CSI clock lane,
36313631
which increases the maximum frame rate slightly.
36323632
Appears not to work on Pi3.
3633+
Name: mira220
3634+
Info: ams mira220 camera module.
3635+
Uses Unicam 1, which is the standard camera connector on most Pi
3636+
variants.
3637+
Load: dtoverlay=mira220,<param>=<val>
3638+
Params: rotation Mounting rotation of the camera sensor (0 or
3639+
180, default 0)
3640+
orientation Sensor orientation (0 = front, 1 = rear,
3641+
2 = external, default external)
3642+
media-controller Configure use of Media Controller API for
3643+
configuring the sensor (default on)
3644+
cam0 Adopt the default configuration for CAM0 on a
3645+
Compute Module (CSI0, i2c_vc, and cam0_reg).
3646+
36333647

36343648

36353649
Name: papirus

0 commit comments

Comments
 (0)