Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: dt-bindings: Add binding for rk3228 rga

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>

authored by

Justin Swartz and committed by
Mauro Carvalho Chehab
0c9d29eb 986eee3a

+3 -2
+3 -2
Documentation/devicetree/bindings/media/rockchip-rga.txt
··· 6 6 7 7 Required properties: 8 8 - compatible: value should be one of the following 9 - "rockchip,rk3288-rga"; 10 - "rockchip,rk3399-rga"; 9 + "rockchip,rk3228-rga", "rockchip,rk3288-rga": for Rockchip RK3228 10 + "rockchip,rk3288-rga": for Rockchip RK3288 11 + "rockchip,rk3399-rga": for Rockchip RK3399 11 12 12 13 - interrupts: RGA interrupt specifier. 13 14