On Wed, Dec 11, 2019 at 6:52 PM Chris Paterson <Chris.Paterson2@xxxxxxxxxxx> wrote: > > Hello Greg, > > [...] > > > > > That's a lot, are these all new? > > > > > > I've only just started building with this config in our CI setup, but > > > building the dtbs locally with v4.19.88 didn't produce these results > > > for me (and building locally with v4.19.89-rc1 does result in the > > > above issues). > > > > Any chance you can run 'git bisect' to track down the offending patch? > > The two dtbs that fail to build are fixed by reverting by the patches below: > > > allwinner/sun50i-a64-pinebook.dtb > ea03518a3123 ("arm64: dts: allwinner: a64: enable sound on Pinebook") I suggest dropping this if possible. It depends on another dtsi patch, ec4a95409d5c arm64: dts: allwinner: a64: add nodes necessary for analog sound support and multiple driver patches 55b407f6468c ASoC: sun8i-codec-analog: split regmap code into separate driver 42371f327df0 ASoC: sunxi: Add new driver for Allwinner A64 codec's analog path controls 7e95aac96b55 ASoC: sunxi: allow the sun8i-codec driver to be built on ARM64 66ecce332538 ASoC: sun4i-i2s: Add compatibility with A64 codec I2S ... (there quite a few more) to actually work. Quite sure those aren't backportable since one is over four hundred lines. Regards ChenYu