On Mon, 2019-12-16 at 09:49 +0100, Matthias Brugger wrote: > Hi Stephen, > > On 15/12/2019 23:03, Stephen Rothwell wrote: > > Hi all, > > > > After merging the mediatek tree, today's linux-next build (arm > > multi_v7_defconfig) failed like this: > > > > drivers/soc/mediatek/mtk-scpsys.c:773:4: error: 'const struct scp_domain_data' has no member named 'subsys_clk_prefix' > > 773 | .subsys_clk_prefix = "isp", > > | ^~~~~~~~~~~~~~~~~ [Deleted...] > > Caused by commit > > > > 3742fd77013f ("soc: mediatek: add MT6765 scpsys and subdomain support") > > > > I have used the mediatek tree from next-20191213 for today. > > > > Thanks for the heads-up. I dropped the patch for now until it's dependencies are > all merged. Sorry for the oversight. > > Regards > Matthias Hi Mathhias, According to the build error, it looks like this patch has a dependency with the patch https://patchwork.kernel.org/patch/11118347/ . The patch "[v7,10/13] soc: mediatek: Add subsys clock control for bus protection" introduced member subsys_clk_prefix and other required members. Thanks! Regards, Macpaul Lin