From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soeren Moch Date: Sun, 28 Jun 2015 17:27:48 +0200 Subject: [U-Boot] [PATCH 4/7] imx6: define CONFIG_IMX6_THERMAL as a default option In-Reply-To: <558EDFDE.2060202@denx.de> Message-ID: <55901274.5020503@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Update boards that already include it, add DM options for those > that don't yet. > > Signed-off-by: Peter Robinson > --- > configs/aristainetos2_defconfig | 2 ++ > configs/aristainetos_defconfig | 2 ++ > configs/cgtqmx6qeval_defconfig | 2 ++ > configs/cm_fx6_defconfig | 2 ++ > configs/gwventana_defconfig | 2 ++ > configs/mx6dlarm2_defconfig | 2 ++ > configs/mx6dlarm2_lpddr2_defconfig | 2 ++ > configs/mx6dlsabreauto_defconfig | 2 ++ > configs/mx6dlsabresd_defconfig | 2 ++ > configs/mx6qarm2_defconfig | 2 ++ > configs/mx6qarm2_lpddr2_defconfig | 2 ++ > configs/mx6qsabreauto_defconfig | 2 ++ > configs/mx6qsabresd_defconfig | 2 ++ > configs/mx6sabresd_spl_defconfig | 2 ++ > configs/mx6sxsabresd_defconfig | 2 ++ > configs/mx6sxsabresd_spl_defconfig | 2 ++ > configs/nitrogen6dl2g_defconfig | 2 ++ > configs/nitrogen6dl_defconfig | 2 ++ > configs/nitrogen6q2g_defconfig | 2 ++ > configs/nitrogen6q_defconfig | 2 ++ > configs/nitrogen6s1g_defconfig | 2 ++ > configs/nitrogen6s_defconfig | 2 ++ > configs/novena_defconfig | 2 ++ > configs/ot1200_defconfig | 2 ++ > configs/ot1200_spl_defconfig | 2 ++ > configs/platinum_picon_defconfig | 2 ++ > configs/platinum_titanium_defconfig | 2 ++ > configs/secomx6quq7_defconfig | 2 ++ > configs/tbs2910_defconfig | 2 ++ > configs/tqma6q_mba6_mmc_defconfig | 2 ++ > configs/tqma6q_mba6_spi_defconfig | 2 ++ > configs/tqma6s_mba6_mmc_defconfig | 2 ++ > configs/tqma6s_mba6_spi_defconfig | 2 ++ > configs/udoo_quad_defconfig | 2 ++ > configs/warp_defconfig | 2 ++ > include/configs/embestmx6boards.h | 2 -- > include/configs/gw_ventana.h | 3 --- > include/configs/mx6_common.h | 2 ++ > include/configs/mx6cuboxi.h | 2 -- > include/configs/mx6sabre_common.h | 2 -- > 40 files changed, 72 insertions(+), 9 deletions(-) > > > Acked-by: Stefano Babic > > Best regards, > Stefano Babic Stefano, in the u-boot-imx repository there is already thermal support for tbs2910. We would need to revert commit fbd18aa610df896ccebbebb3fb88b19dddd7c413 before applying this patch. Can you squash the revert into this patch, please? Peter, can you please cc: all board maintainers when sending patches? Thanks, Soeren