Re: [PATCH] ppc/pegasos2: Allow setprop in VOF

2021-07-11 Thread David Gibson
On Fri, Jul 09, 2021 at 03:19:13PM +0200, BALATON Zoltan wrote: > Linux needs setprop to fix up the device tree, otherwise it's not > finding devices and cannot boot. Since recent VOF change now we need > to add a callback to allow this which is what this patch does. > > Signed-off-by: BALATON Zol

[PATCH] ppc/pegasos2: Allow setprop in VOF

2021-07-09 Thread BALATON Zoltan
Linux needs setprop to fix up the device tree, otherwise it's not finding devices and cannot boot. Since recent VOF change now we need to add a callback to allow this which is what this patch does. Signed-off-by: BALATON Zoltan --- hw/ppc/pegasos2.c | 10 ++ 1 file changed, 10 insertions