All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo
@ 2020-05-14  7:18 Roger Quadros
  0 siblings, 0 replies; 4+ messages in thread
From: Roger Quadros @ 2020-05-14  7:18 UTC (permalink / raw)
  To: denys; +Cc: meta-ti, Roger Quadros

For SR1.0 we use a different overlay for IDK card.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 conf/machine/am65xx-evm.conf    | 1 +
 conf/machine/am65xx-hs-evm.conf | 1 +
 2 files changed, 2 insertions(+)

diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index e5766f18..0007377c 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -16,6 +16,7 @@ KERNEL_DEVICETREE = " \
     ti/k3-am654-base-board-sr1.dtb \
     ti/k3-am654-gp.dtbo \
     ti/k3-am654-idk.dtbo \
+    ti/k3-am654-idk-sr1.dtbo \
     ti/k3-am654-evm-hdmi.dtbo \
     ti/k3-am654-evm-oldi-lcd1evm.dtbo \
     ti/k3-am654-evm-tc358876.dtbo \
diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf
index 6d20a0de..702ba308 100644
--- a/conf/machine/am65xx-hs-evm.conf
+++ b/conf/machine/am65xx-hs-evm.conf
@@ -12,6 +12,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 KERNEL_DEVICETREE = " \
     ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \
     ti/k3-am654-evm-hdmi.dtbo ti/k3-am654-idk.dtbo \
+    ti/k3-am654-idk-sr1.dtbo \
     ti/k3-am654-evm-oldi-lcd1evm.dtbo ti/k3-am654-evm-tc358876.dtbo \
     ti/k3-am654-pcie-usb2.dtbo ti/k3-am654-pcie-usb3.dtbo \
     ti/k3-am654-base-board-jailhouse.dtbo \
-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

