Re: [PATCH 6/7] net: ethernet: ti: am65-cpsw: add support for J722S SoC family
From: kernel test robot <hidden>
Date: 2026-03-20 14:26:44
Also in:
linux-arm-kernel, linux-devicetree, linux-phy, lkml, oe-kbuild-all
Hi Nora, kernel test robot noticed the following build errors: [auto build test ERROR on robh/for-next] [also build test ERROR on net-next/main net/main linus/master v7.0-rc4 next-20260319] [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/Nora-Schiffer/dt-bindings-phy-ti-phy-j721e-wiz-Add-ti-j722s-wiz-10g-compatible/20260320-033344 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/4cc3dd9fab460d35215c8f97496b9ae16c5bcb22.1773751309.git.nora.schiffer%40ew.tq-group.com patch subject: [PATCH 6/7] net: ethernet: ti: am65-cpsw: add support for J722S SoC family config: arm64-defconfig (https://download.01.org/0day-ci/archive/20260320/202603202224.XkGRjqgx-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 15.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20260320/202603202224.XkGRjqgx-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 [off-list ref] | Closes: https://lore.kernel.org/oe-kbuild-all/202603202224.XkGRjqgx-lkp@intel.com/ (local) All errors (new ones prefixed by >>):
quoted
drivers/net/ethernet/ti/am65-cpsw-nuss.c:3470:54: error: 'AM64_CPSW_QUIRK_CUT_THRU' undeclared here (not in a function)
3470 | .quirks = AM64_CPSW_QUIRK_DMA_RX_TDOWN_IRQ | AM64_CPSW_QUIRK_CUT_THRU,
| ^~~~~~~~~~~~~~~~~~~~~~~~
vim +/AM64_CPSW_QUIRK_CUT_THRU +3470 drivers/net/ethernet/ti/am65-cpsw-nuss.c
3468
3469 static const struct am65_cpsw_pdata j722s_cpswxg_pdata = {3470 .quirks = AM64_CPSW_QUIRK_DMA_RX_TDOWN_IRQ | AM64_CPSW_QUIRK_CUT_THRU,
3471 .ale_dev_id = "am64-cpswxg", 3472 .fdqring_mode = K3_RINGACC_RING_MODE_RING, 3473 .extra_modes = BIT(PHY_INTERFACE_MODE_SGMII), 3474 }; 3475 -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki