diff options
author | Patrick Delaunay <patrick.delaunay@st.com> | 2018-03-12 10:46:11 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-03-19 16:14:21 -0400 |
commit | e70f70aa6504bd6387c0a6d117e48383c5048b6b (patch) | |
tree | 0ac81a194e82bdcea433691fe267fb8fe052642c /arch/arm/mach-stm32mp/include/mach/ddr.h | |
parent | 2514c2d0e6abe98157c1de83bce5c8bb69ac3a77 (diff) |
ram: stm32mp1: add driver
Add driver and binding for stm32mp1 ddr controller and phy
Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
Diffstat (limited to 'arch/arm/mach-stm32mp/include/mach/ddr.h')
-rw-r--r-- | arch/arm/mach-stm32mp/include/mach/ddr.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/arm/mach-stm32mp/include/mach/ddr.h b/arch/arm/mach-stm32mp/include/mach/ddr.h new file mode 100644 index 0000000000..b635001df8 --- /dev/null +++ b/arch/arm/mach-stm32mp/include/mach/ddr.h @@ -0,0 +1,12 @@ +/* + * Copyright (C) 2018, STMicroelectronics - All Rights Reserved + * + * SPDX-License-Identifier: GPL-2.0+ BSD-3-Clause + */ + +#ifndef __MACH_STM32MP_DDR_H_ +#define __MACH_STM32MP_DDR_H_ + +int board_ddr_power_init(void); + +#endif |