blob: fc77345dab448e67222a80b2c0ce6b63dea9cbca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
chip northbridge/intel/haswell
register "panel_cfg" = "{
.up_delay_ms = 60,
.down_delay_ms = 60,
.cycle_delay_ms = 400,
.backlight_on_delay_ms = 210,
.backlight_off_delay_ms = 210,
.backlight_pwm_hz = 200,
}"
device domain 0 on
chip southbridge/intel/lynxpoint
# Disable PCIe CLKOUT 1-5 and CLKOUT_XDP
register "icc_clock_disable" = "0x013e0000"
end
end
end
|