* Re: [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo
  2020-09-24 13:44 Roger Quadros
  2020-09-24 22:41 ` Denys Dmytriyenko
@ 2020-09-25  7:50 ` Roger Quadros
  1 sibling, 0 replies; 4+ messages in thread
From: Roger Quadros @ 2020-09-25  7:50 UTC (permalink / raw)
  To: meta-ti; +Cc: denys, nsekhar, dmurphy

Hi,

Please ignore this series. I will resend the required patch.

cheers,
-roger

On 24/09/2020 16:44, Roger Quadros wrote:
> For SR1.0 we use a different overlay for IDK card.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> ---
>   conf/machine/am65xx-evm.conf    | 1 +
>   conf/machine/am65xx-hs-evm.conf | 1 +
>   2 files changed, 2 insertions(+)
> 
> diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
> index e5766f18..0007377c 100644
> --- a/conf/machine/am65xx-evm.conf
> +++ b/conf/machine/am65xx-evm.conf
> @@ -16,6 +16,7 @@ KERNEL_DEVICETREE = " \
>       ti/k3-am654-base-board-sr1.dtb \
>       ti/k3-am654-gp.dtbo \
>       ti/k3-am654-idk.dtbo \
> +    ti/k3-am654-idk-sr1.dtbo \
>       ti/k3-am654-evm-hdmi.dtbo \
>       ti/k3-am654-evm-oldi-lcd1evm.dtbo \
>       ti/k3-am654-evm-tc358876.dtbo \
> diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf
> index 6d20a0de..702ba308 100644
> --- a/conf/machine/am65xx-hs-evm.conf
> +++ b/conf/machine/am65xx-hs-evm.conf
> @@ -12,6 +12,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
>   KERNEL_DEVICETREE = " \
>       ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \
>       ti/k3-am654-evm-hdmi.dtbo ti/k3-am654-idk.dtbo \
> +    ti/k3-am654-idk-sr1.dtbo \
>       ti/k3-am654-evm-oldi-lcd1evm.dtbo ti/k3-am654-evm-tc358876.dtbo \
>       ti/k3-am654-pcie-usb2.dtbo ti/k3-am654-pcie-usb3.dtbo \
>       ti/k3-am654-base-board-jailhouse.dtbo \
> 

-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki

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

* Re: [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo
  2020-09-24 13:44 Roger Quadros
@ 2020-09-24 22:41 ` Denys Dmytriyenko
  2020-09-25  7:50 ` Roger Quadros
  1 sibling, 0 replies; 4+ messages in thread
From: Denys Dmytriyenko @ 2020-09-24 22:41 UTC (permalink / raw)
  To: Roger Quadros; +Cc: meta-ti, nsekhar, dmurphy

On Thu, Sep 24, 2020 at 04:44:39PM +0300, Roger Quadros wrote:
> For SR1.0 we use a different overlay for IDK card.
> 
> Signed-off-by: Roger Quadros <rogerq@ti.com>
> ---
>  conf/machine/am65xx-evm.conf    | 1 +
>  conf/machine/am65xx-hs-evm.conf | 1 +
>  2 files changed, 2 insertions(+)
> 
> diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
> index e5766f18..0007377c 100644
> --- a/conf/machine/am65xx-evm.conf
> +++ b/conf/machine/am65xx-evm.conf
> @@ -16,6 +16,7 @@ KERNEL_DEVICETREE = " \
>      ti/k3-am654-base-board-sr1.dtb \
>      ti/k3-am654-gp.dtbo \
>      ti/k3-am654-idk.dtbo \
> +    ti/k3-am654-idk-sr1.dtbo \
>      ti/k3-am654-evm-hdmi.dtbo \
>      ti/k3-am654-evm-oldi-lcd1evm.dtbo \
>      ti/k3-am654-evm-tc358876.dtbo \
> diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf
> index 6d20a0de..702ba308 100644
> --- a/conf/machine/am65xx-hs-evm.conf
> +++ b/conf/machine/am65xx-hs-evm.conf
> @@ -12,6 +12,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
>  KERNEL_DEVICETREE = " \
>      ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \
>      ti/k3-am654-evm-hdmi.dtbo ti/k3-am654-idk.dtbo \
> +    ti/k3-am654-idk-sr1.dtbo \

Should there be ti/k3-am654-base-board-sr1.dtb for HS as well?
I believe HS doesn't yet have SR2, hence not sure how the DTBs should be setup 
with or without -sr1?


>      ti/k3-am654-evm-oldi-lcd1evm.dtbo ti/k3-am654-evm-tc358876.dtbo \
>      ti/k3-am654-pcie-usb2.dtbo ti/k3-am654-pcie-usb3.dtbo \
>      ti/k3-am654-base-board-jailhouse.dtbo \
> -- 
> Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
> Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki
> 

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

* [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo
@ 2020-09-24 13:44 Roger Quadros
  2020-09-24 22:41 ` Denys Dmytriyenko
  2020-09-25  7:50 ` Roger Quadros
  0 siblings, 2 replies; 4+ messages in thread
From: Roger Quadros @ 2020-09-24 13:44 UTC (permalink / raw)
  To: meta-ti; +Cc: denys, nsekhar, dmurphy, Roger Quadros

For SR1.0 we use a different overlay for IDK card.

Signed-off-by: Roger Quadros <rogerq@ti.com>
---
 conf/machine/am65xx-evm.conf    | 1 +
 conf/machine/am65xx-hs-evm.conf | 1 +
 2 files changed, 2 insertions(+)

diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf
index e5766f18..0007377c 100644
--- a/conf/machine/am65xx-evm.conf
+++ b/conf/machine/am65xx-evm.conf
@@ -16,6 +16,7 @@ KERNEL_DEVICETREE = " \
     ti/k3-am654-base-board-sr1.dtb \
     ti/k3-am654-gp.dtbo \
     ti/k3-am654-idk.dtbo \
+    ti/k3-am654-idk-sr1.dtbo \
     ti/k3-am654-evm-hdmi.dtbo \
     ti/k3-am654-evm-oldi-lcd1evm.dtbo \
     ti/k3-am654-evm-tc358876.dtbo \
diff --git a/conf/machine/am65xx-hs-evm.conf b/conf/machine/am65xx-hs-evm.conf
index 6d20a0de..702ba308 100644
--- a/conf/machine/am65xx-hs-evm.conf
+++ b/conf/machine/am65xx-hs-evm.conf
@@ -12,6 +12,7 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 KERNEL_DEVICETREE = " \
     ti/k3-am654-base-board.dtb ti/k3-am654-gp.dtbo \
     ti/k3-am654-evm-hdmi.dtbo ti/k3-am654-idk.dtbo \
+    ti/k3-am654-idk-sr1.dtbo \
     ti/k3-am654-evm-oldi-lcd1evm.dtbo ti/k3-am654-evm-tc358876.dtbo \
     ti/k3-am654-pcie-usb2.dtbo ti/k3-am654-pcie-usb3.dtbo \
     ti/k3-am654-base-board-jailhouse.dtbo \
-- 
Texas Instruments Finland Oy, Porkkalankatu 22, 00180 Helsinki.
Y-tunnus/Business ID: 0615521-4. Kotipaikka/Domicile: Helsinki


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

end of thread, other threads:[~2020-09-25  7:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-14  7:18 [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo Roger Quadros
2020-09-24 13:44 Roger Quadros
2020-09-24 22:41 ` Denys Dmytriyenko
2020-09-25  7:50 ` Roger Quadros

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.