summaryrefslogtreecommitdiff
path: root/include/k3-ddrss.h
blob: d7b3bf3c330a8d8928f9bb48dadc98315c28a098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* SPDX-License-Identifier: GPL-2.0+ */
/*
 * Texas Instruments' K3 DDRSS Driver
 *
 * Copyright (C) 2021-2022 Texas Instruments Incorporated - https://www.ti.com/
 *
 */

#ifndef _K3_DDRSS_
#define _K3_DDRSS_

struct udevice;

int k3_ddrss_ddr_fdt_fixup(struct udevice *dev, void *blob, struct bd_info *bd);

#endif