Skip to content

Commit

Permalink
arm64: dts: rockchip: cleanup and merge OPi5 devicetree
Browse files Browse the repository at this point in the history
  • Loading branch information
efectn authored and amazingfate committed Apr 28, 2024
1 parent c744a54 commit 242e3cd
Show file tree
Hide file tree
Showing 4 changed files with 1,028 additions and 1,140 deletions.
73 changes: 67 additions & 6 deletions arch/arm64/boot/dts/rockchip/rk3588s-orangepi-5-lcd.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,73 @@

&dsi0 {
status = "disabled";
//rockchip,lane-rate = <1000>;
dsi0_panel: panel@0 {
status = "okay";
compatible = "innolux,afj101-ba2131";
reg = <0>;
backlight = <&backlight>;

ports {
#address-cells = <1>;
#size-cells = <0>;

port@0 {
reg = <0>;
panel_in_dsi: endpoint {
remote-endpoint = <&dsi_out_panel>;
};
};
};
};

ports {
#address-cells = <1>;
#size-cells = <0>;

port@1 {
reg = <1>;
dsi_out_panel: endpoint {
remote-endpoint = <&panel_in_dsi>;
};
};
};

};

&dsi1 {
status = "disabled";
//rockchip,lane-rate = <1000>;
dsi1_panel: panel@0 {
status = "okay";
compatible = "innolux,afj101-ba2131";
reg = <0>;
backlight = <&backlight_1>;

ports {
#address-cells = <1>;
#size-cells = <0>;

port@0 {
reg = <0>;
panel_in_dsi1: endpoint {
remote-endpoint = <&dsi1_out_panel>;
};
};
};
};

ports {
#address-cells = <1>;
#size-cells = <0>;

port@1 {
reg = <1>;
dsi1_out_panel: endpoint {
remote-endpoint = <&panel_in_dsi1>;
};
};
};
};

&dsi0_panel {
Expand Down Expand Up @@ -50,12 +117,6 @@
};
};



&dsi1 {
status = "disabled";
};

&dsi1_panel {
status = "disabled";
reset-gpios = <&gpio1 RK_PB3 GPIO_ACTIVE_LOW>;
Expand Down
Loading

0 comments on commit 242e3cd

Please sign in to comment.