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

TOMOYO Linux Cross Reference
Linux/Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml

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/gpu/img,powervr-sgx.yaml (Version linux-6.12-rc7) and /Documentation/devicetree/bindings/gpu/img,powervr-sgx.yaml (Version linux-6.11.7)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS      1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
  2 # Copyright (c) 2023 Imagination Technologies       2 # Copyright (c) 2023 Imagination Technologies Ltd.
  3 # Copyright (C) 2024 Texas Instruments Incorpo      3 # Copyright (C) 2024 Texas Instruments Incorporated - https://www.ti.com/
  4 %YAML 1.2                                           4 %YAML 1.2
  5 ---                                                 5 ---
  6 $id: http://devicetree.org/schemas/gpu/img,pow      6 $id: http://devicetree.org/schemas/gpu/img,powervr-sgx.yaml#
  7 $schema: http://devicetree.org/meta-schemas/co      7 $schema: http://devicetree.org/meta-schemas/core.yaml#
  8                                                     8 
  9 title: Imagination Technologies PowerVR SGX GP      9 title: Imagination Technologies PowerVR SGX GPUs
 10                                                    10 
 11 maintainers:                                       11 maintainers:
 12   - Frank Binns <frank.binns@imgtec.com>            12   - Frank Binns <frank.binns@imgtec.com>
 13                                                    13 
 14 properties:                                        14 properties:
 15   compatible:                                      15   compatible:
 16     oneOf:                                         16     oneOf:
 17       - items:                                     17       - items:
 18           - enum:                                  18           - enum:
 19               - ti,omap3430-gpu # Rev 121          19               - ti,omap3430-gpu # Rev 121
 20               - ti,omap3630-gpu # Rev 125          20               - ti,omap3630-gpu # Rev 125
 21           - const: img,powervr-sgx530              21           - const: img,powervr-sgx530
 22       - items:                                     22       - items:
 23           - enum:                                  23           - enum:
 24               - ingenic,jz4780-gpu # Rev 130       24               - ingenic,jz4780-gpu # Rev 130
 25               - ti,omap4430-gpu # Rev 120          25               - ti,omap4430-gpu # Rev 120
 26           - const: img,powervr-sgx540              26           - const: img,powervr-sgx540
 27       - items:                                     27       - items:
 28           - enum:                                  28           - enum:
 29               - allwinner,sun6i-a31-gpu # MP2      29               - allwinner,sun6i-a31-gpu # MP2 Rev 115
 30               - ti,omap4470-gpu # MP1 Rev 112      30               - ti,omap4470-gpu # MP1 Rev 112
 31               - ti,omap5432-gpu # MP2 Rev 105      31               - ti,omap5432-gpu # MP2 Rev 105
 32               - ti,am5728-gpu # MP2 Rev 116        32               - ti,am5728-gpu # MP2 Rev 116
 33               - ti,am6548-gpu # MP1 Rev 117        33               - ti,am6548-gpu # MP1 Rev 117
 34           - const: img,powervr-sgx544              34           - const: img,powervr-sgx544
 35                                                    35 
 36   reg:                                             36   reg:
 37     maxItems: 1                                    37     maxItems: 1
 38                                                    38 
 39   interrupts:                                      39   interrupts:
 40     maxItems: 1                                    40     maxItems: 1
 41                                                    41 
 42   clocks:                                          42   clocks:
 43     minItems: 1                                    43     minItems: 1
 44     maxItems: 3                                    44     maxItems: 3
 45                                                    45 
 46   clock-names:                                     46   clock-names:
 47     minItems: 1                                    47     minItems: 1
 48     items:                                         48     items:
 49       - const: core                                49       - const: core
 50       - const: mem                                 50       - const: mem
 51       - const: sys                                 51       - const: sys
 52                                                    52 
 53   power-domains:                                   53   power-domains:
 54     maxItems: 1                                    54     maxItems: 1
 55                                                    55 
 56 required:                                          56 required:
 57   - compatible                                     57   - compatible
 58   - reg                                            58   - reg
 59   - interrupts                                     59   - interrupts
 60                                                    60 
 61 allOf:                                             61 allOf:
 62   - if:                                            62   - if:
 63       properties:                                  63       properties:
 64         compatible:                                64         compatible:
 65           contains:                                65           contains:
 66             const: ti,am6548-gpu                   66             const: ti,am6548-gpu
 67     then:                                          67     then:
 68       required:                                    68       required:
 69         - power-domains                            69         - power-domains
 70     else:                                          70     else:
 71       properties:                                  71       properties:
 72         power-domains: false                       72         power-domains: false
 73   - if:                                            73   - if:
 74       properties:                                  74       properties:
 75         compatible:                                75         compatible:
 76           contains:                                76           contains:
 77             enum:                                  77             enum:
 78               - allwinner,sun6i-a31-gpu            78               - allwinner,sun6i-a31-gpu
 79               - ingenic,jz4780-gpu                 79               - ingenic,jz4780-gpu
 80     then:                                          80     then:
 81       required:                                    81       required:
 82         - clocks                                   82         - clocks
 83         - clock-names                              83         - clock-names
 84     else:                                          84     else:
 85       properties:                                  85       properties:
 86         clocks: false                              86         clocks: false
 87         clock-names: false                         87         clock-names: false
 88   - if:                                            88   - if:
 89       properties:                                  89       properties:
 90         compatible:                                90         compatible:
 91           contains:                                91           contains:
 92             const: allwinner,sun6i-a31-gpu         92             const: allwinner,sun6i-a31-gpu
 93     then:                                          93     then:
 94       properties:                                  94       properties:
 95         clocks:                                    95         clocks:
 96           minItems: 2                              96           minItems: 2
 97           maxItems: 2                              97           maxItems: 2
 98         clock-names:                               98         clock-names:
 99           minItems: 2                              99           minItems: 2
