[U-Boot] [PATCH v4 0/3] Support for TI bandgap temperature sensor

Faiz Abbas faiz_abbas at ti.com
Mon Oct 23 07:58:04 UTC 2017


Adding support for TI bandgap temperature sensor.
Also add dt support for bandgap sensor in spl.

v4:
 1. Added configs enabled by default in dra7xx and am57xx SOCs
 2. Split config enabling in a separate commit

v3:
Missed adding Reviewed-by in v2.

Faiz Abbas (3):
  thermal: ti-bandgap: Add support for temperature sensor
  ARM: dts: OMAP5+: Add support for bandgap sensor in SPL
  arm: Kconfig: Add thermal config options for dra7xx and am57xx

 arch/arm/dts/omap5-u-boot.dtsi                     |   4 +
 arch/arm/mach-omap2/omap5/Kconfig                  |   6 +
 common/spl/Kconfig                                 |   8 +
 configs/am57xx_evm_defconfig                       |   3 +
 configs/dra7xx_evm_defconfig                       |   3 +
 .../thermal/ti_soc_thermal.txt                     |  35 ++++
 drivers/Makefile                                   |   2 +-
 drivers/thermal/Kconfig                            |   6 +
 drivers/thermal/Makefile                           |   1 +
 drivers/thermal/ti-bandgap.c                       | 197 +++++++++++++++++++++
 10 files changed, 264 insertions(+), 1 deletion(-)
 create mode 100644 doc/device-tree-bindings/thermal/ti_soc_thermal.txt
 create mode 100644 drivers/thermal/ti-bandgap.c

-- 
2.7.4



More information about the U-Boot mailing list