All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master/dunfell][PATCH 0/2] ReIntroduce missing dtb
@ 2021-10-12 16:41 Yogesh Siraswar
  2021-10-12 16:41 ` [meta-ti][master/dunfell][PATCH 1/2] conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10 Yogesh Siraswar
  2021-10-12 16:41 ` [meta-ti][master/dunfell][PATCH 2/2] conf: am57xx-evm: " Yogesh Siraswar
  0 siblings, 2 replies; 3+ messages in thread
From: Yogesh Siraswar @ 2021-10-12 16:41 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Add missing dtb and dtbo for am57xx and dra7xx. 

Yogesh Siraswar (2):
  conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10
  conf: am57xx-evm: ReIntroduce existent dtb* for 5.10

 conf/machine/am57xx-evm.conf |  7 ++++++-
 conf/machine/dra7xx-evm.conf | 11 +++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-ti][master/dunfell][PATCH 1/2] conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10
  2021-10-12 16:41 [meta-ti][master/dunfell][PATCH 0/2] ReIntroduce missing dtb Yogesh Siraswar
@ 2021-10-12 16:41 ` Yogesh Siraswar
  2021-10-12 16:41 ` [meta-ti][master/dunfell][PATCH 2/2] conf: am57xx-evm: " Yogesh Siraswar
  1 sibling, 0 replies; 3+ messages in thread
From: Yogesh Siraswar @ 2021-10-12 16:41 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

This reverts commit 8bdfe1413c00e0c55132989dafcf8d91827999c3.
Introduces existent dtb and dtbo for dra7x

Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
---
 conf/machine/dra7xx-evm.conf | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index ad4b0263..2beb569b 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -10,10 +10,21 @@ SERIAL_CONSOLES = "115200;ttyS0"
 
 KERNEL_DEVICETREE = " \
     dra7-evm.dtb \
+    d7x-evm-osd-lcd-common.dtbo \
     dra71-evm.dtb \
+    dra71-evm-nand.dtb \
+    dra71-evm-lcd-auo-g101evn01.0.dtbo \
     dra72-evm.dtb \
     dra72-evm-revc.dtb \
+    dra72-evm-revc-lcd-osd101t2045.dtb \
+    dra72-evm-revc-lcd-osd101t2587.dtb \
+    dra72-evm-touchscreen.dtbo \
+    dra74-evm-touchscreen.dtbo \
     dra76-evm.dtb \
+    dra76-evm-tfp410.dtbo \
+    lcd-osd101t2045.dtbo \
+    lcd-osd101t2587.dtbo \
+
 "
 
 UBOOT_MACHINE = "dra7xx_evm_config"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-ti][master/dunfell][PATCH 2/2] conf: am57xx-evm: ReIntroduce existent dtb* for 5.10
  2021-10-12 16:41 [meta-ti][master/dunfell][PATCH 0/2] ReIntroduce missing dtb Yogesh Siraswar
  2021-10-12 16:41 ` [meta-ti][master/dunfell][PATCH 1/2] conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10 Yogesh Siraswar
@ 2021-10-12 16:41 ` Yogesh Siraswar
  1 sibling, 0 replies; 3+ messages in thread
From: Yogesh Siraswar @ 2021-10-12 16:41 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

This reverts commit 43bf0f36a3ac62cc3378688358ba704a27b501ce.
Added dtb and dtbo for am57xx

Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
---
 conf/machine/am57xx-evm.conf | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 78e730ca..cb3687f9 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -14,10 +14,15 @@ KERNEL_DEVICETREE = " \
     am57xx-beagle-x15-revc.dtb \
     am5729-beagleboneai.dtb \
     am57xx-evm.dtb \
-    am57xx-evm-reva3.dtb \
+    am57xx-evm-common.dtbo
+    am57xx-evm-reva3.dtbo \
     am571x-idk.dtb \
+    am571x-idk-touchscreen.dtbo \
     am572x-idk.dtb \
     am574x-idk.dtb \
+    am57xx-idk-osd-lcd-common.dtbo \
+    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)}"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-10-12 16:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-12 16:41 [meta-ti][master/dunfell][PATCH 0/2] ReIntroduce missing dtb Yogesh Siraswar
2021-10-12 16:41 ` [meta-ti][master/dunfell][PATCH 1/2] conf: dra7xx-evm: ReIntroduce existent dtb* for 5.10 Yogesh Siraswar
2021-10-12 16:41 ` [meta-ti][master/dunfell][PATCH 2/2] conf: am57xx-evm: " Yogesh Siraswar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.