mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-26 23:55:40 +08:00
staging: omap-thermal: update feature bitfield for OMAP54xx
This patch removes from OMAP54xx the features: . CLK_CTRL . COUNTER . MODE_CONFIG Because these features are not present in OMAP54xx ES2.0 Signed-off-by: Eduardo Valentin <eduardo.valentin@ti.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
ac5c3e47a2
commit
c1989bec03
@ -319,10 +319,7 @@ omap5430_adc_to_temp[
|
|||||||
/* TODO : Need to update the slope/constant for ES2.0 silicon */
|
/* TODO : Need to update the slope/constant for ES2.0 silicon */
|
||||||
const struct omap_bandgap_data omap5430_data = {
|
const struct omap_bandgap_data omap5430_data = {
|
||||||
.features = OMAP_BANDGAP_FEATURE_TSHUT_CONFIG |
|
.features = OMAP_BANDGAP_FEATURE_TSHUT_CONFIG |
|
||||||
OMAP_BANDGAP_FEATURE_TALERT |
|
OMAP_BANDGAP_FEATURE_TALERT,
|
||||||
OMAP_BANDGAP_FEATURE_MODE_CONFIG |
|
|
||||||
OMAP_BANDGAP_FEATURE_COUNTER |
|
|
||||||
OMAP_BANDGAP_FEATURE_CLK_CTRL,
|
|
||||||
.fclock_name = "l3instr_ts_gclk_div",
|
.fclock_name = "l3instr_ts_gclk_div",
|
||||||
.div_ck_name = "l3instr_ts_gclk_div",
|
.div_ck_name = "l3instr_ts_gclk_div",
|
||||||
.conv_table = omap5430_adc_to_temp,
|
.conv_table = omap5430_adc_to_temp,
|
||||||
|
Loading…
Reference in New Issue
Block a user