From 72a38fe889704f3be1f07f6dee8e31268e8a0eaf Mon Sep 17 00:00:00 2001 From: Sathyam Panda Date: Wed, 14 Feb 2024 11:41:44 +0530 Subject: [PATCH] NVIDIA: SAUCE: hsierrrptinj: increase SDMMC clients BugLink: https://bugs.launchpad.net/bugs/2080908 Increase SDMMC clients from 5 to 9 to support boards with rootfs over eMMC only. http://nvbugs/4363881 http://nvbugs/4577729 http://nvbugs/4385191 Signed-off-by: Sathyam Panda Reviewed-by: Petlozu Pravareshwar Signed-off-by: Laxman Dewangan Acked-by: Noah Wager Acked-by: Jacob Martin Signed-off-by: Noah Wager --- drivers/platform/tegra/tegra-hsierrrptinj.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/platform/tegra/tegra-hsierrrptinj.c b/drivers/platform/tegra/tegra-hsierrrptinj.c index add124a3aac6..73b0d8fee32a 100644 --- a/drivers/platform/tegra/tegra-hsierrrptinj.c +++ b/drivers/platform/tegra/tegra-hsierrrptinj.c @@ -1,5 +1,5 @@ // SPDX-License-Identifier: GPL-2.0 -/* Copyright (c) 2021-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.*/ +// SPDX-FileCopyrightText: Copyright (c) 2021-2024 NVIDIA CORPORATION. All rights reserved. /** * @file tegra-hsierrrptinj.c @@ -70,13 +70,13 @@ struct hsm_error_report_frame { * PSC - 1 * I2C = 10 * QSPI - 2 - * SDMMC - 5 + * SDMMC - 9 * TSEC - 1 * THERM - 1 * SMMU - 1 * DLA - 2 */ -static unsigned int ip_instances[NUM_IPS] = {1, 1, 5, 20, 11, 1, 10, 2, 5, 1, 1, 1, 2}; +static unsigned int ip_instances[NUM_IPS] = {1, 1, 5, 20, 11, 1, 10, 2, 9, 1, 1, 1, 2}; /* This directory entry will point to `/sys/kernel/debug/tegra_hsierrrptinj`. */ static struct dentry *hsierrrptinj_debugfs_root;