t26x: update phys address size in vs_config_info

Bug 5083802

Change-Id: I33eb20e45292f0b71ba5df70ae2f1fc5471c5b17
Signed-off-by: Sakar Arora <sakara@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3341746
GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
Reviewed-by: Vipin Kumar <vipink@nvidia.com>
Reviewed-by: Sanjith T D <std@nvidia.com>
This commit is contained in:
Sakar Arora
2025-04-16 05:54:13 +00:00
committed by Jon Hunter
parent 9bf1a3723f
commit 0ac4068c89
3 changed files with 5 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
* Copyright (c) 2022-2025, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
*/
#ifndef _TEGRA_VIRT_STORAGE_SPEC_H_
@@ -270,7 +270,7 @@ struct vs_config_info {
struct vs_mtd_dev_config mtd_config;
};
uint32_t phys_dev;
uint32_t phys_base;
uint64_t phys_base;
uint32_t storage_type;
uint32_t priority;
uint8_t speed_mode[SPEED_MODE_MAX_LEN];