]> git.baikalelectronics.ru Git - uboot.git/commit
drivers: core: ofnode: fix typo in panel timing decode
authorRaphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Thu, 11 May 2023 14:36:52 +0000 (16:36 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 15 May 2023 21:14:46 +0000 (17:14 -0400)
commit530b9850ee4c4e00f7c3ab0022f6a8b800d621ec
treee553e54d710be07aebf8fadaaa4cab644456f4a3
parentd74ceaeb3d6d6aa137a4040453b265377dd1bd30
drivers: core: ofnode: fix typo in panel timing decode

In case where a single timing resolution is implemented in the
device-tree, the property is named "panel-timing", as specify
in Linux kernel binding file:

Documentation/devicetree/bindings/display/panel/panel-common.yaml

  # Display Timings
  panel-timing:
    description:
      Most display panels are restricted to a single resolution and
      require specific display timings. The panel-timing subnode expresses those
      timings.
    $ref: panel-timing.yaml#

  display-timings:
    description:
      Some display panels support several resolutions with different timings.
      The display-timings bindings supports specifying several timings and
      optionally specifying which is the native mode.
    $ref: display-timings.yaml#

Fixes: 46231f4b10d5 ("drivers: core: ofnode: Add panel timing decode.")
Signed-off-by: Raphael Gallais-Pou <raphael.gallais-pou@foss.st.com>
Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
arch/sandbox/dts/test.dts
drivers/core/ofnode.c