rpi4: boot: config: Add camera_auto_detect config for mipi csi camera
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Wed, 24 May 2023 10:13:49 +0000 (19:13 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 3 Aug 2023 09:40:27 +0000 (18:40 +0900)
Automatically load overlays for detected csi camera modules
to support rpi camera modules instead of not anymore supported
legacy camera firmware control.

Change-Id: Ib5eda3d73e7a3ab324123cd83c95b357abbdfc0d
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
rpi4/boot/config.txt
rpi4/boot/config_64bit.txt

index 9e9962a..515ffc8 100644 (file)
@@ -74,7 +74,8 @@ enable_uart=1
 uart_2ndstage=1
 
 # Enable the camera module
-start_x=1
+camera_auto_detect=1
+dtoverlay=camera
 
 # Turn off the red camera LED when recording video or taking a still picture
 disable_camera_led=1
index 5be1b88..2065424 100644 (file)
@@ -77,7 +77,8 @@ uart_2ndstage=1
 arm_64bit=1
 
 # Enable the camera module
-start_x=1
+camera_auto_detect=1
+dtoverlay=camera
 
 # Turn off the red camera LED when recording video or taking a still picture
 disable_camera_led=1