This commit adds demo dts about the various possible uses of LVDS:
1. Single channel LVDS
2. Dual LVDS
3. Two Video Port use two separate single channel LVDS
4. One Video Port use two separate single channel LVDS
For case 1, the video port outputs as follows:
VP1 -> LVDS0 or VP1 -> LVDS1
or VP2 -> LVDS0 or VP2 -> LVDS1
For case 2, the video port outputs as follows:
VP1 -> LVDS0, VP1 -> LVDS1
or VP2-> LVDS0, VP2-> LVDS1
For case 3, the video port outputs as follows:
VP1 -> LVDS0, VP2 -> LVDS1
or VP1 -> LVDS1, VP2 -> LVDS0
For case 4, the video port outputs as follows:
VP1 -> LVDS0, VP1 -> LVDS1
or VP2-> LVDS0, VP2-> LVDS1
Change-Id: I426ba9033863cc1442834daf8fa63aaa472274c5
Signed-off-by: Chaoyi Chen <chaoyi.chen@rock-chips.com>
24 lines
553 B
Plaintext
24 lines
553 B
Plaintext
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
/*
|
|
* Copyright (c) 2023 Rockchip Electronics Co., Ltd.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
|
|
#include <dt-bindings/display/rockchip_vop.h>
|
|
#include "rk3568-evb1-ddr4-v10-one-vp-two-single-channel-lvds.dtsi"
|
|
#include "rk3568-linux.dtsi"
|
|
|
|
/ {
|
|
model = "Rockchip RK3568 EVB1 V10 Board with one vp two single channel lvds";
|
|
compatible = "rockchip,rk3568-evb1-ddr4-v10-one-vp-two-single-channel-lvds", "rockchip,rk3568";
|
|
};
|
|
|
|
&vp0 {
|
|
cursor-win-id = <ROCKCHIP_VOP2_CLUSTER0>;
|
|
};
|
|
|
|
&vp1 {
|
|
cursor-win-id = <ROCKCHIP_VOP2_CLUSTER1>;
|
|
};
|