ARM: dts: msm: mm-drivers: add support for hw-fence feature on sun

This change adds support for device tree configuration and settings
for the hw-fence driver that initialize, expose and manage the
interfaces for hw-fences on sun target.

Change-Id: I99fd3678728af8b9000db8867a1c776d46b7cc16
Signed-off-by: Grace An <quic_gracan@quicinc.com>
This commit is contained in:
Grace An
2023-10-23 11:55:09 -07:00
parent 497966269e
commit 05133adf46
19 changed files with 397 additions and 0 deletions

21
Kbuild Normal file
View File

@@ -0,0 +1,21 @@
ifeq ($(CONFIG_ARCH_SUN), y)
dtbo-y += hw_fence/sun-hw-fence.dtbo \
sun-mm-cdp-kiwi-overlay.dtbo \
sun-mm-cdp-kiwi-v8-overlay.dtbo \
sun-mm-cdp-nfc-overlay.dtbo \
sun-mm-cdp-overlay.dtbo \
sun-mm-cdp-v8-overlay.dtbo \
sun-mm-mtp-kiwi-overlay.dtbo \
sun-mm-mtp-kiwi-v8-overlay.dtbo \
sun-mm-mtp-nfc-overlay.dtbo \
sun-mm-mtp-overlay.dtbo \
sun-mm-mtp-v8-overlay.dtbo \
sun-mm-qrd-sku1-overlay.dtbo \
sun-mm-qrd-sku1-v8-overlay.dtbo \
sun-mm-qrd-sku2-v8-overlay.dtbo \
sun-mm-rumi-overlay.dtbo
endif
always-y := $(dtb-y) $(dtbo-y)
subdir-y := $(dts-dirs)
clean-files := *.dtb *.dtbo