Skip to content

Commit e0c9398

Browse files
Andy Yanmmind
authored andcommitted
dt-bindings: display: rockchip,inno-hdmi: Document GRF for RK3036 HDMI
HDMI on RK3036 use GRF control the HSYNC/VSYNC polarity, but this part is missing when it first landing upstream. Document that it is mandatory for RK3036 HDMI. Signed-off-by: Andy Yan <andy.yan@rock-chips.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://lore.kernel.org/r/20250422070455.432666-3-andyshrk@163.com
1 parent c0673bb commit e0c9398

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

Documentation/devicetree/bindings/display/rockchip/rockchip,inno-hdmi.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,12 @@ properties:
5656
- port@0
5757
- port@1
5858

59+
rockchip,grf:
60+
$ref: /schemas/types.yaml#/definitions/phandle
61+
description:
62+
Phandle to GRF used for control the polarity of hsync/vsync of rk3036
63+
HDMI.
64+
5965
required:
6066
- compatible
6167
- reg
@@ -75,6 +81,8 @@ allOf:
7581
const: rockchip,rk3036-inno-hdmi
7682

7783
then:
84+
required:
85+
- rockchip,grf
7886
properties:
7987
power-domains: false
8088

@@ -103,6 +111,7 @@ examples:
103111
clock-names = "pclk", "ref";
104112
pinctrl-names = "default";
105113
pinctrl-0 = <&hdmi_ctl>;
114+
rockchip,grf = <&grf>;
106115
#sound-dai-cells = <0>;
107116
108117
ports {

0 commit comments

Comments
 (0)