arm64: dts: rockchip: rk3576-iotest: add edp2dp display dts

Change-Id: I3b22bd30f61b15ff52ba94abe07e4e8ec30af8d3
Signed-off-by: Damon Ding <damon.ding@rock-chips.com>
This commit is contained in:
Damon Ding
2024-04-17 15:04:41 +08:00
parent 3f53efd971
commit 125ab5f427
2 changed files with 78 additions and 0 deletions

View File

@@ -252,6 +252,7 @@ dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-evb2-v10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-evb2-v10-linux.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-industry-evb-v10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-iotest-v10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-iotest-v10-edp2dp.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-iotest-v10-linux.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-tablet-v10.dtb
dtb-$(CONFIG_ARCH_ROCKCHIP) += rk3576-test1-v10.dtb

View File

@@ -0,0 +1,77 @@
// SPDX-License-Identifier: (GPL-2.0+ OR MIT)
/*
* Copyright (c) 2024 Rockchip Electronics Co., Ltd.
*
*/
/dts-v1/;
#include "rk3576.dtsi"
#include "rk3576-android.dtsi"
#include "rk3576-iotest.dtsi"
/ {
model = "Rockchip RK3576 IOTEST V10 Board";
compatible = "rockchip,rk3576-iotest-v10-edp2dp", "rockchip,rk3576";
};
&dsi {
status = "disabled";
};
&dsi_in_vp1 {
status = "disabled";
};
&edp {
status = "okay";
pinctrl-names = "default";
/*
* Please check the switch of GPIO4_C1, it may not be switched to
* eDP HPD function by default.
*/
pinctrl-0 = <&edp_txm0_pins>;
};
&edp_in_vp0 {
status = "okay";
};
&hdmi {
status = "disabled";
};
&hdmi_in_vp0 {
status = "disabled";
};
&hdptxphy {
status = "okay";
};
&hdptxphy_hdmi {
status = "disabled";
};
&route_dsi {
status = "disabled";
};
&route_edp {
status = "okay";
connect = <&vp0_out_edp>;
};
&route_hdmi {
status = "disabled";
};
&vp0 {
assigned-clocks = <&cru DCLK_VP0_SRC>;
assigned-clock-parents = <&cru PLL_VPLL>;
};
&vp2 {
/delete-property/ assigned-clocks;
/delete-property/ assigned-clock-parents;
};