Commit 6405f029 authored by Andrey Filippov's avatar Andrey Filippov
Browse files

debugging Boson driver, other warnings cleanup

parent 384c0d4b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -278,8 +278,8 @@
                                                   "sensor_temp    0x18 1 2 100",
                                                   "cy22393        0x69 1 1 100",
                                                   "lepton35       0x2a 2 2 500",
/*Update elphel393-sensor-i2c to support uart instead of the i2c */                
                                                   "boson640       0x2a 2 2 500";
/*Update elphel393-sensor-i2c to support uart instead of the i2c. 0x81 - 80 - extif/!i2c, 1 - extif mode,rah:2lsbs - bytes  */                
                                                   "boson640       0x81 2 2 500";
    } ;
    framepars_operations: elphel393-framepars@0 {
        compatible = "elphel,elphel393-framepars-1.00";
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ obj-$(CONFIG_ELPHEL393) += pgm_functions.o
obj-$(CONFIG_ELPHEL393)           += mt9x001.o
obj-$(CONFIG_ELPHEL393)           += mt9f002.o
obj-$(CONFIG_ELPHEL393)           += lepton.o
obj-$(CONFIG_ELPHEL393)           += boson640.o
obj-$(CONFIG_ELPHEL393)           += multi10359.o
obj-$(CONFIG_ELPHEL393)           += imu_log393.o

Loading