dt-bindings: Check in pineapple and sun dt files

Initial check in of pineapple and sun dt files on
new branch.

Signed-off-by: Eric Rosas <quic_erosas@quicinc.com>
Change-Id: I8332884d94e2f2c52113f2630d66c79def470004
This commit is contained in:
Eric Rosas
2023-09-06 16:14:51 -07:00
parent 81ebeaa375
commit 391017c2ec
51 changed files with 10413 additions and 0 deletions

19
Makefile Normal file
View File

@@ -0,0 +1,19 @@
AUDIO_DEVICETREE_ROOT=$(KERNEL_SRC)/$(M)
AUDIO_KERNEL_ROOT=$(AUDIO_DEVICETREE_ROOT)/../../opensource/audio-kernel/include
KBUILD_OPTIONS += KBUILD_DTC_INCLUDE=$(AUDIO_KERNEL_ROOT)
KBUILD_OPTIONS += KBUILD_EXTMOD_DTS=.
KBUILD_OPTIONS += KERNEL_ROOT=$(ROOT_DIR)/$(KERNEL_DIR)
KBUILD_OPTIONS += MODNAME=audio-devicetree
all: dtbs
dtbs:
$(MAKE) -C $(KERNEL_SRC) M=$(M) dtbs $(KBUILD_OPTIONS)
modules_install:
$(MAKE) M=$(M) -C $(KERNEL_SRC) modules_install
clean:
$(MAKE) -C $(KERNEL_SRC) M=$(M) clean