On Mon, Dec 3, 2018 at 2:08 AM Matthias Brugger <matthias.bgg@xxxxxxxxx> wrote: > On 15/11/2018 11:04, Linus Walleij wrote: > > On Wed, Nov 7, 2018 at 6:49 PM Manivannan Sadhasivam > > <manivannan.sadhasivam@xxxxxxxxxx> wrote: > > > >> Add devicetree bindings for Mediatek MT6797 SoC Pin Controller. > >> > >> Signed-off-by: Manivannan Sadhasivam <manivannan.sadhasivam@xxxxxxxxxx> > > > > Patch applied. > > > > Could you provide a stable tree for me, so that I can take the dts parts? > I just realized that my build is broken because of the missing dt-bindings > header file. Since I pulled other changes on top it is too late for me to put that in an immutable branch and merge into my tree separately, you would have to pull in the whole "devel" branch from the pin control tree. What we sometimes do is simply apply the *EXACT* same patch to two git trees. Git will cope with that as long as they are absolutely *IDENTICAL*. (The patch will appear twice in the git log with different hashes but they will merge without problems, a bit unelegant but it works.) So in your situation I would extract this patch from the pinctrl tree: https://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git/commit/?h=devel&id=95d2f00657ad4c2c3eacd8a871a7aa022c3fe7d9 and apply it with some notice to the maintainers about the situation. ARM SoC folks: agreed? Yours, Linus Walleij