dm: core: add a function to decode display timings
authorDario Binacchi <dariobin@libero.it>
Tue, 29 Dec 2020 23:16:26 +0000 (00:16 +0100)
committerLokesh Vutla <lokeshvutla@ti.com>
Tue, 12 Jan 2021 05:28:05 +0000 (10:58 +0530)
commit15daa4860bf3c49f53ae76812e0033e4d5faa0a2
treec632e5e8fbc12a732c91acc95d103dd1367b1b0d
parent0f4effb05b275f36c490673313317cfe897c9b79
dm: core: add a function to decode display timings

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>
Reviewed-by: Simon Glass <sjg@chromium.org>
arch/sandbox/dts/test.dts
drivers/core/read.c
include/dm/read.h
test/dm/test-fdt.c