From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 5CD40CA0FE1 for ; Thu, 31 Aug 2023 23:14:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=xV94HWIkCpCYtb0+n5oDMA720P1qUoGZYv1d99f6gqQ=; b=srvFAfddWgSD82 9VfMJ2fv73DvHwVbsT4c8/FwKFSSf/hsEt5HZPi61xfK55tkMK2biiGQe1Qf1qkY/yvIDCu5ZWMos 9r4fVoHdpWMpHWu3EdmhvAa2HEry6ujzRQHbQN8peeEdmMV0ihJyBB8AU4KrLdyvBBMso9+SzzB05 Kis2RdbTCWl4eFfotHsV+QwKBdL8pBNMp0Sjrt3+7QinpdqQ5OYuaXr0REYB1Bpl+9EPMgJ9Y2uB0 Fo2Qd8Go5i+wOs/o6plSDs2s6K1iNRr72j85qDUH3gNMDer+r+SAYrmVsSzOUgOzhhWLGyu09h21I OG+bOrmNNjjK6SaC8ciQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1qbqro-00Fwv4-2i; Thu, 31 Aug 2023 23:14:24 +0000 Received: from mgamail.intel.com ([134.134.136.126]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1qbqrl-00Fwud-2Q for linux-arm-kernel@lists.infradead.org; Thu, 31 Aug 2023 23:14:23 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1693523661; x=1725059661; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=unbP9RrrhlZwjUSeD1H+zVYGdrIWlAPK6CY8x3hEpGM=; b=kXCnCVkM5LwR/UiQDv8WG7OkQp/IXHoSTcqOppiKbuHAGbpCRtODVbcE jvSOgqGiDo4n3KwKHwhD3NW5I6iSyj/w92wxxYRo5P+He8Lfv3ATfsMpd 7xULa/AxfabRYO6y8Y2dtmFDOkkQHmvPi9Fo9mykQlllduiBRpVxVOrRG psTKsFnYHmEYmlRk8s/su96xCLi6z6tNc+kPx3iGYe8q8DeEof3dBtRah H6Si+mXMGGp2QN+X0/8bnYFkv/nekQP2B9hMu33P7UkHQtaIKAKphTHLM sfgJmbrcHmQM1l0Z15Y2BJfbGtcyeWTIMTIU0YKwsdEQoeu8FVkbl6N5B w==; X-IronPort-AV: E=McAfee;i="6600,9927,10819"; a="361112759" X-IronPort-AV: E=Sophos;i="6.02,218,1688454000"; d="scan'208";a="361112759" Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 31 Aug 2023 16:14:15 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10819"; a="809837768" X-IronPort-AV: E=Sophos;i="6.02,218,1688454000"; d="scan'208";a="809837768" Received: from lkp-server01.sh.intel.com (HELO 5d8055a4f6aa) ([10.239.97.150]) by fmsmga004.fm.intel.com with ESMTP; 31 Aug 2023 16:14:12 -0700 Received: from kbuild by 5d8055a4f6aa with local (Exim 4.96) (envelope-from ) id 1qbqrZ-0000db-2r; Thu, 31 Aug 2023 23:14:09 +0000 Date: Fri, 1 Sep 2023 07:13:13 +0800 From: kernel test robot To: Adam Ford , linux-arm-kernel@lists.infradead.org Cc: oe-kbuild-all@lists.linux.dev, aford@beaconembedded.com, Adam Ford , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Shawn Guo , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] arm64: dts: imx8mp-beacon: Add DMIC support Message-ID: <202309010735.D668npQl-lkp@intel.com> References: <20230831115128.254226-4-aford173@gmail.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230831115128.254226-4-aford173@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230831_161421_854901_DE524B1F X-CRM114-Status: GOOD ( 14.76 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org Hi Adam, kernel test robot noticed the following build errors: [auto build test ERROR on robh/for-next] [also build test ERROR on arm/for-next arm64/for-next/core kvmarm/next rockchip/for-next shawnguo/for-next soc/for-next linus/master v6.5 next-20230831] [cannot apply to arm/fixes] [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/Adam-Ford/arm64-dts-imx8mm-beacon-Add-DMIC-support/20230831-195442 base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next patch link: https://lore.kernel.org/r/20230831115128.254226-4-aford173%40gmail.com patch subject: [PATCH 4/4] arm64: dts: imx8mp-beacon: Add DMIC support config: arm64-defconfig (https://download.01.org/0day-ci/archive/20230901/202309010735.D668npQl-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 13.2.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20230901/202309010735.D668npQl-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/oe-kbuild-all/202309010735.D668npQl-lkp@intel.com/ All errors (new ones prefixed by >>): >> Error: arch/arm64/boot/dts/freescale/imx8mp-beacon-kit.dts:394.1-8 Label or path micfil not found >> FATAL ERROR: Syntax error parsing input tree -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests/wiki _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel