mirror of
https://xff.cz/git/u-boot/
synced 2025-09-26 04:51:17 +02:00
ram: stm32mp1: add driver
Add driver and binding for stm32mp1 ddr controller and phy Signed-off-by: Patrick Delaunay <patrick.delaunay@st.com>
This commit is contained in:
committed by
Tom Rini
parent
2514c2d0e6
commit
e70f70aa65
12
arch/arm/mach-stm32mp/include/mach/ddr.h
Normal file
12
arch/arm/mach-stm32mp/include/mach/ddr.h
Normal file
@@ -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
|
Reference in New Issue
Block a user