From 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5 Mon Sep 17 00:00:00 2001
From: hc <hc@nodka.com>
Date: Tue, 22 Oct 2024 10:36:11 +0000
Subject: [PATCH] 修改4g拨号为QMI,需要在系统里后台执行quectel-CM
---
kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt | 9 ++-------
1 files changed, 2 insertions(+), 7 deletions(-)
diff --git a/kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt b/kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt
index a919850..4356158 100644
--- a/kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt
+++ b/kernel/Documentation/devicetree/bindings/display/rockchip/analogix_dp-rockchip.txt
@@ -3,9 +3,7 @@
Required properties:
- compatible: "rockchip,rk3288-dp",
- "rockchip,rk3368-edp",
"rockchip,rk3399-edp";
- "rockchip,rk3568-edp";
- reg: physical base address of the controller and length
@@ -23,6 +21,8 @@
- reset-names: Must include the name "dp"
+- rockchip,grf: this soc should set GRF regs, so need get grf here.
+
- ports: there are 2 port nodes with endpoint definitions as defined in
Documentation/devicetree/bindings/media/video-interfaces.txt.
Port 0: contained 2 endpoints, connecting to the output of vop.
@@ -33,11 +33,6 @@
- clock-names: from common clock binding:
Required elements: "grf"
-- rockchip,grf: this soc should set GRF regs, so need get grf here.
-Optional properties
-- reset-names: "apb" must control the reset line to the APB interface.
-- vcc-supply: Regulator for eDP_AVDD_1V0.
-- vccio-supply: Regulator for eDP_AVDD_1V8.
For the below properties, please refer to Analogix DP binding document:
* Documentation/devicetree/bindings/display/bridge/analogix_dp.txt
--
Gitblit v1.6.2