
29 Aug
2020
29 Aug
'20
11:20 p.m.
On Tue, 25 Aug 2020 at 03:25, Dario Binacchi dariobin@libero.it wrote:
The patch adds a function to get display timings from the device tree node attached to the device.
Signed-off-by: Dario Binacchi dariobin@libero.it
arch/sandbox/dts/test.dts | 46 ++++++++++++++++++++++ drivers/core/read.c | 6 +++ include/dm/read.h | 24 ++++++++++++ test/dm/test-fdt.c | 80 +++++++++++++++++++++++++++++++++++++++ 4 files changed, 156 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org