Show
Ignore:
Timestamp:
11/19/05 15:55:30 (7 years ago)
Author:
khali
Message:

vt8231 cleanups, to get the 2.4 driver, libsensors and sensors
in line with the new 2.6 driver. The most important changes are temp
inputs renumbering, and conversion formulas changes, because part of the
conversions are now done by the driver as required by the interface
standard.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lm-sensors/trunk/doc/chips/vt8231

    r3007 r3194  
    55 
    66Supported chips: 
    7   * Via VT8231 South Bridge 
     7  * VIA VT8231 South Bridge 
    88    Prefix: 'vt8231' 
    99        Addresses scanned: none, address read from PCI space 
     
    3737----------- 
    3838 
    39 The Via VT8231 South Bridge contains voltage/temperature monitoring and 
     39The VIA VT8231 South Bridge contains voltage/temperature monitoring and 
    4040PWM control circuitry for two fans. 
    4141 
    42 We define the sensors as follows. Somewhat convoluted to minimize 
    43 changes from via686a. Temp1 and in6 are unimplemented in the vt8231 
    44 chip but are included in the driver. 
     42We define the sensors as follows. 
    4543 
    4644    Sensor          Voltage Mode    Temp Mode       uch_config bit 
    4745    ------          ------------    ---------       --------------     
    48     Reading 1                       temp3 
    49     Reading 3                       temp1 
    50     UCH1/Reading 2  in0             temp2           0x04 (4) 
    51     UCH2            in1             temp4           0x08 (8) 
    52     UCH3            in2             temp5           0x10 (16) 
    53     UCH4            in3             temp6           0x20 (32) 
    54     UCH5            in4             temp7           0x40 (64) 
     46    Reading 1                       temp1 
     47    UCH1            in0             temp2           0x04 (4) 
     48    UCH2            in1             temp3           0x08 (8) 
     49    UCH3            in2             temp4           0x10 (16) 
     50    UCH4            in3             temp5           0x20 (32) 
     51    UCH5            in4             temp6           0x40 (64) 
    5552    3.3V            in5 
    56     -12V            in6 
    5753 
    5854As noted above, 5 of the sensors are "universal channels" and can 
     
    9288in4                   -                     -                       R-     2 
    9389in5                   -                     -                       R-     2 
    94 in6                   -                     -                       R-     2 
    9590in0_min               in0                   in0                     RW     2 
    9691in1_min               in1                   in1                     RW     2 
     
    9994in4_min               in4                   in4                     RW     2 
    10095in5_min               in5                   in5                     RW     2 
    101 in6_min               in6                   in6                     RW     2 
    10296in0_max               in0                   in0                     RW     2 
    10397in1_max               in1                   in1                     RW     2 
     
    106100in4_max               in4                   in4                     RW     2 
    107101in5_max               in5                   in5                     RW     2 
    108 in6_max               in6                   in6                     RW     2 
    109102fan1                  -                     -                       R-     0 
    110103fan2                  -                     -                       R-     0 
     
    114107temp1_hyst            temp1                 temp1                   RW     1 
    115108temp1_over            temp1                 temp1                   RW     1 
    116 temp2                 -                     -                       R-     1 
    117 temp2_hyst            temp2                 temp2                   RW     1 
    118 temp2_over            temp2                 temp2                   RW     1 
    119 temp3                 -                     -                       R-     1 
    120 temp3_hyst            temp3                 temp3                   RW     1 
    121 temp3_over            temp3                 temp3                   RW     1 
    122 temp4                 -                     -                       R-     1 
    123 temp4_hyst            temp4                 temp4                   RW     1 
    124 temp4_over            temp4                 temp4                   RW     1 
    125 temp5                 -                     -                       R-     1 
    126 temp5_hyst            temp5                 temp5                   RW     1 
    127 temp5_over            temp5                 temp5                   RW     1 
    128 temp6                 -                     -                       R-     1 
    129 temp6_hyst            temp6                 temp6                   RW     1 
    130 temp6_over            temp6                 temp6                   RW     1 
    131 temp7                 -                     -                       R-     1 
    132 temp7_hyst            temp7                 temp7                   RW     1 
    133 temp7_over            temp7                 temp7                   RW     1 
     109temp2                 -                     -                       R-     2 
     110temp2_hyst            temp2                 temp2                   RW     2 
     111temp2_over            temp2                 temp2                   RW     2 
     112temp3                 -                     -                       R-     2 
     113temp3_hyst            temp3                 temp3                   RW     2 
     114temp3_over            temp3                 temp3                   RW     2 
     115temp4                 -                     -                       R-     2 
     116temp4_hyst            temp4                 temp4                   RW     2 
     117temp4_over            temp4                 temp4                   RW     2 
     118temp5                 -                     -                       R-     2 
     119temp5_hyst            temp5                 temp5                   RW     2 
     120temp5_over            temp5                 temp5                   RW     2 
     121temp6                 -                     -                       R-     2 
     122temp6_hyst            temp6                 temp6                   RW     2 
     123temp6_over            temp6                 temp6                   RW     2 
    134124fan1_div              fan1                  -                       RW     0 
    135125fan2_div              fan2                  -                       RW     0 
     
    146136in4                   SENSORS_VT8231_IN4                                  in4:3 
    147137in5                   SENSORS_VT8231_IN5                                  in5:3 
    148 in6                   SENSORS_VT8231_IN6                                  in6:3 
    149138in0_min               SENSORS_VT8231_IN0_MIN                              in0:1 
    150139in1_min               SENSORS_VT8231_IN1_MIN                              in1:1 
     
    153142in4_min               SENSORS_VT8231_IN4_MIN                              in4:1 
    154143in5_min               SENSORS_VT8231_IN5_MIN                              in5:1 
    155 in6_min               SENSORS_VT8231_IN6_MIN                              in6:1 
    156144in0_max               SENSORS_VT8231_IN0_MAX                              in0:2 
    157145in1_max               SENSORS_VT8231_IN1_MAX                              in1:2 
     
    160148in4_max               SENSORS_VT8231_IN4_MAX                              in4:2 
    161149in5_max               SENSORS_VT8231_IN5_MAX                              in5:2 
    162 in6_max               SENSORS_VT8231_IN6_MAX                              in6:2 
    163150fan1                  SENSORS_VT8231_FAN1                                fan1:2 
    164151fan2                  SENSORS_VT8231_FAN2                                fan2:2 
     
    183170temp6_hyst            SENSORS_VT8231_TEMP6_HYST                         temp6:2 
    184171temp6_over            SENSORS_VT8231_TEMP6_OVER                         temp6:1 
    185 temp7                 SENSORS_VT8231_TEMP7                              temp7:3 
    186 temp7_hyst            SENSORS_VT8231_TEMP7_HYST                         temp7:2 
    187 temp7_over            SENSORS_VT8231_TEMP7_OVER                         temp7:1 
    188172fan1_div              SENSORS_VT8231_FAN1_DIV                         fan_div:1 
    189173fan2_div              SENSORS_VT8231_FAN2_DIV                         fan_div:2 
     
    197181----- 
    198182 
    199 The lm_sensors project gratefully acknowledges the support of Via in the 
     183The lm_sensors project gratefully acknowledges the support of VIA in the 
    200184development of this driver.