diff options
author | 2021-11-01 15:32:57 -0400 | |
---|---|---|
committer | 2021-11-05 23:48:09 +0000 | |
commit | 2f616d3dc402959d5e71b6e5b9f82a3683bd0a42 (patch) | |
tree | 8a2f40face290dc76948a2cd9ed7856b5a1495ef /conf | |
parent | 69b0c997eac60591fbbb8a5ca4d8b34324ca1ec5 (diff) | |
download | meta-ti-2f616d3dc402959d5e71b6e5b9f82a3683bd0a42.tar.gz meta-ti-2f616d3dc402959d5e71b6e5b9f82a3683bd0a42.tar.bz2 meta-ti-2f616d3dc402959d5e71b6e5b9f82a3683bd0a42.zip |
conf: am57xx-evm: ReIntroduce existent dtb* for 5.10
This reverts commit 43bf0f36a3ac62cc3378688358ba704a27b501ce.
Added dtb and dtbo for am57xx
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/am57xx-evm.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf index 78e730ca..7441e80e 100644 --- a/conf/machine/am57xx-evm.conf +++ b/conf/machine/am57xx-evm.conf @@ -14,10 +14,14 @@ KERNEL_DEVICETREE = " \ am57xx-beagle-x15-revc.dtb \ am5729-beagleboneai.dtb \ am57xx-evm.dtb \ - am57xx-evm-reva3.dtb \ + ti/am57xx-evm-common.dtbo \ + ti/am57xx-evm-reva3.dtbo \ am571x-idk.dtb \ + ti/am571x-idk-touchscreen.dtbo \ am572x-idk.dtb \ am574x-idk.dtb \ + ti/am57xx-idk-osd-lcd-common.dtbo \ + ti/am572x-idk-touchscreen.dtbo \ " KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}" |