Re: [PATCH v2 7/8] arm: u8500: Switch Stemmy to upstream Janice device tree
Linus Walleij <[email protected]>
| Newsgroups | org.u-boot-project.lists.u-boot |
|---|---|
| Message-ID | <CAD++jLn4VB9FK9pkw9d+fdJuDGGTr2=94qyF9JYWhxp3D3JiPQ@mail.gmail.com> |
On Tue, Aug 18, 2026 at 12:39 PM Stephan Gerhold <[email protected]> wrote: > I wasn't suggesting to use the same DT for all devices. What I suggested > is to bundle all the upstream DTBs for the individual devices into a > single U-Boot binary (CONFIG_MULTI_DTB_FIT) and pick the correct one at > runtime. :) > > That should be equivalent to your setup, just more convenient for the > user. Hey it works! The bootloader crosses over the 512KB limit but we have space enough for an entire kernel so it's no big deal. > The only open question for me is if we can reliably detect codina-tmo > based on the mach-type ID, I can't find that in the kernel sources I > have. I brought out and booted the device. It is re-using the Codina machine ID. However we have unique board IDs in another parameter which is enough to discern the Codina-TMOs from the Codinas. Sending a v4 patch series which should contain all you asked for. It also works. Yours, Linus Walleij