All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell][PATCH] conf: machine: am62xx-lp-evm: Add OLDI Panel overlay
@ 2023-02-10  3:54 Aradhya Bhatia
  2023-02-10 17:38 ` [meta-ti] " Bajjuri, Praneeth
       [not found] ` <1742874450C62782.14601@lists.yoctoproject.org>
  0 siblings, 2 replies; 3+ messages in thread
From: Aradhya Bhatia @ 2023-02-10  3:54 UTC (permalink / raw)
  To: Ryan Eatmon, Denys Dmytriyenko
  Cc: Meta-TI List, Vignesh Raghavendra, Aradhya Bhatia

Add the Microtips OLDI Panel DT overlay for AM62 LP SK.

Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com>
---
 conf/machine/am62xx-lp-evm.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/conf/machine/am62xx-lp-evm.conf b/conf/machine/am62xx-lp-evm.conf
index 3230b84df90e..5efca18d1af0 100644
--- a/conf/machine/am62xx-lp-evm.conf
+++ b/conf/machine/am62xx-lp-evm.conf
@@ -11,6 +11,7 @@ KERNEL_DEVICETREE = " \
     ti/k3-am625-skeleton.dtb \
     ti/k3-am625-sk-lpmdemo.dtb \
     ti/k3-am625-sk-csi2-ov5640.dtbo \
+    ti/k3-am62x-lp-sk-oldi-panel.dtbo \
 "
 
 SPL_BINARY = "tispl.bin_HS"	
-- 
2.39.1



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

* Re: [meta-ti] [dunfell][PATCH] conf: machine: am62xx-lp-evm: Add OLDI Panel overlay
  2023-02-10  3:54 [dunfell][PATCH] conf: machine: am62xx-lp-evm: Add OLDI Panel overlay Aradhya Bhatia
@ 2023-02-10 17:38 ` Bajjuri, Praneeth
       [not found] ` <1742874450C62782.14601@lists.yoctoproject.org>
  1 sibling, 0 replies; 3+ messages in thread
From: Bajjuri, Praneeth @ 2023-02-10 17:38 UTC (permalink / raw)
  To: a-bhatia1, Ryan Eatmon, Denys Dmytriyenko
  Cc: Meta-TI List, Vignesh Raghavendra



On 2/9/2023 9:54 PM, Aradhya Bhatia via lists.yoctoproject.org wrote:
> Add the Microtips OLDI Panel DT overlay for AM62 LP SK.
> 
> Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com>
> ---
>   conf/machine/am62xx-lp-evm.conf | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/conf/machine/am62xx-lp-evm.conf b/conf/machine/am62xx-lp-evm.conf
> index 3230b84df90e..5efca18d1af0 100644
> --- a/conf/machine/am62xx-lp-evm.conf
> +++ b/conf/machine/am62xx-lp-evm.conf
> @@ -11,6 +11,7 @@ KERNEL_DEVICETREE = " \
>       ti/k3-am625-skeleton.dtb \
>       ti/k3-am625-sk-lpmdemo.dtb \
>       ti/k3-am625-sk-csi2-ov5640.dtbo \
> +    ti/k3-am62x-lp-sk-oldi-panel.dtbo \


how about conf/machine/am62xx-evm.conf ?any reason why this panel 
support cannot be added on AM62 SK board?



>   "
>   
>   SPL_BINARY = "tispl.bin_HS"	
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#15789): https://lists.yoctoproject.org/g/meta-ti/message/15789
> Mute This Topic: https://lists.yoctoproject.org/mt/96869927/2167429
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [praneeth@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


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

* Re: [meta-ti] [dunfell][PATCH] conf: machine: am62xx-lp-evm: Add OLDI Panel overlay
       [not found] ` <1742874450C62782.14601@lists.yoctoproject.org>
@ 2023-02-10 18:02   ` Bajjuri, Praneeth
  0 siblings, 0 replies; 3+ messages in thread
From: Bajjuri, Praneeth @ 2023-02-10 18:02 UTC (permalink / raw)
  To: a-bhatia1, Ryan Eatmon, Denys Dmytriyenko
  Cc: Meta-TI List, Vignesh Raghavendra



On 2/10/2023 11:38 AM, praneeth via lists.yoctoproject.org wrote:
> 
> 
> On 2/9/2023 9:54 PM, Aradhya Bhatia via lists.yoctoproject.org wrote:
>> Add the Microtips OLDI Panel DT overlay for AM62 LP SK.
>>
>> Signed-off-by: Aradhya Bhatia <a-bhatia1@ti.com>

Reviewed-by: Praneeth Bajjuri <praneeth@ti.com>


>> ---
>>   conf/machine/am62xx-lp-evm.conf | 1 +
>>   1 file changed, 1 insertion(+)
>>
>> diff --git a/conf/machine/am62xx-lp-evm.conf 
>> b/conf/machine/am62xx-lp-evm.conf
>> index 3230b84df90e..5efca18d1af0 100644
>> --- a/conf/machine/am62xx-lp-evm.conf
>> +++ b/conf/machine/am62xx-lp-evm.conf
>> @@ -11,6 +11,7 @@ KERNEL_DEVICETREE = " \
>>       ti/k3-am625-skeleton.dtb \
>>       ti/k3-am625-sk-lpmdemo.dtb \
>>       ti/k3-am625-sk-csi2-ov5640.dtbo \
>> +    ti/k3-am62x-lp-sk-oldi-panel.dtbo \
> 
> 
> how about conf/machine/am62xx-evm.conf ?any reason why this panel 
> support cannot be added on AM62 SK board?

found the patch , looks already integrated.

> 
> 
> 
>>   "
>>   SPL_BINARY = "tispl.bin_HS"
>>
>>
>>
>>
>>
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#15794): https://lists.yoctoproject.org/g/meta-ti/message/15794
> Mute This Topic: https://lists.yoctoproject.org/mt/96869927/2167429
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/6695566/2167429/1935739249/xyzzy [praneeth@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 


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

end of thread, other threads:[~2023-02-10 18:02 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-10  3:54 [dunfell][PATCH] conf: machine: am62xx-lp-evm: Add OLDI Panel overlay Aradhya Bhatia
2023-02-10 17:38 ` [meta-ti] " Bajjuri, Praneeth
     [not found] ` <1742874450C62782.14601@lists.yoctoproject.org>
2023-02-10 18:02   ` Bajjuri, Praneeth

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.