Directory Files
.. 37
File Size
Kconfig 1.3 kB
Makefile 258 B
clk_and_regulator.c 9.9 kB
common.c 1.9 kB
common.h 3.9 kB
discrete.c 9.7 kB
intel_skl_int3472_discrete.mod.c 0 B
intel_skl_int3472_tps68470.mod.c 0 B
led.c 2.2 kB
tps68470.c 7.3 kB
tps68470.h 672 B
tps68470_board_data.c 6.2 kB

Linux v6.6.1 - int3472

config INTEL_SKL_INT3472
	tristate "Intel SkyLake ACPI INT3472 Driver"
	depends on ACPI
	depends on COMMON_CLK
	depends on I2C
	depends on GPIOLIB
	depends on LEDS_CLASS
	depends on REGULATOR
	select MFD_CORE
	select REGMAP_I2C
	help
	  This driver adds power controller support for the Intel SkyCam
	  devices found on the Intel SkyLake platforms.

	  The INT3472 is a camera power controller, a logical device found on
	  Intel Skylake-based systems that can map to different hardware
	  devices depending on the platform. On machines designed for Chrome OS
	  it maps to a TPS68470 camera PMIC. On machines designed for Windows,
	  it maps to either a TP68470 camera PMIC, a uP6641Q sensor PMIC, or a
	  set of discrete GPIOs and power gates.

	  If your device was designed for Chrome OS, this driver will provide
	  an ACPI OpRegion, which must be available before any of the devices
	  using it are probed. For this reason, you should select Y if your
	  device was designed for ChromeOS. For the same reason the
	  I2C_DESIGNWARE_PLATFORM option must be set to Y too.

	  Say Y or M here if you have a SkyLake device designed for use
	  with Windows or ChromeOS. Say N here if you are not sure.

	  The module will be named "intel-skl-int3472".