All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH v3 0/8] Remove non-existent dtb/o from 5.10.y
@ 2021-04-19 21:16 praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 1/8] conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel praneeth
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: praneeth @ 2021-04-19 21:16 UTC (permalink / raw)
  To: Praneeth Bajjuri
  Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Remove non existent ti-linux-5.10.y dtb/o from meta-ti.
Include them back later when the support is added in the integrated
kernel.

Changes from v2:
* updated patch-4 to include keystone-k2g-ice.dtb
* removed missing lcd dt from am57xx and dra7xx platform conf

Changes from v1:
* Squash all j7 non-existent dtb in one patch
* Remove non-existent dtbs from am335x, am437x, k2g platforms

Praneeth Bajjuri (8):
  conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel
  conf: j7200-evm: Remove jailhouse overlay from 5.10 kernel
  conf: am65xx-evm: Remove non-existent dtb* from 5.10
  conf: k2g-evm: Remove keystone-k2g-evm-lcd.dtb from 5.10
  conf: am335x-evm: Remove non-existent dtb* from 5.10
  conf: am437xx-evm: Remove non-existent dtb* from 5.10
  conf: am57xx-evm: Remove non-existent dtb* from 5.10
  conf: dra7xx-evm: Remove non-existent dtb* from 5.10

 conf/machine/am57xx-evm.conf    |  7 -------
 conf/machine/dra7xx-evm.conf    |  9 ---------
 conf/machine/include/am65xx.inc | 11 -----------
 conf/machine/include/ti33x.inc  |  1 -
 conf/machine/include/ti43x.inc  |  4 ++--
 conf/machine/j7-evm.conf        |  4 ----
 conf/machine/j7200-evm.conf     |  1 -
 conf/machine/k2g-evm.conf       |  2 +-
 8 files changed, 3 insertions(+), 36 deletions(-)

-- 
2.17.1


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

* [dunfell/master PATCH v3 1/8] conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel
  2021-04-19 21:16 [dunfell/master PATCH v3 0/8] Remove non-existent dtb/o from 5.10.y praneeth
@ 2021-04-19 21:16 ` praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 2/8] conf: j7200-evm: Remove jailhouse overlay " praneeth
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-19 21:16 UTC (permalink / raw)
  To: Praneeth Bajjuri
  Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

The following dtb/o are not currently available in
ti-linux-5.10.y branch.

Removing for now, and shall be added back once they are
available in 5.10 kernel.

-    ti/k3-j721e-proc-board-tps65917.dtb
-    ti/k3-j721e-common-proc-board-infotainment.dtbo
-    ti/k3-j721e-pcie-backplane.dtbo
-    ti/k3-j721e-common-proc-board-jailhouse.dtbo

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/j7-evm.conf | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf
index ee23207b..1b99baeb 100644
--- a/conf/machine/j7-evm.conf
+++ b/conf/machine/j7-evm.conf
@@ -11,10 +11,6 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 KERNEL_DEVICETREE = " \
     ti/k3-j721e-common-proc-board.dtb \
-    ti/k3-j721e-proc-board-tps65917.dtb \
-    ti/k3-j721e-common-proc-board-infotainment.dtbo \
-    ti/k3-j721e-pcie-backplane.dtbo \
-    ti/k3-j721e-common-proc-board-jailhouse.dtbo \
 "
 
 UBOOT_MACHINE = "j721e_evm_a72_config"
-- 
2.17.1


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

* [dunfell/master PATCH v3 2/8] conf: j7200-evm: Remove jailhouse overlay from 5.10 kernel
  2021-04-19 21:16 [dunfell/master PATCH v3 0/8] Remove non-existent dtb/o from 5.10.y praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 1/8] conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel praneeth
@ 2021-04-19 21:16 ` praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 3/8] conf: am65xx-evm: Remove non-existent dtb* from 5.10 praneeth
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-19 21:16 UTC (permalink / raw)
  To: Praneeth Bajjuri
  Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Remove jailhouse overlay as it is not currently available in
ti-linux-5.10.y branch.

Removing for now, and shall be added back once they are
available in 5.10 kernel.

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/j7200-evm.conf | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/machine/j7200-evm.conf b/conf/machine/j7200-evm.conf
index 5ee6c89c..2565c90c 100644
--- a/conf/machine/j7200-evm.conf
+++ b/conf/machine/j7200-evm.conf
@@ -9,7 +9,6 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 KERNEL_DEVICETREE = " \
     ti/k3-j7200-common-proc-board.dtb \
-    ti/k3-j7200-common-proc-board-jailhouse.dtbo \
 "
 
 UBOOT_MACHINE = "j7200_evm_a72_config"
