diff options
author | Denys Dmytriyenko <denys@ti.com> | 2017-05-16 23:44:53 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2017-05-16 14:11:05 -0400 |
commit | 872d418f6e503dea66e3533f43e7a17618183982 (patch) | |
tree | da5ab3926d6cd8da8fa40f0ac14f003bb314f337 /conf | |
parent | d8c7d3fd9d63c51fed227718155996bac554666a (diff) | |
download | meta-ti-872d418f6e503dea66e3533f43e7a17618183982.tar.gz |
am57xx-evm.conf: add new DTB entries for camera modules
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am57xx-evm.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 2ee7d387..7ebf8094 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf | |||
@@ -11,7 +11,8 @@ IMAGE_FSTYPES += "tar.xz" | |||
11 | SERIAL_CONSOLE = "115200 ttyS2" | 11 | SERIAL_CONSOLE = "115200 ttyS2" |
12 | 12 | ||
13 | KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb \ | 13 | KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb \ |
14 | am57xx-evm.dtb am57xx-evm-reva3.dtb \ | 14 | am57xx-evm.dtb am57xx-evm-cam-mt9t111.dtb am57xx-evm-cam-ov10635.dtb \ |
15 | am57xx-evm-reva3.dtb am57xx-evm-reva3-cam-mt9t111.dtb am57xx-evm-reva3-cam-ov10635.dtb \ | ||
15 | am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ | 16 | am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ |
16 | am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb" | 17 | am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb" |
17 | 18 | ||