Skip to content

Commit

Permalink
arm64: dts: rockchip: hook up the px30-evb dsi display
Browse files Browse the repository at this point in the history
Create the necessary display nodes to activate the Xingpeng XPP055C272
dsi display that can be found on the px30-evb.

Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
Link: https://lore.kernel.org/r/20191209145301.5307-2-heiko@sntech.de
  • Loading branch information
mmind committed Jan 13, 2020
1 parent cf3c539 commit 110f027
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions arch/arm64/boot/dts/rockchip/px30-evb.dts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,38 @@
status = "okay";
};

&dsi {
status = "okay";

ports {
mipi_out: port@1 {
reg = <1>;

mipi_out_panel: endpoint {
remote-endpoint = <&mipi_in_panel>;
};
};
};

panel@0 {
compatible = "xinpeng,xpp055c272";
reg = <0>;
backlight = <&backlight>;
iovcc-supply = <&vcc_1v8>;
vci-supply = <&vcc3v3_lcd>;

port {
mipi_in_panel: endpoint {
remote-endpoint = <&mipi_out_panel>;
};
};
};
};

&dsi_dphy {
status = "okay";
};

&emmc {
bus-width = <8>;
cap-mmc-highspeed;
Expand Down

0 comments on commit 110f027

Please sign in to comment.