On 22/12/22 17:03, Krzysztof Kozlowski wrote:
External email: Use caution opening links or attachments
On 20/12/2022 17:02, Sumit Gupta wrote:
Adding PCIE clients representing each controller to the
mc_clients table for Tegra234.
Signed-off-by: Sumit Gupta <sumitg@xxxxxxxxxx>
---
drivers/memory/tegra/tegra234.c | 314 +++++++++++++++++++++++++++++++-
1 file changed, 313 insertions(+), 1 deletion(-)
diff --git a/drivers/memory/tegra/tegra234.c b/drivers/memory/tegra/tegra234.c
index 2e37b37da9be..420546270c8b 100644
--- a/drivers/memory/tegra/tegra234.c
+++ b/drivers/memory/tegra/tegra234.c
@@ -465,7 +465,319 @@ static const struct tegra_mc_client tegra234_mc_clients[] = {
.security = 0x37c,
},
},
- },
+ }, {
Didn't you change the same structure in previous patch?
Best regards,
Krzysztof
Yes, kept the Iso-chronous (ISO) MC clients and PCIE (NISO) client
entries in separate patches.
Will merge them together in a single patch.