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

Configure Feed

Select the types of activity you want to include in your feed.

media: dt-bindings: mediatek: Add phandle to mediatek,scp on MDP3 RDMA

The MDP3 RDMA needs to communicate with the SCP remote processor: allow
specifying a phandle to a SCP core.

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Reviewed-by: Alexandre Mergnat <amergnat@baylibre.com>
Signed-off-by: AngeloGioacchino Del Regno <angelogioacchino.delregno@collabora.com>

+8
+8
Documentation/devicetree/bindings/media/mediatek,mdp3-rdma.yaml
··· 45 45 include/dt-bindings/gce/<chip>-gce.h of each chips. 46 46 $ref: /schemas/types.yaml#/definitions/uint32-array 47 47 48 + mediatek,scp: 49 + $ref: /schemas/types.yaml#/definitions/phandle 50 + description: 51 + Phandle to the System Control Processor (SCP) used for initializing 52 + and stopping the MDP3, for sending frame data locations to the MDP3's 53 + VPU and to install Inter-Processor Interrupt handlers to control 54 + processing states. 55 + 48 56 power-domains: 49 57 maxItems: 1 50 58