[PATCH v2 1/7] drivers: core: ofnode: Add panel timing decode.
Simon Glass
sjg at chromium.org
Tue Jan 31 15:16:37 CET 2023
On Tue, 31 Jan 2023 at 03:05, Nikhil M Jain <n-jain1 at 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 at 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 at chromium.org>
(missing change log)
More information about the U-Boot
mailing list