[v4,0/2] *** IT6505 driver read dt properties ***

Message ID 20221013105116.180380-1-allen.chen@ite.com.tw
Headers
Series *** IT6505 driver read dt properties *** |

Message

allen Oct. 13, 2022, 10:51 a.m. UTC
  This series let driver can read properties from dt to restrict dp output
bandwidth.

Changes in v3:
-Rename property name.

Changes in v4:
-Use data-lanes and link-frequencies instead of "ite,dp-output-data-lane-count" and "ite,dp-output-max-pixel-clock-mhz".

allen chen (2):
  dt-bindings: it6505: add properties to restrict output bandwidth
  drm/bridge: add it6505 driver to read data-lanes and link-frequencies
    from dt

 .../bindings/display/bridge/ite,it6505.yaml   | 43 +++++++++++++++
 drivers/gpu/drm/bridge/ite-it6505.c           | 54 +++++++++++++++++--
 2 files changed, 94 insertions(+), 3 deletions(-)