commit | 0347cc7732703bdf94bba5ce8a157c2174f01067 | [log] [tgz] |
---|---|---|
author | Nikhil M Jain <n-jain1@ti.com> | Tue Jan 31 15:35:14 2023 +0530 |
committer | Anatolij Gustschin <agust@denx.de> | Sat Feb 04 18:13:21 2023 +0100 |
tree | c7affe83505501a069be4109748a980f0a206367 | |
parent | f4cf8710a16c0fe1c98e8265b50ac2826869becf [diff] |
drivers: core: ofnode: Add panel timing decode. 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> Reviewed-by: Simon Glass <sjg@chromium.org>