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 <a-govindraju@ti.com>
This commit is contained in:
committed by
Tom Rini
parent
473bd5aee1
commit
3e3d836f92
@@ -24,6 +24,7 @@ struct lpddr4_privatedata_s {
|
||||
lpddr4_infocallback infohandler;
|
||||
lpddr4_ctlcallback ctlinterrupthandler;
|
||||
lpddr4_phyindepcallback phyindepinterrupthandler;
|
||||
void *ddr_instance;
|
||||
};
|
||||
|
||||
struct lpddr4_debuginfo_s {
|
||||
|
||||
Reference in New Issue
Block a user