projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch '2022-12-05-add-IPv6-support'
[platform/kernel/u-boot.git]
/
include
/
k3-ddrss.h
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
/*
3
* Texas Instruments' K3 DDRSS Driver
4
*
5
* Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
6
*
7
*/
8
9
#ifndef _K3_DDRSS_
10
#define _K3_DDRSS_
11
12
struct udevice;
13
14
int k3_ddrss_ddr_fdt_fixup(struct udevice *dev, void *blob, struct bd_info *bd);
15
16
#endif