mirror of
https://github.com/linux-msm/laptops-kernel.git
synced 2026-08-13 14:19:53 -07:00
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:
committed by
Abel Vesa
parent
0905d06a65
commit
4238d45bdb
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user