|
123 | 123 | interrupt-names = "syncpt", "host1x";
|
124 | 124 | clocks = <&tegra_car TEGRA30_CLK_HOST1X>;
|
125 | 125 | clock-names = "host1x";
|
126 |
| - resets = <&tegra_car 28>; |
127 |
| - reset-names = "host1x"; |
| 126 | + resets = <&tegra_car 28>, <&mc TEGRA30_MC_RESET_HC>; |
| 127 | + reset-names = "host1x", "mc"; |
128 | 128 | iommus = <&mc TEGRA_SWGROUP_HC>;
|
129 | 129 | power-domains = <&pd_heg>;
|
130 | 130 | operating-points-v2 = <&host1x_dvfs_opp_table>;
|
|
190 | 190 | reg = <0x54140000 0x00040000>;
|
191 | 191 | interrupts = <GIC_SPI 72 IRQ_TYPE_LEVEL_HIGH>;
|
192 | 192 | clocks = <&tegra_car TEGRA30_CLK_GR2D>;
|
193 |
| - resets = <&tegra_car 21>; |
194 |
| - reset-names = "2d"; |
| 193 | + resets = <&tegra_car 21>, <&mc TEGRA30_MC_RESET_2D>; |
| 194 | + reset-names = "2d", "mc"; |
195 | 195 | power-domains = <&pd_heg>;
|
196 | 196 | operating-points-v2 = <&gr2d_dvfs_opp_table>;
|
197 | 197 |
|
|
205 | 205 | <&tegra_car TEGRA30_CLK_GR3D2>;
|
206 | 206 | clock-names = "3d", "3d2";
|
207 | 207 | resets = <&tegra_car 24>,
|
208 |
| - <&tegra_car 98>; |
209 |
| - reset-names = "3d", "3d2"; |
| 208 | + <&tegra_car 98>, |
| 209 | + <&mc TEGRA30_MC_RESET_3D>, |
| 210 | + <&mc TEGRA30_MC_RESET_3D2>; |
| 211 | + reset-names = "3d", "3d2", "mc", "mc2"; |
210 | 212 | power-domains = <&pd_3d0>, <&pd_3d1>;
|
211 | 213 | power-domain-names = "3d0", "3d1";
|
212 | 214 | operating-points-v2 = <&gr3d_dvfs_opp_table>;
|
|
0 commit comments