~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/media/mediatek-mdp.txt

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 * Mediatek Media Data Path
  2 
  3 Media Data Path is used for scaling and color space conversion.
  4 
  5 Required properties (controller node):
  6 - compatible: "mediatek,mt8173-mdp"
  7 - mediatek,vpu: the node of video processor unit, see
  8   Documentation/devicetree/bindings/media/mediatek-vpu.txt for details.
  9 
 10 Required properties (all function blocks, child node):
 11 - compatible: Should be one of
 12         "mediatek,mt8173-mdp-rdma"  - read DMA
 13         "mediatek,mt8173-mdp-rsz"   - resizer
 14         "mediatek,mt8173-mdp-wdma"  - write DMA
 15         "mediatek,mt8173-mdp-wrot"  - write DMA with rotation
 16 - reg: Physical base address and length of the function block register space
 17 - clocks: device clocks, see
 18   Documentation/devicetree/bindings/clock/clock-bindings.txt for details.
 19 - power-domains: a phandle to the power domain, see
 20   Documentation/devicetree/bindings/power/power_domain.txt for details.
 21 
 22 Required properties (DMA function blocks, child node):
 23 - compatible: Should be one of
 24         "mediatek,mt8173-mdp-rdma"
 25         "mediatek,mt8173-mdp-wdma"
 26         "mediatek,mt8173-mdp-wrot"
 27 - iommus: should point to the respective IOMMU block with master port as
 28   argument, see Documentation/devicetree/bindings/iommu/mediatek,iommu.yaml
 29   for details.
 30 
 31 Example:
 32         mdp_rdma0: rdma@14001000 {
 33                 compatible = "mediatek,mt8173-mdp-rdma";
 34                              "mediatek,mt8173-mdp";
 35                 reg = <0 0x14001000 0 0x1000>;
 36                 clocks = <&mmsys CLK_MM_MDP_RDMA0>,
 37                          <&mmsys CLK_MM_MUTEX_32K>;
 38                 power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
 39                 iommus = <&iommu M4U_PORT_MDP_RDMA0>;
 40                 mediatek,vpu = <&vpu>;
 41         };
 42 
 43         mdp_rdma1: rdma@14002000 {
 44                 compatible = "mediatek,mt8173-mdp-rdma";
 45                 reg = <0 0x14002000 0 0x1000>;
 46                 clocks = <&mmsys CLK_MM_MDP_RDMA1>,
 47                          <&mmsys CLK_MM_MUTEX_32K>;
 48                 power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
 49                 iommus = <&iommu M4U_PORT_MDP_RDMA1>;
 50         };
 51 
 52         mdp_rsz0: rsz@14003000 {
 53                 compatible = "mediatek,mt8173-mdp-rsz";
 54                 reg = <0 0x14003000 0 0x1000>;
 55                 clocks = <&mmsys CLK_MM_MDP_RSZ0>;
 56                 power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
 57         };
 58 
 59         mdp_rsz1: rsz@14004000 {
 60                 compatible = "mediatek,mt8173-mdp-rsz";
 61                 reg = <0 0x14004000 0 0x1000>;
 62                 clocks = <&mmsys CLK_MM_MDP_RSZ1>;
 63                 power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
 64         };
 65 
 66         mdp_rsz2: rsz@14005000 {
 67                 compatible = "mediatek,mt8173-mdp-rsz";
 68                 reg = <0 0x14005000 0 0x1000>;
 69                 clocks = <&mmsys CLK_MM_MDP_RSZ2>;
 70                 power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
 71         };
 72 
 73         mdp_wdma0: wdma@14006000 {
 74                 compatible = "mediatek,mt8173-mdp-wdma";
 75                 reg = <0 0x14006000 0 0x1000>;
 76                 clocks = <&mmsys CLK_MM_MDP_WDMA>;
 77                 power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
 78                 iommus = <&iommu M4U_PORT_MDP_WDMA>;
 79         };
 80 
 81         mdp_wrot0: wrot@14007000 {
 82                 compatible = "mediatek,mt8173-mdp-wrot";
 83                 reg = <0 0x14007000 0 0x1000>;
 84                 clocks = <&mmsys CLK_MM_MDP_WROT0>;
 85                 power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
 86                 iommus = <&iommu M4U_PORT_MDP_WROT0>;
 87         };
 88 
 89         mdp_wrot1: wrot@14008000 {
 90                 compatible = "mediatek,mt8173-mdp-wrot";
 91                 reg = <0 0x14008000 0 0x1000>;
 92                 clocks = <&mmsys CLK_MM_MDP_WROT1>;
 93                 power-domains = <&scpsys MT8173_POWER_DOMAIN_MM>;
 94                 iommus = <&iommu M4U_PORT_MDP_WROT1>;
 95         };

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php