Re: [PATCH V5 5/5] of: unittest: Statically apply overlays using fdtoverlay
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2021-01-21 05:52:37
Also in:
lkml
From: Viresh Kumar <viresh.kumar@linaro.org>
Date: 2021-01-21 05:52:37
Also in:
lkml
On 20-01-21, 23:45, Frank Rowand wrote:
I have only the most surface knowledge of fdtoverlay, mostly from "fdtoverlay --help", but you can apply multiple overlays with a single invocation of fdtoverlay. My _assumption_ was that the overlays would be applied in order, and after any given overlay was applied, subsequent overlays could reference the previously applied overlay. Is my assumption incorrect?
I think yes, if everything is in order then it should work just fine. I was only suggesting that fdtoverlay accepting the base overlay with /plugin/; may well be a requirement and so intentionally done. -- viresh