Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc324bbe authored by Zhu Bin's avatar Zhu Bin Committed by Gerrit - the friendly Code Review server
Browse files

drivers: HDMI: Add LT8912 DT Bindings



Added LT8912 DT bindings in the documentation
and parse of data during initialization.

Change-Id: Iac0b550fd21bddcfcf40071151a28d025fc6389e
Signed-off-by: default avatarZhu Bin <cbinz@codeaurora.org>
parent 02f0c5a1
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
LT8912 DSI to HDMI bridge


Required properties:
- compatible:				Must be "lontium,lt8912"
- reg:					Main I2C slave ID (for I2C host driver)

Optional properties:
- qcom,hdmi-reset:				Main reset gpio mapping

Example:
&soc {
	i2c@78b8000 {
		lt8912@48 {
			compatible = "lontium,lt8912";
			reg = <0x48>;
			qcom,hdmi-reset = <&tlmm 64 0x0>;
		};
	};
};
+1 −0
Original line number Diff line number Diff line
@@ -196,3 +196,4 @@ xlnx Xilinx
zyxel	ZyXEL Communications Corp.
zarlink	Zarlink Semiconductor
bosch-sensortec»    Bosch Sensortec GmbH
lontium Lontium Semiconductor