From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id BA3DB1E489 for ; Mon, 4 Aug 2025 03:58:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.175.65.15 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754279934; cv=none; b=oB1dtYezL99caoi6rXemb4GC0VP1TtTcV1I5xWDT4VjkyTPMAiQVcq4soTQ4qaP/DzcQCymFd9jRxzTXA/8Iusm9EKarDDgjZQyQL9ZolmE8x4noEp83xLt6PhyyW2h7/ckAFcFB0g1q8YJV0biVM8X1rRAWek7pjz0XJQ8ka0c= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1754279934; c=relaxed/simple; bh=KcMMKOIxFFV+2fVkA76Mb+AmOVkNV6yfDXjoypnWVYU=; h=Date:From:To:Cc:Subject:Message-ID:MIME-Version:Content-Type: Content-Disposition; b=W0He74fTE1O2soGgy5M9N4CDtNNMBrm8zW5wn9QK7HPhqaBbvYqTFQBPnjAsyCx4haDUBTiaBxkEqnNu71Cn1Eih6NeQo5NjsJW5wHw4HtSy+bFGoud4PxwIn53KwPE7UkFoKSbTobWE5nb9yjHomKHUOEdRi94T+1FUIkjbM9g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com; spf=pass smtp.mailfrom=intel.com; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b=XbrUxbc+; arc=none smtp.client-ip=198.175.65.15 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=intel.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=intel.com header.i=@intel.com header.b="XbrUxbc+" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1754279932; x=1785815932; h=date:from:to:cc:subject:message-id:mime-version; bh=KcMMKOIxFFV+2fVkA76Mb+AmOVkNV6yfDXjoypnWVYU=; b=XbrUxbc+5WC1thUK6fch0e+ifwwq3uAd4nknHArkJFhTKZdhvOkjSLMi bTddPGIIxrc83e5SWwO3o1CkkfV6sFX4E6RM5lXCh1CyH2+nyXuLSDi0T eH/YgswUvtEMh7SFr4DhTAanQSyZXkwe5HEFwGs/PHCgrsJu3lasQYvpU GqTKLfR/CFaBsDO6FHqkudoKLG7FiKkZdzC8kvLHAif/xFOiJDBvuXAly LRtXy9+Yp5Q+VwGl85E9gh7vestba4nLw/VJA114mWSMxDSTqla/0S9mH ZE8L+BMdGgJ8rbbLVUT01buS/335G3/E7fMl/E1vqVM1BKpTzIRpZAxtT g==; X-CSE-ConnectionGUID: 8UZlVpUTT7u5/hnyCLSG3g== X-CSE-MsgGUID: dyh7QZXjSGmg90qHpZ8F2Q== X-IronPort-AV: E=McAfee;i="6800,10657,11511"; a="60169153" X-IronPort-AV: E=Sophos;i="6.17,258,1747724400"; d="scan'208";a="60169153" Received: from fmviesa005.fm.intel.com ([10.60.135.145]) by orvoesa107.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 03 Aug 2025 20:58:51 -0700 X-CSE-ConnectionGUID: I/JawagLTfWtreInyPcNiA== X-CSE-MsgGUID: SyfFbzyOR2KM6M+FPirdPw== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.17,258,1747724400"; d="scan'208";a="168304199" Received: from lkp-server01.sh.intel.com (HELO 160750d4a34c) ([10.239.97.150]) by fmviesa005.fm.intel.com with ESMTP; 03 Aug 2025 20:58:50 -0700 Received: from kbuild by 160750d4a34c with local (Exim 4.96) (envelope-from ) id 1uimLY-0006mu-0m; Mon, 04 Aug 2025 03:58:48 +0000 Date: Mon, 4 Aug 2025 11:58:18 +0800 From: kernel test robot To: oe-kbuild@lists.linux.dev Cc: lkp@intel.com Subject: Re: [PATCH 28/38] arm64: dts: mediatek: mt8173: Fix pinctrl node names and cleanup Message-ID: <202508041130.mcyLUpfp-lkp@intel.com> Precedence: bulk X-Mailing-List: oe-kbuild@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline :::::: :::::: Manual check reason: "dtcheck: binding changes may go via different trees" :::::: BCC: lkp@intel.com CC: oe-kbuild-all@lists.linux.dev In-Reply-To: <20250724083914.61351-29-angelogioacchino.delregno@collabora.com> References: <20250724083914.61351-29-angelogioacchino.delregno@collabora.com> TO: AngeloGioacchino Del Regno TO: linux-mediatek@lists.infradead.org TO: robh@kernel.org CC: herbert@gondor.apana.org.au CC: davem@davemloft.net CC: krzk+dt@kernel.org CC: conor+dt@kernel.org CC: chunkuang.hu@kernel.org CC: p.zabel@pengutronix.de CC: airlied@gmail.com CC: simona@ffwll.ch CC: maarten.lankhorst@linux.intel.com CC: mripard@kernel.org CC: tzimmermann@suse.de CC: jassisinghbrar@gmail.com CC: mchehab@kernel.org CC: matthias.bgg@gmail.com CC: angelogioacchino.delregno@collabora.com CC: chunfeng.yun@mediatek.com CC: vkoul@kernel.org CC: kishon@kernel.org CC: sean.wang@kernel.org CC: linus.walleij@linaro.org CC: lgirdwood@gmail.com CC: broonie@kernel.org CC: andersson@kernel.org CC: mathieu.poirier@linaro.org CC: daniel.lezcano@linaro.org CC: tglx@linutronix.de CC: atenart@kernel.org CC: jitao.shi@mediatek.com Hi AngeloGioacchino, kernel test robot noticed the following build warnings: [auto build test WARNING on robh/for-next] [also build test WARNING on linusw-pinctrl/devel linusw-pinctrl/for-next broonie-regulator/for-next v6.16] [cannot apply to linus/master next-20250801] [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/AngeloGioacchino-Del-Regno/dt-bindings-display-mediatek-dpi-Allow-specifying-resets/20250724-164429 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/20250724083914.61351-29-angelogioacchino.delregno%40collabora.com patch subject: [PATCH 28/38] arm64: dts: mediatek: mt8173: Fix pinctrl node names and cleanup :::::: branch date: 11 days ago :::::: commit date: 11 days ago config: arm64-randconfig-051-20250728 (https://download.01.org/0day-ci/archive/20250804/202508041130.mcyLUpfp-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 8.5.0 dtschema version: 2025.6.2.dev4+g8f79ddd reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20250804/202508041130.mcyLUpfp-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 | Closes: https://lore.kernel.org/r/202508041130.mcyLUpfp-lkp@intel.com/ dtcheck warnings: (new ones prefixed by >>) marvell,wakeup-pin: size (2) error for type uint32 >> arch/arm64/boot/dts/mediatek/mt8173-elm.dtb: pinctrl@1000b000 (mediatek,mt8173-pinctrl): 'gpio-line-names' does not match any of the regexes: '^pinctrl-[0-9]+$', 'pins$' from schema $id: http://devicetree.org/schemas/pinctrl/mediatek,mt65xx-pinctrl.yaml# arch/arm64/boot/dts/mediatek/mt8173-elm.dtb: /soc/vpu@10020000: failed to match any schema with compatible: ['mediatek,mt8173-vpu'] arch/arm64/boot/dts/mediatek/mt8173-elm.dtb: /soc/i2c@11008000/da9211@68: failed to match any schema with compatible: ['dlg,da9211'] arch/arm64/boot/dts/mediatek/mt8173-elm.dtb: thermal@1100b000 (mediatek,mt8173-thermal): Unevaluated properties are not allowed ('bank0-supply', 'bank1-supply' were unexpected) from schema $id: http://devicetree.org/schemas/thermal/mediatek,thermal.yaml# arch/arm64/boot/dts/mediatek/mt8173-elm.dtb: /soc/audio-controller@11220000: failed to match any schema with compatible: ['mediatek,mt8173-afe-pcm'] arch/arm64/boot/dts/mediatek/mt8173-elm.dtb: /soc/mmc@11260000/btmrvl@2: failed to match any schema with compatible: ['marvell,sd8897-bt'] arch/arm64/boot/dts/mediatek/mt8173-elm.dtb: btmrvl@2 (marvell,sd8897-bt): marvell,wakeup-gap-ms: b'\x00d' is not of type 'object', 'integer', 'array', 'boolean', 'null' from schema $id: http://devicetree.org/schemas/dt-core.yaml# arch/arm64/boot/dts/mediatek/mt8173-elm.dtb: syscon@14000000 (mediatek,mt8173-mmsys): 'assigned-clock-rates', 'assigned-clocks' do not match any of the regexes: '^pinctrl-[0-9]+$' -- marvell,wakeup-pin: size (2) error for type uint32 >> arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb: pinctrl@1000b000 (mediatek,mt8173-pinctrl): 'gpio-line-names' does not match any of the regexes: '^pinctrl-[0-9]+$', 'pins$' from schema $id: http://devicetree.org/schemas/pinctrl/mediatek,mt65xx-pinctrl.yaml# arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb: /soc/vpu@10020000: failed to match any schema with compatible: ['mediatek,mt8173-vpu'] arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb: /soc/i2c@11008000/da9211@68: failed to match any schema with compatible: ['dlg,da9211'] arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb: thermal@1100b000 (mediatek,mt8173-thermal): Unevaluated properties are not allowed ('bank0-supply', 'bank1-supply' were unexpected) from schema $id: http://devicetree.org/schemas/thermal/mediatek,thermal.yaml# arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb: /soc/i2c@11010000/touchscreen@34: failed to match any schema with compatible: ['melfas,mip4_ts'] arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb: /soc/audio-controller@11220000: failed to match any schema with compatible: ['mediatek,mt8173-afe-pcm'] arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb: /soc/mmc@11260000/btmrvl@2: failed to match any schema with compatible: ['marvell,sd8897-bt'] arch/arm64/boot/dts/mediatek/mt8173-elm-hana.dtb: btmrvl@2 (marvell,sd8897-bt): marvell,wakeup-gap-ms: b'\x00d' is not of type 'object', 'integer', 'array', 'boolean', 'null' from schema $id: http://devicetree.org/schemas/dt-core.yaml# -- marvell,wakeup-pin: size (2) error for type uint32 >> arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb: pinctrl@1000b000 (mediatek,mt8173-pinctrl): 'gpio-line-names' does not match any of the regexes: '^pinctrl-[0-9]+$', 'pins$' from schema $id: http://devicetree.org/schemas/pinctrl/mediatek,mt65xx-pinctrl.yaml# arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb: /soc/vpu@10020000: failed to match any schema with compatible: ['mediatek,mt8173-vpu'] arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb: /soc/i2c@11008000/da9211@68: failed to match any schema with compatible: ['dlg,da9211'] arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb: thermal@1100b000 (mediatek,mt8173-thermal): Unevaluated properties are not allowed ('bank0-supply', 'bank1-supply' were unexpected) from schema $id: http://devicetree.org/schemas/thermal/mediatek,thermal.yaml# arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb: /soc/i2c@11010000/touchscreen@34: failed to match any schema with compatible: ['melfas,mip4_ts'] arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb: /soc/audio-controller@11220000: failed to match any schema with compatible: ['mediatek,mt8173-afe-pcm'] arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb: /soc/mmc@11260000/btmrvl@2: failed to match any schema with compatible: ['marvell,sd8897-bt'] arch/arm64/boot/dts/mediatek/mt8173-elm-hana-rev7.dtb: btmrvl@2 (marvell,sd8897-bt): marvell,wakeup-gap-ms: b'\x00d' is not of type 'object', 'integer', 'array', 'boolean', 'null' from schema $id: http://devicetree.org/schemas/dt-core.yaml# -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki