rk312x : cif : cif driver v0.0x1.3

This commit is contained in:
zyc
2014-09-03 10:58:58 +08:00
parent 3142d3667b
commit ef73b38954
3 changed files with 7 additions and 4 deletions

View File

@@ -109,6 +109,10 @@
};
};
&i2c1 {
status = "okay";
};
&rk3126_cif_sensor{
status = "okay";
};

View File

@@ -175,9 +175,6 @@
status = "okay";
};
};
&i2c1 {
status = "okay";
};
&i2c2 {
status = "okay";

View File

@@ -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);