-- 
2.17.1


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

* [dunfell/master PATCH v3 3/8] conf: am65xx-evm: Remove non-existent dtb* from 5.10
  2021-04-19 21:16 [dunfell/master PATCH v3 0/8] Remove non-existent dtb/o from 5.10.y praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 1/8] conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 2/8] conf: j7200-evm: Remove jailhouse overlay " praneeth
@ 2021-04-19 21:16 ` praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 4/8] conf: k2g-evm: Remove keystone-k2g-evm-lcd.dtb " praneeth
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-19 21:16 UTC (permalink / raw)
  To: Praneeth Bajjuri
  Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Remove the non-existent dtb* , as they are not currently present on
ti-linux-5.10.y.

-    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
-    ti/k3-am654-pcie-usb2.dtbo
-    ti/k3-am654-pcie-usb3.dtbo
-    ti/k3-am654-base-board-jailhouse.dtbo
-    ti/k3-am654-evm-prupwm.dtbo

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/include/am65xx.inc | 11 -----------
 1 file changed, 11 deletions(-)

diff --git a/conf/machine/include/am65xx.inc b/conf/machine/include/am65xx.inc
index 547c2e87..2a813f20 100644
--- a/conf/machine/include/am65xx.inc
+++ b/conf/machine/include/am65xx.inc
@@ -8,17 +8,6 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
 
 KERNEL_DEVICETREE = " \
     ti/k3-am654-base-board.dtb \
-    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 \
-    ti/k3-am654-pcie-usb2.dtbo \
-    ti/k3-am654-pcie-usb3.dtbo \
-    ti/k3-am654-base-board-jailhouse.dtbo \
-    ti/k3-am654-evm-prupwm.dtbo \
 "
 
 BBMULTICONFIG += "k3r5-sr2"
-- 
2.17.1


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

* [dunfell/master PATCH v3 4/8] conf: k2g-evm: Remove keystone-k2g-evm-lcd.dtb from 5.10
  2021-04-19 21:16 [dunfell/master PATCH v3 0/8] Remove non-existent dtb/o from 5.10.y praneeth
                   ` (2 preceding siblings ...)
  2021-04-19 21:16 ` [dunfell/master PATCH v3 3/8] conf: am65xx-evm: Remove non-existent dtb* from 5.10 praneeth
@ 2021-04-19 21:16 ` praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 5/8] conf: am335x-evm: Remove non-existent dtb* " praneeth
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-19 21:16 UTC (permalink / raw)
  To: Praneeth Bajjuri
  Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Remove the non-existent dtb, as they are not currently present on
ti-linux-5.10.y.

-    keystone-k2g-evm-lcd.dtb

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

diff --git a/conf/machine/k2g-evm.conf b/conf/machine/k2g-evm.conf
index 7681a752..d4cf0605 100644
--- a/conf/machine/k2g-evm.conf
+++ b/conf/machine/k2g-evm.conf
@@ -6,7 +6,7 @@ require conf/machine/include/k2g.inc
 
 MACHINE_FEATURES += "alsa"
 
-KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-evm-lcd.dtb keystone-k2g-ice.dtb \
+KERNEL_DEVICETREE = "keystone-k2g-evm.dtb keystone-k2g-ice.dtb \
                      ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'keystone-k2g-ice-pru-excl-uio.dtb', '', d)}"
 
 UBOOT_MACHINE = "k2g_evm_config"
-- 
2.17.1


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

* [dunfell/master PATCH v3 5/8] conf: am335x-evm: Remove non-existent dtb* from 5.10
  2021-04-19 21:16 [dunfell/master PATCH v3 0/8] Remove non-existent dtb/o from 5.10.y praneeth
                   ` (3 preceding siblings ...)
  2021-04-19 21:16 ` [dunfell/master PATCH v3 4/8] conf: k2g-evm: Remove keystone-k2g-evm-lcd.dtb " praneeth
