All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [kirkstone PATCH] conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
@ 2023-11-29 21:40 Praneeth Bajjuri
  2023-11-29 21:44 ` Judith Mendez
  2023-12-01 11:22 ` [meta-ti] " Gole, Dhruva
  0 siblings, 2 replies; 3+ messages in thread
From: Praneeth Bajjuri @ 2023-11-29 21:40 UTC (permalink / raw
  To: meta-ti; +Cc: Ryan Eatmon, Judith Mendez, Vibhore Vardhan

commit [1] created a common LPM wkup sources overlay and removes
k3-am62x-sk-mcu-gpio-wakeup.dtso for am62 device family.
k3-am62x-sk prefix picks this overlay for am62xx, am62axx and am62xxsip already.

This patch picks the necessary overlay for am62xx-lp-evm since it doesnt use
the same prefix as other am62 platforms.

[1]: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/?&id=4ba1886b886d

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
index dfb9cbfa..229b74bc 100644
--- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
+++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
@@ -8,8 +8,8 @@ KERNEL_DEVICETREE_PREFIX = " \
     ti/k3-am62-lp \
     ti/k3-am625-sk \
     ti/k3-am62x-sk-hdmi \
+    ti/k3-am62x-sk-lpm \
     ti/k3-am62x-sk-mcan \
-    ti/k3-am62x-sk-mcu \
 "
 
 KERNEL_DEVICETREE = " \
-- 
2.17.1



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

* Re: [kirkstone PATCH] conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  2023-11-29 21:40 [kirkstone PATCH] conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay Praneeth Bajjuri
@ 2023-11-29 21:44 ` Judith Mendez
  2023-12-01 11:22 ` [meta-ti] " Gole, Dhruva
  1 sibling, 0 replies; 3+ messages in thread
From: Judith Mendez @ 2023-11-29 21:44 UTC (permalink / raw
  To: Praneeth Bajjuri, meta-ti; +Cc: Ryan Eatmon, Vibhore Vardhan

On 11/29/23 3:40 PM, Praneeth Bajjuri wrote:
> commit [1] created a common LPM wkup sources overlay and removes
> k3-am62x-sk-mcu-gpio-wakeup.dtso for am62 device family.
> k3-am62x-sk prefix picks this overlay for am62xx, am62axx and am62xxsip already.
> 
> This patch picks the necessary overlay for am62xx-lp-evm since it doesnt use
> the same prefix as other am62 platforms.
> 
> [1]: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/?&id=4ba1886b886d
> 

LGTM

Reviewed-by: Judith Mendez <jm@ti.com>

> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
>   meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
> index dfb9cbfa..229b74bc 100644
> --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
> +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
> @@ -8,8 +8,8 @@ KERNEL_DEVICETREE_PREFIX = " \
>       ti/k3-am62-lp \
>       ti/k3-am625-sk \
>       ti/k3-am62x-sk-hdmi \
> +    ti/k3-am62x-sk-lpm \
>       ti/k3-am62x-sk-mcan \
> -    ti/k3-am62x-sk-mcu \
>   "
>   
>   KERNEL_DEVICETREE = " \



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

* Re: [meta-ti] [kirkstone PATCH] conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay
  2023-11-29 21:40 [kirkstone PATCH] conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay Praneeth Bajjuri
  2023-11-29 21:44 ` Judith Mendez
@ 2023-12-01 11:22 ` Gole, Dhruva
  1 sibling, 0 replies; 3+ messages in thread
From: Gole, Dhruva @ 2023-12-01 11:22 UTC (permalink / raw
  To: praneeth, meta-ti; +Cc: Ryan Eatmon, Judith Mendez, Vibhore Vardhan, d-gole

Hi!

On 11/30/2023 3:10 AM, praneeth via lists.yoctoproject.org wrote:
> commit [1] created a common LPM wkup sources overlay and removes
> k3-am62x-sk-mcu-gpio-wakeup.dtso for am62 device family.
> k3-am62x-sk prefix picks this overlay for am62xx, am62axx and am62xxsip already.
>
> This patch picks the necessary overlay for am62xx-lp-evm since it doesnt use
> the same prefix as other am62 platforms.
>
> [1]: https://git.ti.com/cgit/ti-linux-kernel/ti-linux-kernel/commit/?&id=4ba1886b886d
>
> Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
> ---
>  meta-ti-bsp/conf/machine/am62xx-lp-evm.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
> index dfb9cbfa..229b74bc 100644
> --- a/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
> +++ b/meta-ti-bsp/conf/machine/am62xx-lp-evm.conf
> @@ -8,8 +8,8 @@ KERNEL_DEVICETREE_PREFIX = " \
>      ti/k3-am62-lp \
>      ti/k3-am625-sk \
>      ti/k3-am62x-sk-hdmi \
> +    ti/k3-am62x-sk-lpm \


For the change,

Reviewed-by: Dhruva Gole <d-gole@ti.com>


>      ti/k3-am62x-sk-mcan \
> -    ti/k3-am62x-sk-mcu \
>  "
>  
>  KERNEL_DEVICETREE = " \
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#17338): https://lists.yoctoproject.org/g/meta-ti/message/17338
> Mute This Topic: https://lists.yoctoproject.org/mt/102881701/7412672
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/leave/11962887/7412672/717869840/xyzzy [d-gole@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
-- 
Regards,
Dhruva Gole <d-gole@ti.com>



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

end of thread, other threads:[~2023-12-01 11:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-29 21:40 [kirkstone PATCH] conf: machine: am62xx-lp-evm.conf: Pick LPM wkup sources overlay Praneeth Bajjuri
2023-11-29 21:44 ` Judith Mendez
2023-12-01 11:22 ` [meta-ti] " Gole, Dhruva

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.