From: Aswath Govindraju Date: Tue, 25 Jan 2022 15:26:28 +0000 (+0530) Subject: ram: k3-ddrss: lpddr4_structs_if.h: Add a pointer to ddr instance X-Git-Tag: v2022.04-rc2~11^2~56 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e3d836f9286e7b28722625d553235f8cb398211;p=pandora-u-boot.git ram: k3-ddrss: lpddr4_structs_if.h: Add a pointer to ddr instance Add a pointer to ddr instance int the lpddr4_privatedata_s structure for supporting mutliple instances of DDR in the drivers. Signed-off-by: Aswath Govindraju --- diff --git a/drivers/ram/k3-ddrss/lpddr4_structs_if.h b/drivers/ram/k3-ddrss/lpddr4_structs_if.h index e41cbb7ff48..f2f1210c3c4 100644 --- a/drivers/ram/k3-ddrss/lpddr4_structs_if.h +++ b/drivers/ram/k3-ddrss/lpddr4_structs_if.h @@ -24,6 +24,7 @@ struct lpddr4_privatedata_s { lpddr4_infocallback infohandler; lpddr4_ctlcallback ctlinterrupthandler; lpddr4_phyindepcallback phyindepinterrupthandler; + void *ddr_instance; }; struct lpddr4_debuginfo_s {