All of lore.kernel.org
 help / color / mirror / Atom feed
From: Frieder Schrempf <frieder.schrempf@kontron.de>
To: Stefano Babic <sbabic@denx.de>,
	Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>
Cc: "festevam@gmail.com" <festevam@gmail.com>,
	"parthitce@gmail.com" <parthitce@gmail.com>,
	"uboot-imx@nxp.com" <uboot-imx@nxp.com>,
	"jagan@amarulasolutions.com" <jagan@amarulasolutions.com>,
	"martyn.welch@collabora.com" <martyn.welch@collabora.com>
Subject: Re: [PATCH v1 08/26] imx6ul/imx6ull: synchronise device trees with linux
Date: Tue, 23 Aug 2022 16:37:02 +0200	[thread overview]
Message-ID: <0e8e13c2-ba3e-7ac4-670f-6d61c28125be@kontron.de> (raw)
In-Reply-To: <bb45363f-6a07-7c22-76e5-cfe3d8a2d06a@kontron.de>

Am 03.08.22 um 15:21 schrieb Frieder Schrempf:
> Hi Marcel, hi Stefano,
> 
> Am 03.08.22 um 15:02 schrieb Stefano Babic:
>> On 03.08.22 14:58, Marcel Ziswiler wrote:
>>> Hi Frieder
>>>
>>> On Mon, 2022-08-01 at 10:08 +0200, Frieder Schrempf wrote:
>>>> Hi Marcel,
>>>>
>>>> Am 21.07.22 um 15:27 schrieb Marcel Ziswiler:
>>>>> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>>>>>
>>>>> Synchronise device trees with linux v5.19-rc5.
>>>>>
>>>>> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>>>>
>>>> Thanks for the sync patches!
>>>>
>>>> Unfortunately this will break the Kontron SL/BL i.MX6UL/ULL boards
>>>> (N6x1x). The reason is that the U-Boot devicetrees received some
>>>> simplification and renaming that haven't been upstreamed to the kernel,
>>>> yet. I will add updating the kernel DTs to my to-do list and would
>>>> recommend to drop the Kontron DT changes from this patch for now.
>>>
>>> Sorry about that. I did not expect Stefano to apply all of this that
>>> quickly. On the other hand we can be very
>>> grateful that he reacted that promptly this time around (;-p).
>>>
>>
>> :-D
>>
>>> Anyway, please let me know if I can be of service to correct any of
>>> this. Like I wrote in [1] I plan to re-sync
>>> again and fix a few review comments once 6.0-rc1 is out. I guess I
>>> could also include a fix (or revert) by that
>>> time.
>>
>> I think it is a good plan.
> 
> As for the Kontron SL/BL i.MX6UL/ULL boards the U-Boot DTs are more
> up-to-date than the kernel ones, it would be good if you, Marcel, could
> just revert the changes in the next round of patches and exclude the
> boards from your sync with 6.0-rc1 as any changes to the kernel DTs I
> will eventually come up with will land in 6.1 at the earliest.

I sent out a big devicetree rework for the board to the kernel list (see
[1]) and it got applied, so I assume it will be part of Linux 6.1.

Based on this I also created patches that among other things sync the
U-Boot devicetrees for the Kontron SL/BL i.MX6UL/ULL boards with the
upcoming changes in Linux (see [2]).

