modules: lp0: refactor t210b01 to use the macros

This actually makes it faster too.
Additionally, remove support for DDR in T210 function.
This commit is contained in:
CTCaer
2026-01-29 08:38:16 +02:00
parent 183cc2d569
commit 1edb18a217
5 changed files with 1734 additions and 1004 deletions

View File

@@ -57,7 +57,7 @@ enum
/**
* Defines the SDRAM parameter structure
*/
struct sdram_params_t210
typedef struct _sdram_params_t210_t
{
/* Specifies the type of memory device */
@@ -959,6 +959,6 @@ struct sdram_params_t210
u32 McMtsCarveoutRegCtrl;
/* End */
};
} sdram_params_t210_t;
#endif /* __SOC_NVIDIA_TEGRA210_SDRAM_PARAM_H__ */