Re: [PATCH v4 4/5] dm: core: Modify default for OFNODE_MULTI_TREE

2023-11-12 Thread Simon Glass
Hi Sean, On Fri, 3 Nov 2023 at 13:38, Simon Glass wrote: > > On Fri, 3 Nov 2023 at 12:38, wrote: > > > > From: Sean Edmond > > > > There is a preference to use the "ofnode" API for FDT fixups > > moving forward. The FDT fixup will usually be for the kernel FDT. To > > fixup the kernel FDT

Re: [PATCH v4 4/5] dm: core: Modify default for OFNODE_MULTI_TREE

2023-11-03 Thread Simon Glass
On Fri, 3 Nov 2023 at 12:38, wrote: > > From: Sean Edmond > > There is a preference to use the "ofnode" API for FDT fixups > moving forward. The FDT fixup will usually be for the kernel FDT. To > fixup the kernel FDT with the ofnode API, it's required to set the > OFNODE_MULTI_TREE option. > >

[PATCH v4 4/5] dm: core: Modify default for OFNODE_MULTI_TREE

2023-11-03 Thread seanedmond
From: Sean Edmond There is a preference to use the "ofnode" API for FDT fixups moving forward. The FDT fixup will usually be for the kernel FDT. To fixup the kernel FDT with the ofnode API, it's required to set the OFNODE_MULTI_TREE option. To ensure existing users of kaslr fdt fixup are not