]> nv-tegra.nvidia Code Review - device/hardware/nvidia/soc/tegra.git/commitdiff
memory: smmu: update comment message for t210b01
authorSunny Li <sunnyl@nvidia.com>
Fri, 13 Jul 2018 12:17:19 +0000 (20:17 +0800)
committermobile promotions <svcmobile_promotions@nvidia.com>
Thu, 19 Jul 2018 20:55:57 +0000 (13:55 -0700)
Should use t210b01 in any code/comment

Bug 2116505

Change-Id: If1b041c34422f557d7f70e9dd8363c4ff385e955
Reviewed-on: https://git-master.nvidia.com/r/1777842
GVS: Gerrit_Virtual_Submit
Tested-by: Sunny Li <sunnyl@nvidia.com>
Reviewed-by: Sachin Nikam <snikam@nvidia.com>
Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
kernel-include/dt-bindings/memory/tegra-swgroup.h

index 0e1612319283ed431545438844fe3c7106d69be5..b29b0a4a17a1d076398780cda6308ed47512e66a 100644 (file)
@@ -74,7 +74,7 @@
 #define TEGRA_SWGROUP_BPMP     50      /* 0xaf8 */
 #define TEGRA_SWGROUP_AON      51      /* 0xafc */
 #define TEGRA_SWGROUP_SMMU_TEST        52
-#define TEGRA_SWGROUP_ISP2B1   53      /* 0x808, SE2 on t214 */
+#define TEGRA_SWGROUP_ISP2B1   53      /* 0x808, SE2 on t210b01 */
 /*     Reserved                50 */
 
 #define TWO_U32_OF_U64(x)      ((x) & 0xffffffff) ((x) >> 32)