提交 7ac91832 编写于 作者: M Maxime Ripard

ARM: sun8i: sina33: Enable display

Enable the display pipeline with the associated 7" panel sold with the
SinA33.
Signed-off-by: NMaxime Ripard <maxime.ripard@free-electrons.com>
上级 fc26feeb
...@@ -61,6 +61,27 @@ ...@@ -61,6 +61,27 @@
chosen { chosen {
stdout-path = "serial0:115200n8"; stdout-path = "serial0:115200n8";
}; };
panel {
compatible = "netron-dy,e231732";
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
#address-cells = <1>;
#size-cells = <0>;
panel_input: endpoint@0 {
reg = <0>;
remote-endpoint = <&tcon0_out_panel>;
};
};
};
};
&de {
status = "okay";
}; };
&ehci0 { &ehci0 {
...@@ -206,6 +227,19 @@ ...@@ -206,6 +227,19 @@
regulator-name = "vcc-rtc"; regulator-name = "vcc-rtc";
}; };
&tcon0 {
pinctrl-names = "default";
pinctrl-0 = <&lcd_rgb666_pins>;
status = "okay";
};
&tcon0_out {
tcon0_out_panel: endpoint@0 {
reg = <0>;
remote-endpoint = <&panel_input>;
};
};
&uart0 { &uart0 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&uart0_pins_b>; pinctrl-0 = <&uart0_pins_b>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册