[1]
https://patchwork.kernel.org/project/linux-arm-kernel/cover/20220815082814.27651-1-frieder@fris.de/
[2]
https://patchwork.ozlabs.org/project/uboot/cover/20220823142917.306176-1-frieder@fris.de/

  reply	other threads:[~2022-08-23 14:37 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21 13:27 [PATCH v1 00/26] arm: dts: imx: sync device trees with upstream linux kernel ones Marcel Ziswiler
2022-07-21 13:27 ` [PATCH v1 01/26] board/BuR/brppt2: fix pwms property warning Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 02/26] imx6: aristainetos: fix pwms property warnings Marcel Ziswiler
2022-07-22  5:18   ` Heiko Schocher
2022-07-25 16:40   ` sbabic
2022-07-21 13:27 ` [PATCH v1 03/26] tbs2910: prepare to synchronise device trees with linux Marcel Ziswiler
2022-07-21 17:20   ` Soeren Moch
2022-07-21 18:56     ` Marcel Ziswiler
2022-07-21 19:18       ` Fabio Estevam
2022-08-03 12:50         ` Marcel Ziswiler
2022-07-25 16:42   ` sbabic
2022-07-25 21:55     ` Soeren Moch
2022-07-21 13:27 ` [PATCH v1 04/26] imx6dl/imx6qdl: " Marcel Ziswiler
2022-07-25 16:42   ` sbabic
2022-07-21 13:27 ` [PATCH v1 05/26] apalis_imx6: synchronise device tree " Marcel Ziswiler
2022-07-25 16:40   ` sbabic
2022-07-21 13:27 ` [PATCH v1 06/26] colibri_imx6: " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 07/26] imx: mx6ul_14x14_evk: prepare to synchronise device trees " Marcel Ziswiler
2022-07-25 16:42   ` sbabic
2022-07-21 13:27 ` [PATCH v1 08/26] imx6ul/imx6ull: " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-08-01  8:08   ` Frieder Schrempf
2022-08-01 11:26     ` Stefano Babic
2022-08-03 12:58     ` Marcel Ziswiler
2022-08-03 13:02       ` Stefano Babic
2022-08-03 13:21         ` Frieder Schrempf
2022-08-23 14:37           ` Frieder Schrempf [this message]
2022-07-21 13:27 ` [PATCH v1 09/26] colibri-imx6ull/-emmc: synchronise device tree " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 10/26] imx: imx7-cm: prepare to synchronise device trees " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 11/26] imx: imx7d-sdb: " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-07-21 13:27 ` [PATCH v1 12/26] imx7s/d: " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 13/26] colibri-imx7d/-emmc: synchronise device tree " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-07-21 13:27 ` [PATCH v1 14/26] ARM: DTS: bk4r1/pcm052: prepare to synchronise device trees " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-07-21 13:27 ` [PATCH v1 15/26] vf500/vf610: " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 16/26] colibri_vf: synchronise device tree " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 17/26] imx8mm-venice-gw700x: prepare to synchronise device trees " Marcel Ziswiler
2022-07-25 16:42   ` sbabic
2022-07-21 13:27 ` [PATCH v1 18/26] imx8mm: synchronise device tree " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 19/26] imx8mm-kontron-n801x-s-lvds: fix pwms property warnings Marcel Ziswiler
2022-07-25 16:40   ` sbabic
2022-07-21 13:41 ` [PATCH v1 20/26] imx8mm-mx8menlo/verdin-imx8mm: synchronise device tree with linux Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-07-21 13:43 ` [PATCH v1 21/26] imx8mn: " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-31 16:58   ` Adam Ford
2022-08-03 13:02     ` Marcel Ziswiler
2022-08-12 12:49       ` Adam Ford
2022-08-12 13:02         ` Francesco Dolcini
2022-07-21 13:44 ` [PATCH v1 22/26] imx8mp: " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-07-21 13:45 ` [PATCH v1 23/26] imx8mp-rsb3720-a1: fix pwms property warnings Marcel Ziswiler
2022-07-25 16:42   ` sbabic
2022-07-21 13:46 ` [PATCH v1 24/26] verdin-imx8mp: synchronise device tree with linux Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:47 ` [PATCH v1 25/26] imx8mq: " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-09-06 12:36   ` Heiko Thiery
2022-09-06 14:05     ` Marcel Ziswiler
2022-09-06 14:32       ` Heiko Thiery
2022-07-21 13:48 ` [PATCH v1 26/26] board: toradex: apalis-imx8: fix file names in maintainers Marcel Ziswiler
2022-07-25 16:41   ` sbabic

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=0e8e13c2-ba3e-7ac4-670f-6d61c28125be@kontron.de \
    --to=frieder.schrempf@kontron.de \
    --cc=festevam@gmail.com \
    --cc=jagan@amarulasolutions.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=martyn.welch@collabora.com \
    --cc=parthitce@gmail.com \
    --cc=sbabic@denx.de \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.