From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 C71BE7F for ; Sat, 22 Apr 2023 01:44:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682127874; x=1713663874; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=vkWe51df/2dvVNBuhbu+qHD3Go/+n5R5vhvb2COquW8=; b=COrpqp1j31pncDe/jx6HQQRKJROGUQvI9uIBJ5hf2TJI2Z+cJjr5tCGt F3OUSTY1wWkDjZeEmAdDD7rgBpXF69MJOSGtlpuy/Irkd3g4ghoD2osYs zy/D+BcvLk9huQUrTHty/cssLQkBZjW4HiEgjBdoWFrKC5gnxz8jsd6pB x90IXhY6X5Riwk/GrJUoir7unakEz9Nm8uZLjek4mfoLWuN1oLp2Y7OzI cLmWgi+KuOg+84B6Wjoy/2Uy/44dcgV/pKuWFo2nZ/VsdvFCcPDXPwFEf 3fPuJDfHeHjaU+UdTZJ1JqMJOK+GeeiEdzRX+ZKF/iY7a+W3fvdjGg485 A==; X-IronPort-AV: E=McAfee;i="6600,9927,10687"; a="343601252" X-IronPort-AV: E=Sophos;i="5.99,216,1677571200"; d="scan'208";a="343601252" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2023 18:44:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10687"; a="692444597" X-IronPort-AV: E=Sophos;i="5.99,216,1677571200"; d="scan'208";a="692444597" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 21 Apr 2023 18:44:30 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pq2If-000gzY-1u; Sat, 22 Apr 2023 01:44:29 +0000 Date: Sat, 22 Apr 2023 09:44:08 +0800 From: kernel test robot To: Dario Binacchi , linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, michael@amarulasolutions.com, Amarula patchwork , Dario Binacchi , Fabio Estevam , Krzysztof Kozlowski , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , Shawn Guo , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/7] arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup Message-ID: <202304220932.cK8RhITJ-lkp@intel.com> References: <20230421154308.527128-4-dario.binacchi@amarulasolutions.com> Precedence: bulk X-Mailing-List: oe-kbuild-all@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230421154308.527128-4-dario.binacchi@amarulasolutions.com> Hi Dario, kernel test robot noticed the following build errors: [auto build test ERROR on shawnguo/for-next] [also build test ERROR on drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.3-rc7 next-20230421] [cannot apply to drm-misc/drm-misc-next] [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/Dario-Binacchi/dt-bindings-display-panel-Add-synaptics-r63353-panel-controller/20230421-234627 base: https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git for-next patch link: https://lore.kernel.org/r/20230421154308.527128-4-dario.binacchi%40amarulasolutions.com patch subject: [PATCH 3/7] arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup config: arm64-buildonly-randconfig-r004-20230421 (https://download.01.org/0day-ci/archive/20230422/202304220932.cK8RhITJ-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/eb3fd6ddb6525c2084455d38de459aaaf0213471 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Dario-Binacchi/dt-bindings-display-panel-Add-synaptics-r63353-panel-controller/20230421-234627 git checkout eb3fd6ddb6525c2084455d38de459aaaf0213471 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm64 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202304220932.cK8RhITJ-lkp@intel.com/ All errors (new ones prefixed by >>): >> Error: arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-display.dtsi:47.1-5 Label or path dsi not found >> FATAL ERROR: Syntax error parsing input tree -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests 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 8D7A7C77B61 for ; Sat, 22 Apr 2023 01:45:47 +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=J3ALvTeETL7KVNf2wJSPGijKoIM4+pMtVcvhInLaowM=; b=AhJ+RUfUMQIvTi PXputoLHfC/HHLAcpEE6IPXjyFJpC1wZYm0MOwQQC7SBFKJr3+DmN+BtdpnpXM/CEDArn4gmIoZwd CWaoujDvOpdyQiAmHOxEbzi9l81kk9drFoPe2QmwwACEiqm05nmJ2oNF44cHSiH59J0OEZnGBkfil 12MY+CxtRVziaqwnHeao+N2V6vC7eB0GT7EHlLfCeh7aCERHjz6FyAmN8WYk3crOu9IrvhrIPkq9R lA7nZa6nc2vgEcLvSW8k/pwLl7T7WZwptHC+8MdZ3pyl7rlLr2sSX6kOrjgogPCo4SkyL5jmGq7Te bjp6uU/jopGmLrzYPt5Q==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.96 #2 (Red Hat Linux)) id 1pq2Iq-00CDfw-14; Sat, 22 Apr 2023 01:44:40 +0000 Received: from mga11.intel.com ([192.55.52.93]) by bombadil.infradead.org with esmtps (Exim 4.96 #2 (Red Hat Linux)) id 1pq2In-00CDey-2E for linux-arm-kernel@lists.infradead.org; Sat, 22 Apr 2023 01:44:39 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1682127877; x=1713663877; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=vkWe51df/2dvVNBuhbu+qHD3Go/+n5R5vhvb2COquW8=; b=gSueLQHCAp8pJhQneT0TIvwDJTu4syioZMtpd90e6Auov9Eo8p7TDmuW JzLIh1OTLK7KKrHEXOroPgIlLzGxQjR5TB95sJSPba7TM608qyDOlfvoA H/Kh6NfSeP/RJ5lH3mZSOdeKd8A4doZIqG5NY69sFM8lWm0Ehj4O9CP7d n6ysJTuBNHg3vMLpRCgUY9ulxDGal+T/5zoNF6/MLz0y0hO5Cbx1PVyBw +lDljjWS9xTSlV+au6t1QtyH+79UmSYBxsHezUnD+jiuuuYAoZjCdYuCa oC3QGJxJA2aHyKgeBb5mJNHkygpEYD4tc7tpga8TJIYFVSAG2P1xnXjIs w==; X-IronPort-AV: E=McAfee;i="6600,9927,10687"; a="343601257" X-IronPort-AV: E=Sophos;i="5.99,216,1677571200"; d="scan'208";a="343601257" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 21 Apr 2023 18:44:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10687"; a="692444597" X-IronPort-AV: E=Sophos;i="5.99,216,1677571200"; d="scan'208";a="692444597" Received: from lkp-server01.sh.intel.com (HELO b613635ddfff) ([10.239.97.150]) by orsmga002.jf.intel.com with ESMTP; 21 Apr 2023 18:44:30 -0700 Received: from kbuild by b613635ddfff with local (Exim 4.96) (envelope-from ) id 1pq2If-000gzY-1u; Sat, 22 Apr 2023 01:44:29 +0000 Date: Sat, 22 Apr 2023 09:44:08 +0800 From: kernel test robot To: Dario Binacchi , linux-kernel@vger.kernel.org Cc: oe-kbuild-all@lists.linux.dev, michael@amarulasolutions.com, Amarula patchwork , Dario Binacchi , Fabio Estevam , Krzysztof Kozlowski , NXP Linux Team , Pengutronix Kernel Team , Rob Herring , Sascha Hauer , Shawn Guo , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 3/7] arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup Message-ID: <202304220932.cK8RhITJ-lkp@intel.com> References: <20230421154308.527128-4-dario.binacchi@amarulasolutions.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20230421154308.527128-4-dario.binacchi@amarulasolutions.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20230421_184437_749600_5504BC4E X-CRM114-Status: GOOD ( 14.24 ) 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 Dario, kernel test robot noticed the following build errors: [auto build test ERROR on shawnguo/for-next] [also build test ERROR on drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.3-rc7 next-20230421] [cannot apply to drm-misc/drm-misc-next] [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/Dario-Binacchi/dt-bindings-display-panel-Add-synaptics-r63353-panel-controller/20230421-234627 base: https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git for-next patch link: https://lore.kernel.org/r/20230421154308.527128-4-dario.binacchi%40amarulasolutions.com patch subject: [PATCH 3/7] arm64: dts: imx8mn-bsh-smm-s2/pro: add display setup config: arm64-buildonly-randconfig-r004-20230421 (https://download.01.org/0day-ci/archive/20230422/202304220932.cK8RhITJ-lkp@intel.com/config) compiler: aarch64-linux-gcc (GCC) 12.1.0 reproduce (this is a W=1 build): wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross chmod +x ~/bin/make.cross # https://github.com/intel-lab-lkp/linux/commit/eb3fd6ddb6525c2084455d38de459aaaf0213471 git remote add linux-review https://github.com/intel-lab-lkp/linux git fetch --no-tags linux-review Dario-Binacchi/dt-bindings-display-panel-Add-synaptics-r63353-panel-controller/20230421-234627 git checkout eb3fd6ddb6525c2084455d38de459aaaf0213471 # save the config file mkdir build_dir && cp config build_dir/.config COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm64 olddefconfig COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-12.1.0 make.cross W=1 O=build_dir ARCH=arm64 SHELL=/bin/bash If you fix the issue, kindly add following tag where applicable | Reported-by: kernel test robot | Link: https://lore.kernel.org/oe-kbuild-all/202304220932.cK8RhITJ-lkp@intel.com/ All errors (new ones prefixed by >>): >> Error: arch/arm64/boot/dts/freescale/imx8mn-bsh-smm-s2-display.dtsi:47.1-5 Label or path dsi not found >> FATAL ERROR: Syntax error parsing input tree -- 0-DAY CI Kernel Test Service https://github.com/intel/lkp-tests _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel