Commit da2a9732 authored by Jitao Shi's avatar Jitao Shi Committed by Chun-Kuang Hu

dt-bindings: display: mediatek: add property to control mipi tx drive current

Add a property to control mipi tx drive current:
"drive-strength-microamp"
Signed-off-by: default avatarJitao Shi <jitao.shi@mediatek.com>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarChun-Kuang Hu <chunkuang.hu@kernel.org>
parent 6bd4763f
......@@ -33,6 +33,10 @@ Required properties:
- #clock-cells: must be <0>;
- #phy-cells: must be <0>.
Optional properties:
- drive-strength-microamp: adjust driving current, should be 3000 ~ 6000. And
the step is 200.
Example:
mipi_tx0: mipi-dphy@10215000 {
......@@ -42,6 +46,7 @@ mipi_tx0: mipi-dphy@10215000 {
clock-output-names = "mipi_tx0_pll";
#clock-cells = <0>;
#phy-cells = <0>;
drive-strength-microamp = <4600>;
};
dsi0: dsi@1401b000 {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment