mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk312x : cif : cif driver v0.0x1.3
This commit is contained in:
@@ -109,6 +109,10 @@
|
||||
};
|
||||
};
|
||||
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&rk3126_cif_sensor{
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -175,9 +175,6 @@
|
||||
status = "okay";
|
||||
};
|
||||
};
|
||||
&i2c1 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&i2c2 {
|
||||
status = "okay";
|
||||
|
||||
@@ -260,8 +260,10 @@ static u32 DISABLE_INVERT_PCLK_CIF1;
|
||||
cause warning, so remove this spin lock .
|
||||
*v0.1.2:
|
||||
1. rk3126 and rk3128 use different dts file.
|
||||
*v0.1.3:
|
||||
1. i2c 1 and wifi use the common io in rk3128,so just enable i2c1 in rk3126 dts file
|
||||
*/
|
||||
#define RK_CAM_VERSION_CODE KERNEL_VERSION(0, 1, 0x2)
|
||||
#define RK_CAM_VERSION_CODE KERNEL_VERSION(0, 1, 0x3)
|
||||
static int version = RK_CAM_VERSION_CODE;
|
||||
module_param(version, int, S_IRUGO);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user