Message ID | 20250325132944.171111-3-andyshrk@163.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | Two fixes of RK3036 HDMI | expand |
On Tue, Mar 25, 2025 at 09:29:36PM +0800, Andy Yan wrote: > From: Andy Yan <andy.yan@rock-chips.com> > > 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> > --- > > (no changes since v1) Where was v1? I cannot find it. b4 diff '20250325132944.171111-3-andyshrk@163.com' Checking for older revisions Grabbing search results from lore.kernel.org Nothing matching that query. --- Analyzing 7 messages in the thread Could not find lower series to compare against. Best regards, Krzysztof
Hi At 2025-03-26 15:59:25, "Krzysztof Kozlowski" <krzk@kernel.org> wrote: >On Tue, Mar 25, 2025 at 09:29:36PM +0800, Andy Yan wrote: >> From: Andy Yan <andy.yan@rock-chips.com> >> >> 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> >> --- >> >> (no changes since v1) > >Where was v1? I cannot find it. Sorry, I forgot to mention it : " this patch is first included in this series" > >b4 diff '20250325132944.171111-3-andyshrk@163.com' >Checking for older revisions >Grabbing search results from lore.kernel.org >Nothing matching that query. >--- >Analyzing 7 messages in the thread >Could not find lower series to compare against. > >Best regards, >Krzysztof > > >_______________________________________________ >Linux-rockchip mailing list >Linux-rockchip@lists.infradead.org >http://lists.infradead.org/mailman/listinfo/linux-rockchip
diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,inno-hdmi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,inno-hdmi.yaml index 9d1e7f894ea54..290376bec079a 100644 --- a/Documentation/devicetree/bindings/display/rockchip/rockchip,inno-hdmi.yaml +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,inno-hdmi.yaml @@ -56,6 +56,12 @@ properties: - port@0 - port@1 + rockchip,grf: + $ref: /schemas/types.yaml#/definitions/phandle + description: + Phandle to GRF used for control the polarity of hsync/vsync of rk3036 + HDMI. + required: - compatible - reg @@ -75,6 +81,8 @@ allOf: const: rockchip,rk3036-inno-hdmi then: + required: + - rockchip,grf properties: power-domains: false @@ -103,6 +111,7 @@ examples: clock-names = "pclk", "ref"; pinctrl-names = "default"; pinctrl-0 = <&hdmi_ctl>; + rockchip,grf = <&grf>; #sound-dai-cells = <0>; ports {