NVIDIA: SAUCE: hsierrrptinj: Update Ethernet IP instances
BugLink: https://bugs.launchpad.net/bugs/2072591 Updated number of instances for Ethernet driver: MGBE: 20 EQOS: 5 http://nvbugs/3510686 Signed-off-by: prasunk <prasunk@nvidia.com> Reviewed-by: Harshraj Rao <hmrao@nvidia.com> Signed-off-by: Laxman Dewangan <ldewangan@nvidia.com> Acked-by: Jacob Martin <jacob.martin@canonical.com> Acked-by: Noah Wager <noah.wager@canonical.com> Signed-off-by: Noah Wager <noah.wager@canonical.com>
This commit is contained in:
@@ -64,8 +64,8 @@ struct hsm_error_report_frame {
|
||||
* @brief IP Instances
|
||||
* OTHER - 1
|
||||
* GPU - 1
|
||||
* EQOS - 1
|
||||
* MGBE - 4
|
||||
* EQOS - 5
|
||||
* MGBE - 20
|
||||
* PCIE - 11
|
||||
* PSC - 1
|
||||
* I2C = 10
|
||||
@@ -76,7 +76,7 @@ struct hsm_error_report_frame {
|
||||
* SMMU - 1
|
||||
* DLA - 2
|
||||
*/
|
||||
static unsigned int ip_instances[NUM_IPS] = {1, 1, 1, 4, 11, 1, 10, 2, 2, 1, 1, 1, 2};
|
||||
static unsigned int ip_instances[NUM_IPS] = {1, 1, 5, 20, 11, 1, 10, 2, 2, 1, 1, 1, 2};
|
||||
|
||||
/* This directory entry will point to `/sys/kernel/debug/tegra_hsierrrptinj`. */
|
||||
static struct dentry *hsierrrptinj_debugfs_root;
|
||||
|
||||
Reference in New Issue
Block a user