
Hi Simon,
On 31/01/23 19:46, Simon Glass wrote:
On Tue, 31 Jan 2023 at 03:05, Nikhil M Jain n-jain1@ti.com wrote:
ofnode_decode_display_timing supports reading timing parameters from subnode of display-timings node, for displays supporting multiple resolution, in case if a display supports single resolution, it fails reading directly from display-timings node, to support it ofnode_decode_panel_timing is added.
Signed-off-by: Nikhil M Jain n-jain1@ti.com
drivers/core/ofnode.c | 47 +++++++++++++++++++++++++++++++++++++++++++ drivers/core/read.c | 6 ++++++ include/dm/ofnode.h | 12 +++++++++++ include/dm/read.h | 14 +++++++++++++ 4 files changed, 79 insertions(+)
Reviewed-by: Simon Glass sjg@chromium.org
(missing change log)
Changes:
Added dev_decode_panel timing declaration and definition.
Thanks