diff mbox

rnndb: dsi: Add DSI_LANE_CTRL info

Message ID 1428473156-13131-1-git-send-email-architt@codeaurora.org (mailing list archive)
State New, archived
Headers show

Commit Message

Archit Taneja April 8, 2015, 6:05 a.m. UTC
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@codeaurora.org>
---
 rnndb/dsi/dsi.xml | 3 +++
 1 file changed, 3 insertions(+)
diff mbox

Patch

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>