mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-01-14 21:21:48 +01:00
Add the SM8650 Interconnect nodes definitions, this is heavily based on the Linux driver without the QoS definitions. Link: https://patch.msgid.link/20251120-topic-interconnect-next-v5-5-e8a82720da5d@linaro.org Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
8 lines
208 B
Makefile
8 lines
208 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Copyright (c) 2025 Linaro Limited
|
|
#
|
|
|
|
obj-$(CONFIG_$(PHASE_)INTERCONNECT_QCOM_RPMH) += icc-rpmh.o bcm-voter.o
|
|
obj-$(CONFIG_$(PHASE_)INTERCONNECT_QCOM_SM8650) += sm8650.o
|