Message ID | 20180828185513.13216-5-urjaman@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | rk3288 veyron chromebook hdmi frequencies | expand |
On Tue, Aug 28, 2018 at 06:55:10PM +0000, Urja Rannikko wrote: > Signed-off-by: Urja Rannikko <urjaman@gmail.com> > --- > .../devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt > index adc94fc3c9f8..edeacbbc4f26 100644 > --- a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt > +++ b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt > @@ -34,6 +34,7 @@ Optional properties > - clock-names: May contain "cec" as defined in dw_hdmi.txt. > - clock-names: May contain "grf", power for grf io. > - clock-names: May contain "vpll", external clock for some hdmi phy. > +- rockchip,hdmi-rates-hz: List of allowed HDMI frequencies in Hz. Can't you use assigned clocks properties for this purpose? Though maybe I don't understand the purpose. I don't recall any other HDMI (or LVDS, DP, etc.) binding needing something like this. So why do you need it? Rob
diff --git a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt index adc94fc3c9f8..edeacbbc4f26 100644 --- a/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt +++ b/Documentation/devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt @@ -34,6 +34,7 @@ Optional properties - clock-names: May contain "cec" as defined in dw_hdmi.txt. - clock-names: May contain "grf", power for grf io. - clock-names: May contain "vpll", external clock for some hdmi phy. +- rockchip,hdmi-rates-hz: List of allowed HDMI frequencies in Hz. Example:
Signed-off-by: Urja Rannikko <urjaman@gmail.com> --- .../devicetree/bindings/display/rockchip/dw_hdmi-rockchip.txt | 1 + 1 file changed, 1 insertion(+)