All of lore.kernel.org
 help / color / mirror / Atom feed
* [master][PATCH 1/4] ti43x.inc: HDMI specific DTBs are not ready yet
@ 2019-02-06 16:42 Denys Dmytriyenko
  2019-02-06 16:42 ` [master][PATCH 2/4] am65xx-evm.conf: some " Denys Dmytriyenko
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-02-06 16:42 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/include/ti43x.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 9adf140..9a2c9e3 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -26,9 +26,9 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
 
 KERNEL_IMAGETYPE = "zImage"
 
-KERNEL_DEVICETREE = "am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \
+KERNEL_DEVICETREE = "am437x-gp-evm.dtb \
                     am437x-sk-evm.dtb am437x-idk-evm.dtb \
-                    am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb"
+                    am43x-epos-evm.dtb"
 
 KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}"
 
-- 
2.7.4



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

* [master][PATCH 2/4] am65xx-evm.conf: some DTBs are not ready yet
  2019-02-06 16:42 [master][PATCH 1/4] ti43x.inc: HDMI specific DTBs are not ready yet Denys Dmytriyenko
@ 2019-02-06 16:42 ` Denys Dmytriyenko
  2019-02-06 16:42 ` [master][PATCH 3/4] dra7xx-evm.conf: not all DTBs are " Denys Dmytriyenko
  2019-02-06 16:42 ` [master][PATCH 4/4] k2g-evm.conf: LCD specific DTB is not " Denys Dmytriyenko
  2 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-02-06 16:42 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/am65xx-evm.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index 87f42ae..a3fbbc0 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -12,9 +12,9 @@ SERIAL_CONSOLES = "115200;ttyS2"
 
 KERNEL_DEVICETREE = " \
     ti/k3-am654-base-board.dtb \
+    ti/k3-am654-gp.dtbo \
     ti/k3-am654-evm-csi2-ov490.dtbo ti/k3-am654-evm-oldi-lcd1evm.dtbo \
-    ti/k3-am654-evm-tc358876.dtbo ti/k3-am654-gp.dtbo ti/k3-am654-idk.dtbo \
-    ti/k3-am654-pcie-usb2.dtbo ti/k3-am654-pcie-usb3.dtbo"
+"
 
 UBOOT_MACHINE = "am65x_evm_a53_defconfig"
 
-- 
2.7.4



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

* [master][PATCH 3/4] dra7xx-evm.conf: not all DTBs are ready yet
  2019-02-06 16:42 [master][PATCH 1/4] ti43x.inc: HDMI specific DTBs are not ready yet Denys Dmytriyenko
  2019-02-06 16:42 ` [master][PATCH 2/4] am65xx-evm.conf: some " Denys Dmytriyenko
@ 2019-02-06 16:42 ` Denys Dmytriyenko
  2019-02-06 16:42 ` [master][PATCH 4/4] k2g-evm.conf: LCD specific DTB is not " Denys Dmytriyenko
  2 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-02-06 16:42 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/dra7xx-evm.conf | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index f8df957..adfdcdf 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -10,11 +10,12 @@ IMAGE_FSTYPES += "tar.xz"
 
 SERIAL_CONSOLES = "115200;ttyS0"
 
-KERNEL_DEVICETREE = "dra7-evm.dtb dra7-evm-lcd-osd101t2045.dtb dra7-evm-lcd-osd101t2587.dtb \
-                    dra72-evm.dtb dra72-evm-lcd-osd101t2045.dtb dra72-evm-lcd-osd101t2587.dtb \
-                    dra72-evm-revc.dtb dra72-evm-revc-lcd-osd101t2045.dtb dra72-evm-revc-lcd-osd101t2587.dtb \
-                    dra71-evm.dtb dra71-evm-nand.dtb dra71-evm-lcd-auo-g101evn01.0.dtb dra71-lcard.dtb \
-                    dra76-evm.dtb dra76-evm-tfp410.dtb"
+KERNEL_DEVICETREE = " \
+    dra7-evm.dtb \
+    dra71-evm.dtb \
+    dra72-evm.dtb dra72-evm-revc.dtb \
+    dra76-evm.dtb \
+"
 
 UBOOT_MACHINE = "dra7xx_evm_config"
 
-- 
2.7.4



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

* [master][PATCH 4/4] k2g-evm.conf: LCD specific DTB is not ready yet
  2019-02-06 16:42 [master][PATCH 1/4] ti43x.inc: HDMI specific DTBs are not ready yet Denys Dmytriyenko
  2019-02-06 16:42 ` [master][PATCH 2/4] am65xx-evm.conf: some " Denys Dmytriyenko
  2019-02-06 16:42 ` [master][PATCH 3/4] dra7xx-evm.conf: not all DTBs are " Denys Dmytriyenko
@ 2019-02-06 16:42 ` Denys Dmytriyenko
  2 siblings, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2019-02-06 16:42 UTC (permalink / raw)
  To: meta-ti

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
---
 conf/machine/k2g-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
index a8ddc66..b89bf2a 100644
--- a/conf/machine/k2g-evm.conf
+++ b/conf/machine/k2g-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/k2g.inc
 
 MACHINE_FEATURES += "alsa"
 
-KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-evm-lcd.dtb keystone-k2g-ice.dtb \
+KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-ice.dtb \
                      ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'keystone-k2g-ice-pru-excl-uio.dtb', '', d)}"
 
 UBOOT_MACHINE = "k2g_evm_config"
-- 
2.7.4



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

end of thread, other threads:[~2019-02-06 16:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-06 16:42 [master][PATCH 1/4] ti43x.inc: HDMI specific DTBs are not ready yet Denys Dmytriyenko
2019-02-06 16:42 ` [master][PATCH 2/4] am65xx-evm.conf: some " Denys Dmytriyenko
2019-02-06 16:42 ` [master][PATCH 3/4] dra7xx-evm.conf: not all DTBs are " Denys Dmytriyenko
2019-02-06 16:42 ` [master][PATCH 4/4] k2g-evm.conf: LCD specific DTB is not " Denys Dmytriyenko

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.