[PATCH v2 3/3] arm64: dts: ti: k3-pinctrl: Add the remaining macros
kernel test robot
lkp at intel.com
Mon Sep 1 11:07:23 PDT 2025
Hi Akashdeep,
kernel test robot noticed the following build errors:
[auto build test ERROR on robh/for-next]
[also build test ERROR on linus/master v6.17-rc4 next-20250901]
[If your patch is applied to the wrong git tree, kindly drop us a note.
And when submitting patch, we suggest to use '--base' as documented in
https://git-scm.com/docs/git-format-patch#_base_tree_information]
url: https://github.com/intel-lab-lkp/linux/commits/Akashdeep-Kaur/arm64-dts-ti-k3-am62p5-sk-Remove-the-unused-config-from-USB1_DRVVBUS/20250901-203422
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
patch link: https://lore.kernel.org/r/20250901122835.3022850-4-a-kaur%40ti.com
patch subject: [PATCH v2 3/3] arm64: dts: ti: k3-pinctrl: Add the remaining macros
config: arm64-randconfig-053-20250901 (https://download.01.org/0day-ci/archive/20250902/202509020155.fcjWQKFc-lkp@intel.com/config)
compiler: clang version 22.0.0git (https://github.com/llvm/llvm-project 2e122990391b2ba062e6308a12cfedf7206270ba)
dtschema version: 2025.6.2.dev4+g8f79ddd
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250902/202509020155.fcjWQKFc-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/202509020155.fcjWQKFc-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from arch/arm64/boot/dts/ti/k3-am625-beagleplay.dts:14:
In file included from arch/arm64/boot/dts/ti/k3-am625.dtsi:12:
In file included from arch/arm64/boot/dts/ti/k3-am62.dtsi:13:
>> arch/arm64/boot/dts/ti/k3-pinctrl.h:18:34: error: invalid token in macro parameter list
18 | #define DS_ISO_OVERRIDE_EN_SHIFT(22)
| ^
1 error generated.
vim +18 arch/arm64/boot/dts/ti/k3-pinctrl.h
10
11 #define WKUP_LVL_EN_SHIFT (7)
12 #define WKUP_LVL_POL_SHIFT (8)
13 #define ST_EN_SHIFT (14)
14 #define PULLUDEN_SHIFT (16)
15 #define PULLTYPESEL_SHIFT (17)
16 #define RXACTIVE_SHIFT (18)
17 #define DRV_STR_SHIFT (19)
> 18 #define DS_ISO_OVERRIDE_EN_SHIFT(22)
19 #define DS_ISO_BYPASS_EN_SHIFT (23)
20 #define DEBOUNCE_SHIFT (11)
21 #define FORCE_DS_EN_SHIFT (15)
22 #define DS_EN_SHIFT (24)
23 #define DS_OUT_DIS_SHIFT (25)
24 #define DS_OUT_VAL_SHIFT (26)
25 #define DS_PULLUD_EN_SHIFT (27)
26 #define DS_PULLTYPE_SEL_SHIFT (28)
27 #define WKUP_EN_SHIFT (29)
28
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
More information about the linux-arm-kernel
mailing list