All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][dunfell][PATCH 1/2] conf: machine: am64xx: Add missing dtbo
@ 2021-11-15 17:18 Yogesh Siraswar
  2021-11-15 17:18 ` [meta-ti][dunfell][PATCH 2/2] conf: machine : am65xx: " Yogesh Siraswar
  2021-11-16 10:59 ` [meta-ti][dunfell][PATCH 1/2] conf: machine: am64xx: " Vignesh Raghavendra
  0 siblings, 2 replies; 4+ messages in thread
From: Yogesh Siraswar @ 2021-11-15 17:18 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Add missing k3-am642-evm-nand.dtbo required for system test

Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
---
 conf/machine/include/am64xx.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
index 95fdc79d..7646c70a 100644
--- a/conf/machine/include/am64xx.inc
+++ b/conf/machine/include/am64xx.inc
@@ -10,6 +10,7 @@ KERNEL_DEVICETREE = " \
     ti/k3-am642-evm.dtb \
     ti/k3-am642-sk.dtb \
     ti/k3-am642-evm-icssg1-dualemac.dtbo \
+    ti/k3-am642-evm-nand.dtbo \
 "
 
 # AM64 supports multi-certificate images, use the same
-- 
2.17.1


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

* [meta-ti][dunfell][PATCH 2/2] conf: machine : am65xx: Add missing dtbo
  2021-11-15 17:18 [meta-ti][dunfell][PATCH 1/2] conf: machine: am64xx: Add missing dtbo Yogesh Siraswar
@ 2021-11-15 17:18 ` Yogesh Siraswar
  2021-11-16 10:59 ` [meta-ti][dunfell][PATCH 1/2] conf: machine: am64xx: " Vignesh Raghavendra
  1 sibling, 0 replies; 4+ messages in thread
From: Yogesh Siraswar @ 2021-11-15 17:18 UTC (permalink / raw)
  To: Praneeth Bajjuri, Denys Dmytriyenko, meta-ti

Added missing dtbo k3-am654-evm-ov5640.dtbo required for system test

Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
---
 conf/machine/include/am65xx.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc
index 8516ca4c..1898f19c 100644
--- a/conf/machine/include/am65xx.inc
+++ b/conf/machine/include/am65xx.inc
@@ -17,6 +17,7 @@ KERNEL_DEVICETREE = " \
     ti/k3-am654-pcie-usb3.dtbo \
     ti/k3-am654-evm-tc358876.dtbo \
     ti/k3-am654-evm-oldi-lcd1evm.dtbo \
+    ti/k3-am654-evm-ov5640.dtbo \
 "
 
 BBMULTICONFIG += "k3r5-sr2"
-- 
2.17.1


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

* Re: [meta-ti][dunfell][PATCH 1/2] conf: machine: am64xx: Add missing dtbo
  2021-11-15 17:18 [meta-ti][dunfell][PATCH 1/2] conf: machine: am64xx: Add missing dtbo Yogesh Siraswar
  2021-11-15 17:18 ` [meta-ti][dunfell][PATCH 2/2] conf: machine : am65xx: " Yogesh Siraswar
@ 2021-11-16 10:59 ` Vignesh Raghavendra
  2021-11-16 16:04   ` Yogesh Siraswar
  1 sibling, 1 reply; 4+ messages in thread
From: Vignesh Raghavendra @ 2021-11-16 10:59 UTC (permalink / raw)
  To: yogeshs, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti



On 11/15/21 10:48 PM, Yogesh Siraswar via lists.yoctoproject.org wrote:
> Add missing k3-am642-evm-nand.dtbo required for system test
> 
> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
> ---
>  conf/machine/include/am64xx.inc | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
> index 95fdc79d..7646c70a 100644
> --- a/conf/machine/include/am64xx.inc
> +++ b/conf/machine/include/am64xx.inc
> @@ -10,6 +10,7 @@ KERNEL_DEVICETREE = " \
>      ti/k3-am642-evm.dtb \
>      ti/k3-am642-sk.dtb \
>      ti/k3-am642-evm-icssg1-dualemac.dtbo \
> +    ti/k3-am642-evm-nand.dtbo \
>  "


Just wondering why this list cannot be wild carded? Would avoid need to
remember and add new dtbos to the list every time new dtbo is added in
kernel.

Regards
Vignesh

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

* Re: [meta-ti][dunfell][PATCH 1/2] conf: machine: am64xx: Add missing dtbo
  2021-11-16 10:59 ` [meta-ti][dunfell][PATCH 1/2] conf: machine: am64xx: " Vignesh Raghavendra
@ 2021-11-16 16:04   ` Yogesh Siraswar
  0 siblings, 0 replies; 4+ messages in thread
From: Yogesh Siraswar @ 2021-11-16 16:04 UTC (permalink / raw)
  To: Vignesh Raghavendra, Praneeth Bajjuri, Denys Dmytriyenko, meta-ti



On 11/16/2021 4:59 AM, Vignesh Raghavendra wrote:
> 
> 
> On 11/15/21 10:48 PM, Yogesh Siraswar via lists.yoctoproject.org wrote:
>> Add missing k3-am642-evm-nand.dtbo required for system test
>>
>> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
>> ---
>>   conf/machine/include/am64xx.inc | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/conf/machine/include/am64xx.inc b/conf/machine/include/am64xx.inc
>> index 95fdc79d..7646c70a 100644
>> --- a/conf/machine/include/am64xx.inc
>> +++ b/conf/machine/include/am64xx.inc
>> @@ -10,6 +10,7 @@ KERNEL_DEVICETREE = " \
>>       ti/k3-am642-evm.dtb \
>>       ti/k3-am642-sk.dtb \
>>       ti/k3-am642-evm-icssg1-dualemac.dtbo \
>> +    ti/k3-am642-evm-nand.dtbo \
>>   "
> 
> 
> Just wondering why this list cannot be wild carded? Would avoid need to
> remember and add new dtbos to the list every time new dtbo is added in
> kernel.

I did reach out to Denys on this. Seems KERNEL_DEVICETREE is being used 
at multiple places not only for adding to deploy directory. I will let 
Denys comment.

> 
> Regards
> Vignesh
> 

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

end of thread, other threads:[~2021-11-16 16:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-15 17:18 [meta-ti][dunfell][PATCH 1/2] conf: machine: am64xx: Add missing dtbo Yogesh Siraswar
2021-11-15 17:18 ` [meta-ti][dunfell][PATCH 2/2] conf: machine : am65xx: " Yogesh Siraswar
2021-11-16 10:59 ` [meta-ti][dunfell][PATCH 1/2] conf: machine: am64xx: " Vignesh Raghavendra
2021-11-16 16:04   ` 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.