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
12struct udevice;
13
14int k3_ddrss_ddr_fdt_fixup(struct udevice *dev, void *blob, struct bd_info *bd);
15
16#endif
17