.. | .. |
---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | /* |
---|
2 | 3 | * Copyright (C) 2015 NVIDIA CORPORATION. All rights reserved. |
---|
3 | | - * |
---|
4 | | - * This program is free software; you can redistribute it and/or modify |
---|
5 | | - * it under the terms of the GNU General Public License version 2 as |
---|
6 | | - * published by the Free Software Foundation. |
---|
7 | 4 | */ |
---|
8 | 5 | |
---|
9 | 6 | #include <dt-bindings/memory/tegra210-mc.h> |
---|
.. | .. |
---|
439 | 436 | .reg = 0x37c, |
---|
440 | 437 | .shift = 0, |
---|
441 | 438 | .mask = 0xff, |
---|
442 | | - .def = 0x39, |
---|
| 439 | + .def = 0x7a, |
---|
443 | 440 | }, |
---|
444 | 441 | }, { |
---|
445 | 442 | .id = 0x4b, |
---|
.. | .. |
---|
845 | 842 | }, |
---|
846 | 843 | .la = { |
---|
847 | 844 | .reg = 0x3dc, |
---|
848 | | - .shift = 0, |
---|
| 845 | + .shift = 16, |
---|
849 | 846 | .mask = 0xff, |
---|
850 | 847 | .def = 0x80, |
---|
851 | 848 | }, |
---|
.. | .. |
---|
1076 | 1073 | .num_groups = ARRAY_SIZE(tegra210_groups), |
---|
1077 | 1074 | .supports_round_robin_arbitration = true, |
---|
1078 | 1075 | .supports_request_limit = true, |
---|
1079 | | - .num_tlb_lines = 32, |
---|
| 1076 | + .num_tlb_lines = 48, |
---|
1080 | 1077 | .num_asids = 128, |
---|
1081 | 1078 | }; |
---|
1082 | 1079 | |
---|
.. | .. |
---|
1132 | 1129 | .intmask = MC_INT_DECERR_MTS | MC_INT_SECERR_SEC | MC_INT_DECERR_VPR | |
---|
1133 | 1130 | MC_INT_INVALID_APB_ASID_UPDATE | MC_INT_INVALID_SMMU_PAGE | |
---|
1134 | 1131 | MC_INT_SECURITY_VIOLATION | MC_INT_DECERR_EMEM, |
---|
1135 | | - .reset_ops = &terga_mc_reset_ops_common, |
---|
| 1132 | + .reset_ops = &tegra_mc_reset_ops_common, |
---|
1136 | 1133 | .resets = tegra210_mc_resets, |
---|
1137 | 1134 | .num_resets = ARRAY_SIZE(tegra210_mc_resets), |
---|
1138 | 1135 | }; |
---|