Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1685014
| From | Heiko Stübner <heiko@sntech.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 5/5] dt-bindings: display: fill Documents for series of vop |
| Date | 2017-07-11 14:50 +0200 |
| Message-ID | <u22M1-2jf-1@gated-at.bofh.it> (permalink) |
| References | <u22M1-2jf-3@gated-at.bofh.it> <u22M1-2jf-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Mark, Am Dienstag, 11. Juli 2017, 20:42:38 CEST schrieb Mark Yao: > Signed-off-by: Mark Yao <mark.yao@rock-chips.com> > --- > Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt | 4 > ++++ 1 file changed, 4 insertions(+) > > diff --git > a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt > b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt index > 9eb3f0a..11fa3b0 100644 > --- a/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt > +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip-vop.txt > @@ -8,8 +8,12 @@ Required properties: > - compatible: value should be one of the following > "rockchip,rk3036-vop"; > "rockchip,rk3288-vop"; > + "rockchip,rk3368-vop"; > + "rockchip,rk3366-vop"; > "rockchip,rk3399-vop-big"; > "rockchip,rk3399-vop-lit"; > + "rockchip,rk322x-vop"; please don't use wildcards in devicetree compatibles. We've somehow standardized on using rk3228 for both the rk3228 and rk3229 (which are nearly the same soc with some speed adjustments) So, + "rockchip,rk3228-vop"; please Thanks Heiko > + "rockchip,rk3328-vop"; > > - interrupts: should contain a list of all VOP IP block interrupts in the > order: VSYNC, LCD_SYSTEM. The interrupt specifier
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
Re: [PATCH 5/5] dt-bindings: display: fill Documents for series of vop Heiko Stübner <heiko@sntech.de> - 2017-07-11 14:50 +0200 Re: [PATCH 5/5] dt-bindings: display: fill Documents for series of vop Mark yao <mark.yao@rock-chips.com> - 2017-07-12 02:30 +0200
csiph-web