dt-bindings: display/rockchip: Add compatible string for rk3568

Add a compatible string for the eDP controller found in the RK3568 SoC.

Change-Id: I4ece0815efd7d603ee0c5f5adac8d3bf5b91130e
Signed-off-by: Wyon Bi <bivvy.bi@rock-chips.com>
This commit is contained in:
Wyon Bi
2020-09-25 17:05:05 +08:00
committed by Tao Huang
parent d7ad116fb3
commit 019e50be15
2 changed files with 4 additions and 2 deletions

View File

@@ -7,6 +7,7 @@ Required properties for dp-controller:
* "rockchip,rk3288-dp"
* "rockchip,rk3368-edp"
* "rockchip,rk3399-edp"
* "rockchip,rk3568-edp"
-reg:
physical base address of the controller and length
of memory mapped region.

View File

@@ -5,6 +5,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
@@ -22,8 +23,6 @@ Required properties:
- 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.
@@ -34,7 +33,9 @@ Optional property for different chips:
- 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.