Hello, The dw_hdmi_qp driver supports a "enable-gpios" DT property that is not documented in the corresponding DT bindings, and is not used in any upstream device tree sources. This patch series renames the property to "frl-enable-gpios" to express its purpose more clearly, and documents it in the bindings.
In the previous these two patches were part of "[PATCH v2 0/5] arm64: dts: rockchip: Add device tree for the Orange Pi CM5 Base board" ([1]). I have split them from the Orange Pi CM5 Base DT and rebased them on top of the drm-misc-next branch to ease integration. The other main change compared to v2 is the rename of the property from "tmds-enable-gpios" to "frl-enable-gpios". [1] https://lore.kernel.org/all/[email protected]/ Cristian Ciocaltea (2): dt-bindings: display: rk3588-dw-hdmi-qp: Add frl-enable-gpios property drm/rockchip: dw_hdmi_qp: Fixup usage of enable_gpio member in main struct .../rockchip/rockchip,rk3588-dw-hdmi-qp.yaml | 11 +++++++++++ drivers/gpu/drm/rockchip/dw_hdmi_qp-rockchip.c | 14 +++++++------- 2 files changed, 18 insertions(+), 7 deletions(-) base-commit: 18ff1dc462ef6dacba76ea9cb9a4fadb385d6ec4 -- Regards, Laurent Pinchart
