summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v10.dts
diff options
context:
space:
mode:
authorWyon Bi <bivvy.bi@rock-chips.com>2018-12-08 11:38:52 +0800
committerWyon Bi <bivvy.bi@rock-chips.com>2018-12-29 16:41:15 +0800
commit1521458687e4edcfd844bce9ef8c62ab0d165fa8 (patch)
tree92ab5b796f90536486e45e75919487e2420cad34 /arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v10.dts
parentf792a2f71804e540af81e07db6de9a5144613e34 (diff)
arm64: dts: rockchip: Update and clean up display nodes for px30/rk3326 boards
Change-Id: I4f51bb63ec0f6027a1019f49f0ac1a197ecf7e9e Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
Diffstat (limited to 'arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v10.dts')
-rw-r--r--arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v10.dts85
1 files changed, 11 insertions, 74 deletions
diff --git a/arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v10.dts b/arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v10.dts
index 96efc3124e2d..31d359fcc4a8 100644
--- a/arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v10.dts
+++ b/arch/arm64/boot/dts/rockchip/rk3326-evb-ai-va-v10.dts
@@ -95,48 +95,6 @@
default-brightness-level = <200>;
};
- panel {
- compatible = "samsung,lsl070nl01", "simple-panel";
- backlight = <&backlight>;
- enable-gpios = <&gpio0 RK_PB5 GPIO_ACTIVE_HIGH>;
- enable-delay-ms = <20>;
- prepare-delay-ms = <20>;
- unprepare-delay-ms = <20>;
- disable-delay-ms = <20>;
- width-mm = <217>;
- height-mm = <136>;
- rockchip,data-mapping = "vesa";
- rockchip,data-width = <24>;
- rockchip,output = "lvds";
- status = "disabled";
-
- display-timings {
- native-mode = <&timing0>;
-
- timing0: timing0 {
- clock-frequency = <49500000>;
- hactive = <1024>;
- vactive = <600>;
- hback-porch = <90>;
- hfront-porch = <90>;
- vback-porch = <10>;
- vfront-porch = <10>;
- hsync-len = <90>;
- vsync-len = <10>;
- hsync-active = <0>;
- vsync-active = <0>;
- de-active = <0>;
- pixelclk-active = <0>;
- };
- };
-
- port {
- panel_in_lvds: endpoint {
- remote-endpoint = <&lvds_out_panel>;
- };
- };
- };
-
rk809-sound {
compatible = "simple-audio-card";
simple-audio-card,name = "rockchip,rk809-codec";
@@ -338,9 +296,9 @@
];
display-timings {
- native-mode = <&st7703_timing>;
+ native-mode = <&timing0>;
- st7703_timing: timing0 {
+ timing0: timing0 {
clock-frequency = <66000000>;
hactive = <720>;
vactive = <1280>;
@@ -359,10 +317,19 @@
};
};
+&dsi_in_vopb {
+ status = "okay";
+};
+
&dsi_in_vopl {
status = "disabled";
};
+&route_dsi {
+ connect = <&vopb_out_dsi>;
+ status = "okay";
+};
+
&emmc {
bus-width = <8>;
cap-mmc-highspeed;
@@ -1059,28 +1026,6 @@
status = "okay";
};
-&lvds {
- status = "disabled";
-
- ports {
- port@1 {
- reg = <1>;
-
- lvds_out_panel: endpoint {
- remote-endpoint = <&panel_in_lvds>;
- };
- };
- };
-};
-
-&lvds_in_vopl {
- status = "disabled";
-};
-
-&mipi_dphy {
- status = "okay";
-};
-
&nandc0 {
status = "okay";
};
@@ -1157,14 +1102,6 @@
rockchip,sleep-debug-en = <1>;
};
-&route_dsi {
- status = "okay";
-};
-
-&route_lvds {
- status = "disabled";
-};
-
&saradc {
status = "okay";
vref-supply = <&vcc1v8_soc>;