arm64: dts: Troika : add eeprom support
authorxff <fangfang.xu@samsung.com>
Mon, 25 Feb 2019 12:21:44 +0000 (20:21 +0800)
committerlingsen1 <lingsen1@lenovo.com>
Mon, 10 Jun 2019 03:24:41 +0000 (11:24 +0800)
Change-Id: Ib0d081095f7d45d72ddb3085a48815d0e5491c63
Signed-off-by: xff <fangfang.xu@samsung.com>
arch/arm64/boot/dts/exynos/exynos9610-troika-camera.dtsi

index d1826b6ea90a317a609cada735d7e5899df98673..0ed54f8a82e9b8ba650ac4ae141ec4c1b645e2a7 100644 (file)
                                        product_name = <100>; /* NOTHING */
                                };
 
+                               eeprom {
+                                        product_name = <3>; /* EEPROM_NAME_OV12A10 */
+                                };
+
                                internal_vc {
                                        vc_list = <1 VC_PRIVATE 0 2 VC_MIPISTAT 0>;
                                };
                                        product_name = <100>; /* NOTHING */
                                };
 
+                               eeprom {
+                                        product_name = <4>; /* EEPROM_NAME_OV12A10FF */
+                                };
+
                                internal_vc {
                                        /* DUMMY */
                                };
                                        product_name = <100>; /* NOTHING */
                                };
 
+                               eeprom {
+                                        product_name = <5>; /* EEPROM_NAME_OV16885C */
+                                };
+
                                internal_vc {
                                        vc_list = <3 VC_EMBEDDED 0>;
                                };
                id = <0>; /* matching fimc_is_sensor id */
                place = <0>;
        };
+
+        fimc-is-eeprom@50 {
+                compatible = "samsung,exynos5-fimc-is-sensor-eeprom-12a10";
+                reg = <0x50>;
+                id = <0>;
+        };
 };
 
 /* I2C_CAM1 */ /* SENSOR_CONTROL_I2C1 */
                setfile = "setA";
                use_initial_ae; /* for initial AE */
        };
+
+        fimc-is-eeprom@50 {
+                compatible = "samsung,exynos5-fimc-is-sensor-eeprom-12a10ff";
+                reg = <0x50>;
+                id = <2>;
+        };
 };
 
 /* I2C_CAM2 */ /* SENSOR_CONTROL_I2C2 */
                setfile = "setA";
                use_initial_ae; /* for initial AE */
        };
+
+        fimc-is-eeprom@50 {
+                compatible = "samsung,exynos5-fimc-is-sensor-eeprom-16885c";
+                reg = <0x50>;
+                id = <1>;
+        };
 };
 
 /* I2C_CAM3 */ /* SENSOR_CONTROL_I2C1 */