All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo
@ 2020-09-24 13:44 Roger Quadros
  2020-09-24 13:44 ` [meti-ti][dunfell][PATCH] prueth-fw-am65x-sr2: update AM65 SR2.0 PRU ethernet firmware Roger Quadros
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ 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] 6+ messages in thread
* [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo
@ 2020-05-14  7:18 Roger Quadros
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

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

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-24 13:44 [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo Roger Quadros
2020-09-24 13:44 ` [meti-ti][dunfell][PATCH] prueth-fw-am65x-sr2: update AM65 SR2.0 PRU ethernet firmware Roger Quadros
2020-09-25  7:49   ` Roger Quadros
2020-09-24 22:41 ` [dunfell/master PATCH] am65xx-evm: Add missing k3-am654-idk-sr1.dtbo Denys Dmytriyenko
2020-09-25  7:50 ` Roger Quadros
  -- strict thread matches above, loose matches on Subject: below --
2020-05-14  7:18 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.