@ 2021-04-19 21:16 ` praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 6/8] conf: am437xx-evm: " praneeth
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-19 21:16 UTC (permalink / raw)
  To: Praneeth Bajjuri
  Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Remove the non-existent dtb* , as they are not currently present on
ti-linux-5.10.y.

-    am335x-icev2-prueth.dtb

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/include/ti33x.inc | 1 -
 1 file changed, 1 deletion(-)

diff --git a/conf/machine/include/ti33x.inc b/conf/machine/include/ti33x.inc
index b3c3b6d7..6dfda754 100644
--- a/conf/machine/include/ti33x.inc
+++ b/conf/machine/include/ti33x.inc
@@ -29,7 +29,6 @@ KERNEL_IMAGETYPE = "zImage"
 KERNEL_DEVICETREE = " \
     am335x-evm.dtb am335x-evmsk.dtb \
     am335x-icev2.dtb \
-    am335x-icev2-prueth.dtb \
     am335x-pocketbeagle.dtb am335x-bone.dtb am335x-boneblue.dtb \
     am335x-bonegreen.dtb am335x-bonegreen-wireless.dtb \
     am335x-boneblack.dtb am335x-boneblack-wireless.dtb \
-- 
2.17.1


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

* [dunfell/master PATCH v3 6/8] conf: am437xx-evm: Remove non-existent dtb* from 5.10
  2021-04-19 21:16 [dunfell/master PATCH v3 0/8] Remove non-existent dtb/o from 5.10.y praneeth
                   ` (4 preceding siblings ...)
  2021-04-19 21:16 ` [dunfell/master PATCH v3 5/8] conf: am335x-evm: Remove non-existent dtb* " praneeth
@ 2021-04-19 21:16 ` praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 7/8] conf: am57xx-evm: " praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 8/8] conf: dra7xx-evm: " praneeth
  7 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-19 21:16 UTC (permalink / raw)
  To: Praneeth Bajjuri
  Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Remove the non-existent dtb* , as they are not currently present on
ti-linux-5.10.y.

-    am437x-gp-evm-hdmi.dtb
-    am43x-epos-evm-hdmi.dtb

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/include/ti43x.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/machine/include/ti43x.inc b/conf/machine/include/ti43x.inc
index 524b0b2c..b1a27f93 100644
--- a/conf/machine/include/ti43x.inc
+++ b/conf/machine/include/ti43x.inc
@@ -27,9 +27,9 @@ PREFERRED_PROVIDER_u-boot = "u-boot-ti-staging"
 KERNEL_IMAGETYPE = "zImage"
 
 KERNEL_DEVICETREE = " \
-    am437x-gp-evm.dtb am437x-gp-evm-hdmi.dtb \
+    am437x-gp-evm.dtb \
     am437x-sk-evm.dtb am437x-idk-evm.dtb \
-    am43x-epos-evm.dtb am43x-epos-evm-hdmi.dtb \
+    am43x-epos-evm.dtb \
 "
 
 KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am437x-idk-pru-excl-uio.dtb', '', d)}"
-- 
2.17.1


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

* [dunfell/master PATCH v3 7/8] conf: am57xx-evm: Remove non-existent dtb* from 5.10
  2021-04-19 21:16 [dunfell/master PATCH v3 0/8] Remove non-existent dtb/o from 5.10.y praneeth
                   ` (5 preceding siblings ...)
  2021-04-19 21:16 ` [dunfell/master PATCH v3 6/8] conf: am437xx-evm: " praneeth
@ 2021-04-19 21:16 ` praneeth
  2021-04-19 21:16 ` [dunfell/master PATCH v3 8/8] conf: dra7xx-evm: " praneeth
  7 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-19 21:16 UTC (permalink / raw)
  To: Praneeth Bajjuri
  Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Remove the non-existent dtb* , as they are not currently present on
ti-linux-5.10.y.

-    am57xx-evm-cam-ov10635.dtb
-    am57xx-evm-reva3-cam-ov10635.dtb
-    am571x-idk-lcd-osd101t2045.dtb
-    am571x-idk-lcd-osd101t2587.dtb
-    am572x-idk-lcd-osd101t2045.dtb
-    am572x-idk-lcd-osd101t2587.dtb
-    am574x-idk-lcd-osd101t2587.dtb

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/am57xx-evm.conf | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/conf/machine/am57xx-evm.conf b/conf/machine/am57xx-evm.conf
index 3b0c18af..78e730ca 100644
--- a/conf/machine/am57xx-evm.conf
+++ b/conf/machine/am57xx-evm.conf
@@ -14,17 +14,10 @@ KERNEL_DEVICETREE = " \
     am57xx-beagle-x15-revc.dtb \
     am5729-beagleboneai.dtb \
     am57xx-evm.dtb \
-    am57xx-evm-cam-ov10635.dtb \
     am57xx-evm-reva3.dtb \
-    am57xx-evm-reva3-cam-ov10635.dtb \
     am571x-idk.dtb \
-    am571x-idk-lcd-osd101t2045.dtb \
-    am571x-idk-lcd-osd101t2587.dtb \
     am572x-idk.dtb \
-    am572x-idk-lcd-osd101t2045.dtb \
-    am572x-idk-lcd-osd101t2587.dtb \
     am574x-idk.dtb \
-    am574x-idk-lcd-osd101t2587.dtb \
 "
 
 KERNEL_DEVICETREE += "${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'am574x-idk-pru-excl-uio.dtb am572x-idk-pru-excl-uio.dtb am571x-idk-pru-excl-uio.dtb', '', d)}"