100           maxItems: 2                             100           maxItems: 2
101   - if:                                           101   - if:
102       properties:                                 102       properties:
103         compatible:                               103         compatible:
104           contains:                               104           contains:
105             const: ingenic,jz4780-gpu             105             const: ingenic,jz4780-gpu
106     then:                                         106     then:
107       properties:                                 107       properties:
108         clocks:                                   108         clocks:
109           maxItems: 1                             109           maxItems: 1
110         clock-names:                              110         clock-names:
111           maxItems: 1                             111           maxItems: 1
112                                                   112 
113 additionalProperties: false                       113 additionalProperties: false
114                                                   114 
115 examples:                                         115 examples:
116   - |                                             116   - |
117     #include <dt-bindings/interrupt-controller    117     #include <dt-bindings/interrupt-controller/irq.h>
118     #include <dt-bindings/interrupt-controller    118     #include <dt-bindings/interrupt-controller/arm-gic.h>
119     #include <dt-bindings/soc/ti,sci_pm_domain    119     #include <dt-bindings/soc/ti,sci_pm_domain.h>
120                                                   120 
121     gpu@7000000 {                                 121     gpu@7000000 {
122         compatible = "ti,am6548-gpu", "img,pow    122         compatible = "ti,am6548-gpu", "img,powervr-sgx544";
123         reg = <0x7000000 0x10000>;                123         reg = <0x7000000 0x10000>;
124         interrupts = <GIC_SPI 162 IRQ_TYPE_LEV    124         interrupts = <GIC_SPI 162 IRQ_TYPE_LEVEL_HIGH>;
125         power-domains = <&k3_pds 65 TI_SCI_PD_    125         power-domains = <&k3_pds 65 TI_SCI_PD_EXCLUSIVE>;
126     };                                            126     };
127                                                   127 
128   - |                                             128   - |
129     #include <dt-bindings/interrupt-controller    129     #include <dt-bindings/interrupt-controller/irq.h>
130     #include <dt-bindings/interrupt-controller    130     #include <dt-bindings/interrupt-controller/arm-gic.h>
131                                                   131 
132     gpu: gpu@1c40000 {                            132     gpu: gpu@1c40000 {
133         compatible = "allwinner,sun6i-a31-gpu"    133         compatible = "allwinner,sun6i-a31-gpu", "img,powervr-sgx544";
134         reg = <0x01c40000 0x10000>;               134         reg = <0x01c40000 0x10000>;
135         interrupts = <GIC_SPI 97 IRQ_TYPE_LEVE    135         interrupts = <GIC_SPI 97 IRQ_TYPE_LEVEL_HIGH>;
136         clocks = <&ccu 1>, <&ccu 2>;              136         clocks = <&ccu 1>, <&ccu 2>;
137         clock-names = "core", "mem";              137         clock-names = "core", "mem";
138     };                                            138     };
                                                      

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