mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 20:32:04 +09:00
arm64: dts: rockchip: rk3399-android: Add default port link for dsi
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com> Change-Id: Ib6ed042666910f62c75e9a1ab76fff0001753b88
This commit is contained in:
@@ -213,6 +213,38 @@
|
||||
};
|
||||
};
|
||||
|
||||
&dsi {
|
||||
panel@0 {
|
||||
reg = <0>;
|
||||
|
||||
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>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
&i2s2 {
|
||||
#sound-dai-cells = <0>;
|
||||
rockchip,bclk-fs = <128>;
|
||||
|
||||
Reference in New Issue
Block a user