1# 2# Copyright (c) 2025-2026 Texas Instruments Incorporated - https://www.ti.com 3# 4# SPDX-License-Identifier: BSD-3-Clause 5# 6 7PLAT_INCLUDES += -Idrivers/ti/pd/include/ \ 8 -Idrivers/ti/common/include \ 9 -Idrivers/ti/common/pm/include 10 11BL31_SOURCES += drivers/ti/pd/ti_device_clk.c \ 12 drivers/ti/pd/ti_device_pm.c \ 13 drivers/ti/pd/ti_device.c \ 14 drivers/ti/pd/ti_device_prepare.c \ 15 drivers/ti/pd/ti_psc.c \ 16 drivers/ti/pd/ti_device_psc.c 17