hocclk: add BQ24193 temp driver

This commit is contained in:
souldbminersmwc
2026-04-22 16:40:51 -04:00
parent 94b63003ab
commit e6942f95e7
9 changed files with 169 additions and 5 deletions

View File

@@ -92,6 +92,7 @@ typedef enum
HocClkThermalSensor_GPU,
HocClkThermalSensor_MEM, // Returns the PLLX sensor value on Mariko
HocClkThermalSensor_PLLX,
HocClkThermalSensor_BQ24193,
HocClkThermalSensor_EnumMax
} HocClkThermalSensor;

View File

@@ -60,7 +60,7 @@ typedef struct
u16 resolutionHeight;
// Reserved for future use
u8 reserved[0x428];
u8 reserved[0x424];
} HocClkContext;
typedef struct