ODROID: arm64/dts: overlay: add codec_mm_cma alloc-arange.

Change-Id: I48d5e508cc9da25ca46e2d64ea8c5d770a236c2d
This commit is contained in:
Luke go
2021-04-27 10:21:59 +09:00
parent a9e92b1695
commit 14183358d7
2 changed files with 14 additions and 1 deletions

View File

@@ -22,7 +22,8 @@ dtbo-$(CONFIG_ARCH_MESON64_ODROIDN2) += spi0.dtbo \
pwm_d-backlight.dtbo \
gpio_spdif.dtbo \
sdio.dtbo \
gpio_shortcut.dtbo
gpio_shortcut.dtbo \
codec_mm_cma.dtbo
targets += $(dtbo-y)
always := $(dtbo-y)

View File

@@ -0,0 +1,12 @@
/dts-v1/;
/plugin/;
/ {
fragment@0 {
target = <&codec_mm_cma>;
__overlay__ {
alloc-ranges = <0x0 0x65000000 0x0 0x13400000>;
};
};
};