| .. | .. |
|---|
| 3 | 3 | |
|---|
| 4 | 4 | Required properties: |
|---|
| 5 | 5 | - compatible: "rockchip,rk3288-dp", |
|---|
| 6 | | - "rockchip,rk3368-edp", |
|---|
| 7 | 6 | "rockchip,rk3399-edp"; |
|---|
| 8 | | - "rockchip,rk3568-edp"; |
|---|
| 9 | 7 | |
|---|
| 10 | 8 | - reg: physical base address of the controller and length |
|---|
| 11 | 9 | |
|---|
| .. | .. |
|---|
| 23 | 21 | |
|---|
| 24 | 22 | - reset-names: Must include the name "dp" |
|---|
| 25 | 23 | |
|---|
| 24 | +- rockchip,grf: this soc should set GRF regs, so need get grf here. |
|---|
| 25 | + |
|---|
| 26 | 26 | - ports: there are 2 port nodes with endpoint definitions as defined in |
|---|
| 27 | 27 | Documentation/devicetree/bindings/media/video-interfaces.txt. |
|---|
| 28 | 28 | Port 0: contained 2 endpoints, connecting to the output of vop. |
|---|
| .. | .. |
|---|
| 33 | 33 | |
|---|
| 34 | 34 | - clock-names: from common clock binding: |
|---|
| 35 | 35 | Required elements: "grf" |
|---|
| 36 | | -- rockchip,grf: this soc should set GRF regs, so need get grf here. |
|---|
| 37 | | -Optional properties |
|---|
| 38 | | -- reset-names: "apb" must control the reset line to the APB interface. |
|---|
| 39 | | -- vcc-supply: Regulator for eDP_AVDD_1V0. |
|---|
| 40 | | -- vccio-supply: Regulator for eDP_AVDD_1V8. |
|---|
| 41 | 36 | |
|---|
| 42 | 37 | For the below properties, please refer to Analogix DP binding document: |
|---|
| 43 | 38 | * Documentation/devicetree/bindings/display/bridge/analogix_dp.txt |
|---|