Re: [PATCH 25/31] dm: core: add a function to decode display timings

2020-08-29 Thread Simon Glass
On Tue, 25 Aug 2020 at 03:25, Dario Binacchi wrote: > > The patch adds a function to get display timings from the device tree > node attached to the device. > > Signed-off-by: Dario Binacchi > --- > > arch/sandbox/dts/test.dts | 46 ++ > drivers/core/read.c | 6 +++ >

[PATCH 25/31] dm: core: add a function to decode display timings

2020-08-25 Thread Dario Binacchi
The patch adds a function to get display timings from the device tree node attached to the device. Signed-off-by: Dario Binacchi --- arch/sandbox/dts/test.dts | 46 ++ drivers/core/read.c | 6 +++ include/dm/read.h | 24 test/dm/test-fdt.c