diff options
author | 2017-05-16 23:44:53 +0000 | |
---|---|---|
committer | 2017-05-16 13:57:06 -0400 | |
commit | 41d6fdc0fe5ea6054616cfccda13baac3ff33791 (patch) | |
tree | 2ba298dfaf299423e2aecbcccab0fd0277d3da95 | |
parent | c6516afbb255c0b9db24d5352c59cd72538c4ab4 (diff) | |
download | meta-ti-41d6fdc0fe5ea6054616cfccda13baac3ff33791.tar.gz meta-ti-41d6fdc0fe5ea6054616cfccda13baac3ff33791.tar.bz2 meta-ti-41d6fdc0fe5ea6054616cfccda13baac3ff33791.zip |
am57xx-evm.conf: add new DTB entries for camera modulesti2017.01-rc4ti2017.01
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
-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" SERIAL_CONSOLE = "115200 ttyS2" KERNEL_DEVICETREE = "am57xx-beagle-x15.dtb am57xx-beagle-x15-revb1.dtb \ - am57xx-evm.dtb am57xx-evm-reva3.dtb \ + am57xx-evm.dtb am57xx-evm-cam-mt9t111.dtb am57xx-evm-cam-ov10635.dtb \ + am57xx-evm-reva3.dtb am57xx-evm-reva3-cam-mt9t111.dtb am57xx-evm-reva3-cam-ov10635.dtb \ am571x-idk.dtb am571x-idk-lcd-osd101t2045.dtb am571x-idk-lcd-osd101t2587.dtb \ am572x-idk.dtb am572x-idk-lcd-osd101t2045.dtb am572x-idk-lcd-osd101t2587.dtb" |