summaryrefslogtreecommitdiff
path: root/board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-04-13 08:00:11 -0400
committerTom Rini <trini@konsulko.com>2022-04-13 08:00:11 -0400
commit2ddf84679df65ba156782ceb75b44696f2cbb3e6 (patch)
tree7a736235da332086c458da9c20bd88cb1ce45a8e /board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
parentb2a22b2c9f07e4c78108feb3bc16e18ebd88388a (diff)
parenta1c711046b0d5478a702b27c6773ea6231eba057 (diff)
Merge tag 'u-boot-imx-20220413' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
u-boot-imx-20220413 i.MX patches for 2022.07 CI: https://source.denx.de/u-boot/custodians/u-boot-imx/-/pipelines/11710
Diffstat (limited to 'board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h')
-rw-r--r--board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h b/board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
index 59c18911592..f7d4fdc1016 100644
--- a/board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
+++ b/board/compulab/imx8mm-cl-iot-gate/ddr/ddr.h
@@ -23,4 +23,9 @@ struct lpddr4_tcm_desc {
unsigned int count;
};
+u32 cl_eeprom_get_ddrinfo(void);
+u32 cl_eeprom_set_ddrinfo(u32 ddrinfo);
+u32 cl_eeprom_get_subind(void);
+u32 cl_eeprom_set_subind(u32 subind);
+u32 cl_eeprom_get_osize(void);
#endif