* [shawnguo:imx/dt64 33/36] Error: arch/arm64/boot/dts/freescale/imx8mq.dtsi:91.19-20 syntax error
@ 2019-03-04 14:42 kbuild test robot
2019-03-04 15:48 ` Abel Vesa
0 siblings, 1 reply; 3+ messages in thread
From: kbuild test robot @ 2019-03-04 14:42 UTC (permalink / raw)
To: Abel Vesa; +Cc: Shawn Guo, kbuild-all, linux-arm-kernel
[-- Attachment #1: Type: text/plain, Size: 1002 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git imx/dt64
head: a51d8d0478d99c9a02c5efc7305172a1c756f419
commit: dcbb1f526294977654e820b9e7bece230e6723fc [33/36] arm64: dts: imx8mq: Add the clocks and the latencies for the A53 cores
config: arm64-allyesconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 8.2.0-11) 8.2.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
git checkout dcbb1f526294977654e820b9e7bece230e6723fc
# save the attached .config to linux build tree
GCC_VERSION=8.2.0 make.cross ARCH=arm64
All errors (new ones prefixed by >>):
>> Error: arch/arm64/boot/dts/freescale/imx8mq.dtsi:91.19-20 syntax error
FATAL ERROR: Unable to parse input tree
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 63118 bytes --]
[-- Attachment #3: Type: text/plain, Size: 176 bytes --]
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [shawnguo:imx/dt64 33/36] Error: arch/arm64/boot/dts/freescale/imx8mq.dtsi:91.19-20 syntax error 2019-03-04 14:42 [shawnguo:imx/dt64 33/36] Error: arch/arm64/boot/dts/freescale/imx8mq.dtsi:91.19-20 syntax error kbuild test robot @ 2019-03-04 15:48 ` Abel Vesa 2019-03-06 3:03 ` Shawn Guo 0 siblings, 1 reply; 3+ messages in thread From: Abel Vesa @ 2019-03-04 15:48 UTC (permalink / raw) To: kbuild test robot Cc: Shawn Guo, kbuild-all@01.org, linux-arm-kernel@lists.infradead.org On 19-03-04 22:42:42, kbuild test robot wrote: > tree: https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Fshawnguo%2Flinux.git&data=02%7C01%7Cabel.vesa%40nxp.com%7Cc27240c557ed4ed23eb008d6a0afb8ee%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636873077326870540&sdata=H9DkorYhI3H73umrjIOS57wNYDx5TS8A8JqxoYsVTmg%3D&reserved=0 imx/dt64 > head: a51d8d0478d99c9a02c5efc7305172a1c756f419 > commit: dcbb1f526294977654e820b9e7bece230e6723fc [33/36] arm64: dts: imx8mq: Add the clocks and the latencies for the A53 cores > config: arm64-allyesconfig (attached as .config) > compiler: aarch64-linux-gnu-gcc (Debian 8.2.0-11) 8.2.0 > reproduce: > wget https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fintel%2Flkp-tests%2Fmaster%2Fsbin%2Fmake.cross&data=02%7C01%7Cabel.vesa%40nxp.com%7Cc27240c557ed4ed23eb008d6a0afb8ee%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636873077326870540&sdata=jUy%2BHFA5HlJrvwZ%2BJOdtrg7bq5QSKV21tm1QEY9yvQE%3D&reserved=0 -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout dcbb1f526294977654e820b9e7bece230e6723fc > # save the attached .config to linux build tree > GCC_VERSION=8.2.0 make.cross ARCH=arm64 > > All errors (new ones prefixed by >>): > > >> Error: arch/arm64/boot/dts/freescale/imx8mq.dtsi:91.19-20 syntax error > FATAL ERROR: Unable to parse input tree > This is because of the line 91 but it applies to all the lines that follow and look the same: + clocks = <&clk IMX8MQ_CLK_ARM>; in this patch: https://patchwork.kernel.org/patch/10815659/ The added clock has made it to clk-next. > --- > 0-DAY kernel test infrastructure Open Source Technology Center > https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.01.org%2Fpipermail%2Fkbuild-all&data=02%7C01%7Cabel.vesa%40nxp.com%7Cc27240c557ed4ed23eb008d6a0afb8ee%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636873077326880545&sdata=5ISakkLO1o89hJVzXxA3Su1YQz6dTDFDO1BCxeSxMT4%3D&reserved=0 Intel Corporation _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [shawnguo:imx/dt64 33/36] Error: arch/arm64/boot/dts/freescale/imx8mq.dtsi:91.19-20 syntax error 2019-03-04 15:48 ` Abel Vesa @ 2019-03-06 3:03 ` Shawn Guo 0 siblings, 0 replies; 3+ messages in thread From: Shawn Guo @ 2019-03-06 3:03 UTC (permalink / raw) To: Abel Vesa Cc: kbuild test robot, linux-arm-kernel@lists.infradead.org, kbuild-all@01.org On Mon, Mar 04, 2019 at 03:48:23PM +0000, Abel Vesa wrote: > On 19-03-04 22:42:42, kbuild test robot wrote: > > tree: https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgit.kernel.org%2Fpub%2Fscm%2Flinux%2Fkernel%2Fgit%2Fshawnguo%2Flinux.git&data=02%7C01%7Cabel.vesa%40nxp.com%7Cc27240c557ed4ed23eb008d6a0afb8ee%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636873077326870540&sdata=H9DkorYhI3H73umrjIOS57wNYDx5TS8A8JqxoYsVTmg%3D&reserved=0 imx/dt64 > > head: a51d8d0478d99c9a02c5efc7305172a1c756f419 > > commit: dcbb1f526294977654e820b9e7bece230e6723fc [33/36] arm64: dts: imx8mq: Add the clocks and the latencies for the A53 cores > > config: arm64-allyesconfig (attached as .config) > > compiler: aarch64-linux-gnu-gcc (Debian 8.2.0-11) 8.2.0 > > reproduce: > > wget https://emea01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fraw.githubusercontent.com%2Fintel%2Flkp-tests%2Fmaster%2Fsbin%2Fmake.cross&data=02%7C01%7Cabel.vesa%40nxp.com%7Cc27240c557ed4ed23eb008d6a0afb8ee%7C686ea1d3bc2b4c6fa92cd99c5c301635%7C0%7C0%7C636873077326870540&sdata=jUy%2BHFA5HlJrvwZ%2BJOdtrg7bq5QSKV21tm1QEY9yvQE%3D&reserved=0 -O ~/bin/make.cross > > chmod +x ~/bin/make.cross > > git checkout dcbb1f526294977654e820b9e7bece230e6723fc > > # save the attached .config to linux build tree > > GCC_VERSION=8.2.0 make.cross ARCH=arm64 > > > > All errors (new ones prefixed by >>): > > > > >> Error: arch/arm64/boot/dts/freescale/imx8mq.dtsi:91.19-20 syntax error > > FATAL ERROR: Unable to parse input tree > > > > This is because of the line 91 but it applies to all the lines > that follow and look the same: > > + clocks = <&clk IMX8MQ_CLK_ARM>; > > in this patch: > > https://patchwork.kernel.org/patch/10815659/ > > The added clock has made it to clk-next. My bad - I shouldn't apply the series until I rebase my branch to v5.1-rc1 which will have the dependant clock patch. Backed out the patches and will re-apply when v5.1-rc1 comes out. Shawn _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2019-03-06 3:04 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2019-03-04 14:42 [shawnguo:imx/dt64 33/36] Error: arch/arm64/boot/dts/freescale/imx8mq.dtsi:91.19-20 syntax error kbuild test robot 2019-03-04 15:48 ` Abel Vesa 2019-03-06 3:03 ` Shawn Guo
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).