[PATCH 13/17] thermal: tegra: Add Tegra210B01 Support

kernel test robot lkp at intel.com
Tue Jul 15 15:06:56 PDT 2025


Hi Aaron,

kernel test robot noticed the following build warnings:

[auto build test WARNING on 347e9f5043c89695b01e66b3ed111755afcf1911]

url:    https://github.com/intel-lab-lkp/linux/commits/Aaron-Kling/dt-bindings-arm-tegra-pmc-Document-Tegra210B01/20250715-160630
base:   347e9f5043c89695b01e66b3ed111755afcf1911
patch link:    https://lore.kernel.org/r/20250714-t210b01-v1-13-e3f5f7de5dce%40gmail.com
patch subject: [PATCH 13/17] thermal: tegra: Add Tegra210B01 Support
config: arm64-randconfig-003-20250716 (https://download.01.org/0day-ci/archive/20250716/202507160557.t7TfWvFP-lkp@intel.com/config)
compiler: aarch64-linux-gcc (GCC) 8.5.0
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250716/202507160557.t7TfWvFP-lkp@intel.com/reproduce)

If you fix the issue in a separate patch/commit (i.e. not just a new version of
the same patch/commit), kindly add following tags
| Reported-by: kernel test robot <lkp at intel.com>
| Closes: https://lore.kernel.org/oe-kbuild-all/202507160557.t7TfWvFP-lkp@intel.com/

All warnings (new ones prefixed by >>):

>> drivers/thermal/tegra/tegra210-soctherm.c:47:49: warning: 'tegra210b01_tsensor_config' defined but not used [-Wunused-const-variable=]
    static const struct tegra_tsensor_configuration tegra210b01_tsensor_config = {
                                                    ^~~~~~~~~~~~~~~~~~~~~~~~~~


vim +/tegra210b01_tsensor_config +47 drivers/thermal/tegra/tegra210-soctherm.c

    46	
  > 47	static const struct tegra_tsensor_configuration tegra210b01_tsensor_config = {
    48		.tall = 16300,
    49		.tiddq_en = 1,
    50		.ten_count = 1,
    51		.tsample = 240,
    52		.tsample_ate = 480,
    53	};
    54	

-- 
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki



More information about the linux-phy mailing list