mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
ODROID: arm64/dts: overlay: add codec_mm_cma alloc-arange.
Change-Id: I48d5e508cc9da25ca46e2d64ea8c5d770a236c2d
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
/ {
|
||||
fragment@0 {
|
||||
target = <&codec_mm_cma>;
|
||||
|
||||
__overlay__ {
|
||||
alloc-ranges = <0x0 0x65000000 0x0 0x13400000>;
|
||||
};
|
||||
};
|
||||
};
|
||||
Reference in New Issue
Block a user