k3-ddrss.h 317 B

12345678910111213141516
  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. #ifndef _K3_DDRSS_
  9. #define _K3_DDRSS_
  10. struct udevice;
  11. int k3_ddrss_ddr_fdt_fixup(struct udevice *dev, void *blob, struct bd_info *bd);
  12. #endif