DSI_LANE_CTRL register provides a bitfield CLKLN_HS_FORCE_REQUEST that forces the clock lane to always enter HS mode. This is needed by certain DSI peripherals which rely on the DSI host as their external clock source. Signed-off-by: Archit Taneja <architt@xxxxxxxxxxxxxx> --- rnndb/dsi/dsi.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rnndb/dsi/dsi.xml b/rnndb/dsi/dsi.xml index 480ec46..e645c45 100644 --- a/rnndb/dsi/dsi.xml +++ b/rnndb/dsi/dsi.xml @@ -187,6 +187,9 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd"> <bitfield name="TX_EOT_APPEND" pos="0" type="boolean"/> <bitfield name="RX_EOT_IGNORE" pos="4" type="boolean"/> </reg32> + <reg32 offset="0x000a8" name="LANE_CTRL"> + <bitfield name="CLKLN_HS_FORCE_REQUEST" pos="28" type="boolean"/> + </reg32> <reg32 offset="0x000ac" name="LANE_SWAP_CTRL"> <bitfield name="DLN_SWAP_SEL" low="0" high="2" type="dsi_lane_swap"/> </reg32> -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel