hocclk: add BQ24193 temp driver
This commit is contained in:
@@ -92,6 +92,7 @@ typedef enum
|
||||
HocClkThermalSensor_GPU,
|
||||
HocClkThermalSensor_MEM, // Returns the PLLX sensor value on Mariko
|
||||
HocClkThermalSensor_PLLX,
|
||||
HocClkThermalSensor_BQ24193,
|
||||
HocClkThermalSensor_EnumMax
|
||||
} HocClkThermalSensor;
|
||||
|
||||
|
||||
@@ -60,7 +60,7 @@ typedef struct
|
||||
u16 resolutionHeight;
|
||||
|
||||
// Reserved for future use
|
||||
u8 reserved[0x428];
|
||||
u8 reserved[0x424];
|
||||
} HocClkContext;
|
||||
|
||||
typedef struct
|
||||
|
||||
Reference in New Issue
Block a user