phy: dphy: Add clock_lane_polarity to DPHY config struct

Specify the polarity of the clock lane in DPHY mode. When true this bool
means the polarity is inverted.

Signed-off-by: Bryan O'Donoghue <bryan.odonoghue@linaro.org>
Link: https://patch.msgid.link/20260325-dphy-params-extension-v1-4-c6df5599284a@linaro.org
Signed-off-by: Abel Vesa <abel.vesa@oss.qualcomm.com>
This commit is contained in:
Bryan O'Donoghue
2026-08-03 12:46:02 +03:00
committed by Abel Vesa
parent 0905d06a65
commit 4238d45bdb
+7
View File
@@ -299,6 +299,13 @@ struct phy_configure_opts_mipi_dphy {
* Physical lane number used as the clock lane.
*/
unsigned char clock_lane_position;
/**
* @clock_lane_polarity:
*
* Clock lane polarity. True means inverted.
*/
bool clock_lane_polarity;
};
int phy_mipi_dphy_get_default_config(unsigned long pixel_clock,