Skip to content

Commit

Permalink
media: dt-bindings: Add binding for rk3228 rga
Browse files Browse the repository at this point in the history
Indicate that the rk3228 rga is compatible with that of the rk3288.

But if any rk3228-specific quirks are identified in future that
require handling logic that differs from what is provided for the
rk3288, then allow for the compatibility string "rockchip,rk3228-rga"
to be matched instead of "rockchip,rk3288-rga".

Signed-off-by: Justin Swartz <justin.swartz@risingedge.co.za>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
Justin Swartz authored and Mauro Carvalho Chehab committed Feb 24, 2020
1 parent 986eee3 commit 0c9d29e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/devicetree/bindings/media/rockchip-rga.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ BitBLT, alpha blending and image blur/sharpness.

Required properties:
- compatible: value should be one of the following
"rockchip,rk3288-rga";
"rockchip,rk3399-rga";
"rockchip,rk3228-rga", "rockchip,rk3288-rga": for Rockchip RK3228
"rockchip,rk3288-rga": for Rockchip RK3288
"rockchip,rk3399-rga": for Rockchip RK3399

- interrupts: RGA interrupt specifier.

Expand Down

0 comments on commit 0c9d29e

Please sign in to comment.