All of lore.kernel.org
 help / color / mirror / Atom feed
* [dunfell/master PATCH v2 0/6] Remove non-existent 5.10.y dtb/o
@ 2021-04-16  5:05 praneeth
  2021-04-16  5:05 ` [dunfell/master PATCH v2 1/6] conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel praneeth
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: praneeth @ 2021-04-16  5:05 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 v1:
* Squash all j7 non-existent dtb in one patch
* Remove non-existent dtbs from am335x, am437x, k2g platforms

Praneeth Bajjuri (6):
  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 non-existent 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/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 +-
 6 files changed, 3 insertions(+), 20 deletions(-)

-- 
2.17.1


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

* [dunfell/master PATCH v2 1/6] conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel
  2021-04-16  5:05 [dunfell/master PATCH v2 0/6] Remove non-existent 5.10.y dtb/o praneeth
@ 2021-04-16  5:05 ` praneeth
  2021-04-16  5:05 ` [dunfell/master PATCH v2 2/6] conf: j7200-evm: Remove jailhouse overlay " praneeth
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-16  5:05 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 v2 2/6] conf: j7200-evm: Remove jailhouse overlay from 5.10 kernel
  2021-04-16  5:05 [dunfell/master PATCH v2 0/6] Remove non-existent 5.10.y dtb/o praneeth
  2021-04-16  5:05 ` [dunfell/master PATCH v2 1/6] conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel praneeth
@ 2021-04-16  5:05 ` praneeth
  2021-04-16  5:05 ` [dunfell/master PATCH v2 3/6] conf: am65xx-evm: Remove non-existent dtb* from 5.10 praneeth
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-16  5:05 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 v2 3/6] conf: am65xx-evm: Remove non-existent dtb* from 5.10
  2021-04-16  5:05 [dunfell/master PATCH v2 0/6] Remove non-existent 5.10.y dtb/o praneeth
  2021-04-16  5:05 ` [dunfell/master PATCH v2 1/6] conf: j7-evm: Remove unavailable dtb/o from 5.10 kernel praneeth
  2021-04-16  5:05 ` [dunfell/master PATCH v2 2/6] conf: j7200-evm: Remove jailhouse overlay " praneeth
@ 2021-04-16  5:05 ` praneeth
  2021-04-16  5:05 ` [dunfell/master PATCH v2 4/6] conf: k2g-evm: " praneeth
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-16  5:05 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 v2 4/6] conf: k2g-evm: Remove non-existent dtb* from 5.10
  2021-04-16  5:05 [dunfell/master PATCH v2 0/6] Remove non-existent 5.10.y dtb/o praneeth
                   ` (2 preceding siblings ...)
  2021-04-16  5:05 ` [dunfell/master PATCH v2 3/6] conf: am65xx-evm: Remove non-existent dtb* from 5.10 praneeth
@ 2021-04-16  5:05 ` praneeth
  2021-04-19 15:04   ` [meta-ti] " Suman Anna
  2021-04-16  5:05 ` [dunfell/master PATCH v2 5/6] conf: am335x-evm: " praneeth
  2021-04-16  5:06 ` [dunfell/master PATCH v2 6/6] conf: am437xx-evm: " praneeth
  5 siblings, 1 reply; 9+ messages in thread
From: praneeth @ 2021-04-16  5:05 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
-    keystone-k2g-ice.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..e032068e 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 \
                      ${@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 v2 5/6] conf: am335x-evm: Remove non-existent dtb* from 5.10
  2021-04-16  5:05 [dunfell/master PATCH v2 0/6] Remove non-existent 5.10.y dtb/o praneeth
                   ` (3 preceding siblings ...)
  2021-04-16  5:05 ` [dunfell/master PATCH v2 4/6] conf: k2g-evm: " praneeth
@ 2021-04-16  5:05 ` praneeth
  2021-04-16  5:06 ` [dunfell/master PATCH v2 6/6] conf: am437xx-evm: " praneeth
  5 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-16  5:05 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 v2 6/6] conf: am437xx-evm: Remove non-existent dtb* from 5.10
  2021-04-16  5:05 [dunfell/master PATCH v2 0/6] Remove non-existent 5.10.y dtb/o praneeth
                   ` (4 preceding siblings ...)
  2021-04-16  5:05 ` [dunfell/master PATCH v2 5/6] conf: am335x-evm: " praneeth
@ 2021-04-16  5:06 ` praneeth
  5 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-16  5:06 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

* Re: [meta-ti] [dunfell/master PATCH v2 4/6] conf: k2g-evm: Remove non-existent dtb* from 5.10
  2021-04-16  5:05 ` [dunfell/master PATCH v2 4/6] conf: k2g-evm: " praneeth
@ 2021-04-19 15:04   ` Suman Anna
  2021-04-19 15:15     ` praneeth
  0 siblings, 1 reply; 9+ messages in thread
From: Suman Anna @ 2021-04-19 15:04 UTC (permalink / raw)
  To: praneeth; +Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti

Hi Praneeth,

On 4/16/21 12:05 AM, praneeth via lists.yoctoproject.org wrote:
> 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
> -    keystone-k2g-ice.dtb

FWIW, keystone-k2g-ice.dtb is not an overlay, and is present even on upstream
kernel. Why are you removing this?

regards
Suman

> 
> 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..e032068e 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 \
>                       ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'keystone-k2g-ice-pru-excl-uio.dtb', '', d)}"
>  
>  UBOOT_MACHINE = "k2g_evm_config"
> 
> 
> 
> 
> 


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

* Re: [meta-ti] [dunfell/master PATCH v2 4/6] conf: k2g-evm: Remove non-existent dtb* from 5.10
  2021-04-19 15:04   ` [meta-ti] " Suman Anna
@ 2021-04-19 15:15     ` praneeth
  0 siblings, 0 replies; 9+ messages in thread
From: praneeth @ 2021-04-19 15:15 UTC (permalink / raw)
  To: Suman Anna; +Cc: Denys Dmytriyenko, Lokesh Vutla, Nikhil Devshatwar, meta-ti



On 4/19/2021 10:04 AM, Suman Anna wrote:
> Hi Praneeth,
> 
> On 4/16/21 12:05 AM, praneeth via lists.yoctoproject.org wrote:
>> 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
>> -    keystone-k2g-ice.dtb
> 

Thanks, for review.. will take care of keystone-k2g-ice.dtb in next 
version and before pulling to dunfell branch

keystone-k2g-evm-lcd.dtb i dont see in 5.10 kernel

> FWIW, keystone-k2g-ice.dtb is not an overlay, and is present even on upstream
> kernel. Why are you removing this?
> 
> regards
> Suman
> 
>>
>> 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..e032068e 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 \
>>                        ${@oe.utils.conditional('ENABLE_TI_UIO_DEVICES', '1', 'keystone-k2g-ice-pru-excl-uio.dtb', '', d)}"
>>   
>>   UBOOT_MACHINE = "k2g_evm_config"
>>
>>
>>
>> 
>>
> 

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

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

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