~ [ 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 ] ~

Diff markup

Differences between /Documentation/devicetree/bindings/media/mediatek-mdp.txt (Architecture m68k) and /Documentation/devicetree/bindings/media/mediatek-mdp.txt (Architecture sparc64)


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