|
98 | 98 | <0x10090000 0x100>, |
99 | 99 | <0x10093000 0x100>, |
100 | 100 | <0x10098000 0x1100>, |
101 | | - <0x10094000 0x100>; |
102 | | - |
| 101 | + <0x10094000 0x100>, |
| 102 | + <0x1009A000 0x1100>, |
| 103 | + <0x10095000 0x100>, |
| 104 | + <0x1009C000 0x1100>, |
| 105 | + <0x10096000 0x100>, |
| 106 | + <0x1009E000 0x1100>, |
| 107 | + <0x10097000 0x100>; |
103 | 108 | reg-names = "Mali_L2", |
104 | 109 | "Mali_GP", |
105 | 110 | "Mali_GP_MMU", |
106 | 111 | "Mali_PP0", |
107 | | - "Mali_PP0_MMU"; |
| 112 | + "Mali_PP0_MMU", |
| 113 | + "Mali_PP1", |
| 114 | + "Mali_PP1_MMU", |
| 115 | + "Mali_PP2", |
| 116 | + "Mali_PP2_MMU", |
| 117 | + "Mali_PP3", |
| 118 | + "Mali_PP3_MMU"; |
108 | 119 |
|
109 | 120 | interrupts = <GIC_SPI 5 IRQ_TYPE_LEVEL_HIGH>, |
| 121 | + <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, |
| 122 | + <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>, |
| 123 | + <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, |
| 124 | + <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>, |
| 125 | + <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, |
| 126 | + <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>, |
110 | 127 | <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>, |
111 | 128 | <GIC_SPI 7 IRQ_TYPE_LEVEL_HIGH>, |
112 | 129 | <GIC_SPI 6 IRQ_TYPE_LEVEL_HIGH>; |
113 | 130 | interrupt-names = "Mali_GP_IRQ", |
114 | 131 | "Mali_GP_MMU_IRQ", |
115 | 132 | "Mali_PP0_IRQ", |
116 | | - "Mali_PP0_MMU_IRQ"; |
117 | | - |
| 133 | + "Mali_PP0_MMU_IRQ", |
| 134 | + "Mali_PP1_IRQ", |
| 135 | + "Mali_PP1_MMU_IRQ", |
| 136 | + "Mali_PP2_IRQ", |
| 137 | + "Mali_PP2_MMU_IRQ", |
| 138 | + "Mali_PP3_IRQ", |
| 139 | + "Mali_PP3_MMU_IRQ"; |
118 | 140 | clocks = <&cru ACLK_GPU>; |
119 | 141 | clock-names = "clk_mali"; |
| 142 | + |
| 143 | + operating-points-v2 = <&gpu_opp_table>; |
120 | 144 | status = "disabled"; |
| 145 | + |
| 146 | + gpu_power_model: power_model { |
| 147 | + compatible = "arm,mali-simple-power-model"; |
| 148 | + voltage = <950>; |
| 149 | + frequency = <500>; |
| 150 | + static-power = <300>; |
| 151 | + dynamic-power = <396>; |
| 152 | + ts = <32000 4700 (-80) 2>; |
| 153 | + thermal-zone = "gpu-thermal"; |
| 154 | + }; |
| 155 | + }; |
| 156 | + |
| 157 | + gpu_opp_table: opp-table2 { |
| 158 | + compatible = "operating-points-v2"; |
| 159 | + opp-300000000 { |
| 160 | + opp-hz = /bits/ 64 <300000000>; |
| 161 | + opp-microvolt = <1050000>; |
| 162 | + status = "disabled"; |
| 163 | + }; |
| 164 | + opp-400000000 { |
| 165 | + opp-hz = /bits/ 64 <400000000>; |
| 166 | + opp-microvolt = <1275000>; |
| 167 | + status = "disabled"; |
| 168 | + }; |
121 | 169 | }; |
122 | 170 |
|
123 | 171 | vop0: vop@1010c000 { |
|
0 commit comments