-- 
2.17.1


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

* [dunfell/master PATCH v3 8/8] conf: dra7xx-evm: Remove non-existent dtb* from 5.10
  2021-04-19 21:16 [dunfell/master PATCH v3 0/8] Remove non-existent dtb/o from 5.10.y praneeth
                   ` (6 preceding siblings ...)
  2021-04-19 21:16 ` [dunfell/master PATCH v3 7/8] conf: am57xx-evm: " praneeth
@ 2021-04-19 21:16 ` praneeth
  7 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-19 21:16 UTC (permalink / raw)
  To: Praneeth Bajjuri
  Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti

From: Praneeth Bajjuri <praneeth@ti.com>

Remove the non-existent dtb* , as they are not currently present on
ti-linux-5.10.y.

-    dra7-evm-lcd-osd101t2045.dtb
-    dra7-evm-lcd-osd101t2587.dtb
-    dra71-evm-nand.dtb
-    dra71-evm-lcd-auo-g101evn01.0.dtb
-    dra72-evm-lcd-osd101t2045.dtb
-    dra72-evm-lcd-osd101t2587.dtb
-    dra72-evm-revc-lcd-osd101t2045.dtb
-    dra72-evm-revc-lcd-osd101t2587.dtb
-    dra76-evm-tfp410.dtb

Signed-off-by: Praneeth Bajjuri <praneeth@ti.com>
---
 conf/machine/dra7xx-evm.conf | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf
index 67f9a0d1..ad4b0263 100644
--- a/conf/machine/dra7xx-evm.conf
+++ b/conf/machine/dra7xx-evm.conf
@@ -10,19 +10,10 @@ SERIAL_CONSOLES = "115200;ttyS0"
 
 KERNEL_DEVICETREE = " \
     dra7-evm.dtb \
-    dra7-evm-lcd-osd101t2045.dtb \
-    dra7-evm-lcd-osd101t2587.dtb \
     dra71-evm.dtb \
-    dra71-evm-nand.dtb \
-    dra71-evm-lcd-auo-g101evn01.0.dtb \
     dra72-evm.dtb \
-    dra72-evm-lcd-osd101t2045.dtb \
-    dra72-evm-lcd-osd101t2587.dtb \
     dra72-evm-revc.dtb \
-    dra72-evm-revc-lcd-osd101t2045.dtb \
-    dra72-evm-revc-lcd-osd101t2587.dtb \
     dra76-evm.dtb \
-    dra76-evm-tfp410.dtb \
 "
 
 UBOOT_MACHINE = "dra7xx_evm_config"
-- 
2.17.1


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

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

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-19 21:16 [dunfell/master PATCH v3 0/8] Remove non-existent dtb/o from 5.10.y praneeth
2021-04-19 21:16 ` [dunfell/master PATCH v3 1/8] conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel praneeth
2021-04-19 21:16 ` [dunfell/master PATCH v3 2/8] conf: j7200-evm: Remove jailhouse overlay " praneeth
2021-04-19 21:16 ` [dunfell/master PATCH v3 3/8] conf: am65xx-evm: Remove non-existent dtb* from 5.10 praneeth
2021-04-19 21:16 ` [dunfell/master PATCH v3 4/8] conf: k2g-evm: Remove keystone-k2g-evm-lcd.dtb " praneeth
2021-04-19 21:16 ` [dunfell/master PATCH v3 5/8] conf: am335x-evm: Remove non-existent dtb* " praneeth
2021-04-19 21:16 ` [dunfell/master PATCH v3 6/8] conf: am437xx-evm: " praneeth
2021-04-19 21:16 ` [dunfell/master PATCH v3 7/8] conf: am57xx-evm: " praneeth
2021-04-19 21:16 ` [dunfell/master PATCH v3 8/8] conf: dra7xx-evm: " 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.