提交 0e120084 编写于 作者: O Oleksij Rempel 提交者: Shawn Guo

ARM: dts: imx6dl-prtvt7: Add display and panel nodes

Add Innolux G070Y2-T02 panel to the Protonic VT7 board.
Signed-off-by: NRobin van der Gracht <robin@protonic.nl>
Signed-off-by: NOleksij Rempel <o.rempel@pengutronix.de>
Signed-off-by: NShawn Guo <shawnguo@kernel.org>
上级 b251fd8c
...@@ -28,6 +28,30 @@ ...@@ -28,6 +28,30 @@
power-supply = <&reg_bl_12v0>; power-supply = <&reg_bl_12v0>;
}; };
display {
compatible = "fsl,imx-parallel-display";
pinctrl-0 = <&pinctrl_ipu1_disp>;
pinctrl-names = "default";
#address-cells = <1>;
#size-cells = <0>;
port@0 {
reg = <0>;
display_in: endpoint {
remote-endpoint = <&ipu1_di0_disp0>;
};
};
port@1 {
reg = <1>;
display_out: endpoint {
remote-endpoint = <&panel_in>;
};
};
};
keys { keys {
compatible = "gpio-keys"; compatible = "gpio-keys";
autorepeat; autorepeat;
...@@ -135,6 +159,18 @@ ...@@ -135,6 +159,18 @@
}; };
}; };
panel {
compatible = "innolux,g070y2-t02";
backlight = <&backlight_lcd>;
power-supply = <&reg_3v3>;
port {
panel_in: endpoint {
remote-endpoint = <&display_out>;
};
};
};
reg_bl_12v0: regulator-bl-12v0 { reg_bl_12v0: regulator-bl-12v0 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
pinctrl-names = "default"; pinctrl-names = "default";
...@@ -146,6 +182,13 @@ ...@@ -146,6 +182,13 @@
enable-active-high; enable-active-high;
}; };
reg_3v3: regulator-3v3 {
compatible = "regulator-fixed";
regulator-name = "3v3";
regulator-min-microvolt = <3300000>;
regulator-max-microvolt = <3300000>;
};
reg_1v8: regulator-1v8 { reg_1v8: regulator-1v8 {
compatible = "regulator-fixed"; compatible = "regulator-fixed";
regulator-name = "1v8"; regulator-name = "1v8";
...@@ -275,6 +318,10 @@ ...@@ -275,6 +318,10 @@
status = "okay"; status = "okay";
}; };
&ipu1_di0_disp0 {
remote-endpoint = <&display_in>;
};
&pwm1 { &pwm1 {
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&pinctrl_pwm1>; pinctrl-0 = <&pinctrl_pwm1>;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册