On Thu, Jun 10, 2021 at 01:40:14PM +0200, Marek Vasut wrote: > On 6/9/21 8:25 AM, Greg Kroah-Hartman wrote: > > On Wed, Jun 09, 2021 at 12:41:55AM +0200, Pavel Machek wrote: > > > Hi! > > > > > > > > This is the start of the stable review cycle for the 4.19.194 release. > > > > > There are 58 patches in this series, all will be posted as a response > > > > > to this one. If anyone has any issues with these being applied, please > > > > > let me know. > > > ... > > > > > Marek Vasut <marex@xxxxxxx> > > > > > ARM: dts: imx6q-dhcom: Add PU,VDD1P1,VDD2P5 regulators > > > > > > > > make --silent --keep-going --jobs=8 > > > > O=/home/tuxbuild/.cache/tuxmake/builds/current ARCH=arm > > > > CROSS_COMPILE=arm-linux-gnueabihf- 'CC=sccache > > > > arm-linux-gnueabihf-gcc' 'HOSTCC=sccache gcc' > > > > Error: /builds/linux/arch/arm/boot/dts/imx6q-dhcom-som.dtsi:414.1-12 > > > > Label or path reg_vdd1p1 not found > > > > Error: /builds/linux/arch/arm/boot/dts/imx6q-dhcom-som.dtsi:418.1-12 > > > > Label or path reg_vdd2p5 not found > > > > FATAL ERROR: Syntax error parsing input tree > > > > make[2]: *** [scripts/Makefile.lib:294: > > > > arch/arm/boot/dts/imx6q-dhcom-pdk2.dtb] Error 1 > > > > > > For the record, we see same build error in our testing: > > > > > > https://gitlab.com/cip-project/cip-testing/linux-stable-rc-ci/-/jobs/1328869295 > > > > Will fix this and push out a -rc2. > > I suspect for 4.19.y , you will need to pick the following as dependency. It > looks like board DT patch, but it also adds the missing labels to > imx6qdl.dtsi > > 93385546ba36 ("ARM: dts: imx6qdl-sabresd: Assign corresponding power supply > for LDOs") Thanks, I've done this now. greg k-h