ARM: dts: msm: Add opensource wlan device tree support for Netrani
Add wcn6750 and wcn3990 parrot dtsi from kernel devicetree to vendor wlan-devicetree and corresponding dts files as part of new wlan teckpack for kernel-6.6 upgrade. Change-Id: I9a48a0731209216800151f21a46727a033cf62cb
This commit is contained in:
11
Kbuild
11
Kbuild
@@ -15,6 +15,17 @@ ifeq ($(CONFIG_ARCH_X1E80100),y)
|
||||
dtbo-y += x1e80100-kiwi-cnss.dtbo
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_ARCH_PARROT),y)
|
||||
dtbo-y += parrot-idp-wcn3990.dtbo
|
||||
dtbo-y += parrot-idp-wcn6750.dtbo
|
||||
dtbo-y += parrot-qrd-wcn3990.dtbo
|
||||
dtbo-y += parrot-qrd-wcn6750.dtbo
|
||||
dtbo-y += parrot-atp-wcn3990.dtbo
|
||||
dtbo-y += parrot-rumi-wcn3990.dtbo
|
||||
dtbo-y += parrot-idp-wcn6755.dtbo
|
||||
dtbo-y += parrot-qrd-wcn6755.dtbo
|
||||
endif
|
||||
|
||||
always-y := $(dtb-y) $(dtbo-y)
|
||||
subdir-y := $(dts-dirs)
|
||||
clean-files := *.dtb *.dtbo
|
||||
|
Reference in New Issue
Block a user