On Mon, 11 Oct 2021 11:46:18 +0200, Markus Schneider-Pargmann wrote:
DP_INTF is a similar functional block to mediatek,dpi but is different in that it serves the DisplayPort controller on mediatek SoCs and uses different clocks. Therefore this patch creates a new binding file for this functional block.
Signed-off-by: Markus Schneider-Pargmann msp@baylibre.com
Notes: Changes v3 -> v4: - Fixed clock names in the example as the clock patch series is merged into next now - Add missing ports decleration to the example
Changes v1 -> v2: - Move the devicetree binding from mediatek,dpi into its own binding file.
.../display/mediatek/mediatek,dpintf.yaml | 86 +++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/mediatek/mediatek,dpintf.yaml
Reviewed-by: Rob Herring robh@kernel.org