• Srinivas Pandruvada's avatar
    ACPI: DPTF: Add new PCH FIVR methods · 7a6226db
    Srinivas Pandruvada authored
    Some additional information is required for updating PCH FIVR values
    upon WiFi channel changes.
    
    New attributes added to the existing sysfs:
    
    fivr_switching_freq_mhz	: Get the FIVR switching control frequency.
    			  Uses ACPI method GFCS.
    
    fivr_switching_fault_status: Read the FIVR switching frequency control
    			     fault status. Uses ACPI method GFFS.
    
    ssc_clock_info : Presents SSC (spread spectrum clock) information for
    		 EMI (Electro magnetic interference) control. Use ACPI
    		 method GEMI (refer to the description of GEMI method
    		 below).
    
    GFFS
    This ACPI method is used to read the FIVR switching frequency control
    fault status.
    Bits	Description
    [0:0]	Fault status when set to 1
    [31:1]	Reserved
    
    GFCS
    This ACPI method is used to read the FIVR switching control frequency.
    Bits	Description
    [11:0]	Actual Frequency = value * XTAL_FREQ / 128
    [31:12]	Reserved
    
    GEMI
    This ACPI method is used to read the programmed register value for
    EMI (Electro magnetic interference) control...
    7a6226db
sysfs-platform-dptf 5.03 KB