xref: /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/video/rockchip_mpp.txt (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1Device-Tree bindings for Rockchip MPP Service.
2
3Required properties:
4- compatible: the value must be "rockchip,mpp-service"
5
6- rockchip,taskqueue-count: the value of queue nodes for task running
7	the value must be between 1 and 8
8
9- rockchip,resetgroup-count: the value of reset clk groups for device reset
10	the value must be between 1 and 8
11
12Example:
13	mpp_srv: mpp_srv {
14		compatible = "rockchip,mpp-service";
15		rockchip,taskqueue-count = <1>;
16		rockchip,resetgroup-count = <1>;
17		status = "disabled";
18	};
19