提交 2f8bd784 编写于 作者: P Peter Rosin 提交者: Alexandre Belloni

ARM: dts: at91: nattis: add lvds-encoder

The lvds encoder chip was omitted by oversight. Add it.

Fixes: 0e432389 ("ARM: dts: at91: add devicetree for the Axentia Nattis with Natte power")
Signed-off-by: NPeter Rosin <peda@axentia.se>
Signed-off-by: NAlexandre Belloni <alexandre.belloni@bootlin.com>
上级 cf438f51
...@@ -109,7 +109,32 @@ ...@@ -109,7 +109,32 @@
port { port {
panel_input: endpoint { panel_input: endpoint {
remote-endpoint = <&hlcdc_panel_output>; remote-endpoint = <&lvds_encoder_output>;
};
};
};
lvds-encoder {
compatible = "lvds-encoder";
ports {
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
lvds_encoder_input: endpoint {
remote-endpoint = <&hlcdc_output>;
};
};
port@1 {
reg = <1>;
lvds_encoder_output: endpoint {
remote-endpoint = <&panel_input>;
};
}; };
}; };
}; };
...@@ -176,8 +201,8 @@ ...@@ -176,8 +201,8 @@
&pinctrl_lcd_hipow0>; &pinctrl_lcd_hipow0>;
port@0 { port@0 {
hlcdc_panel_output: endpoint { hlcdc_output: endpoint {
remote-endpoint = <&panel_input>; remote-endpoint = <&lvds_encoder_input>;
}; };
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册