mbox series

[0/4] NXP LS1028A-RDB preparation for device tree sync with U-Boot

Message ID 20211202141528.2450169-1-vladimir.oltean@nxp.com (mailing list archive)
Headers show
Series NXP LS1028A-RDB preparation for device tree sync with U-Boot | expand

Message

Vladimir Oltean Dec. 2, 2021, 2:15 p.m. UTC
An effort was started for the NXP LS1028A to share device trees between
Linux and U-Boot, and so far the common SoC dtsi is shared, but
individual boards still aren't. This patch makes some minor changes to
the Linux device tree so the DT for the reference design board can be
successfully shared with U-Boot.

Vladimir Oltean (4):
  arm64: dts: ls1028a-rdb: sort nodes alphabetically by label
  arm64: dts: ls1028a-rdb: add an alias for the FlexSPI controller
  arm64: dts: ls1028a-rdb: add aliases for the Ethernet ports
  arm64: dts: ls1028a-rdb: update copyright

 .../boot/dts/freescale/fsl-ls1028a-rdb.dts    | 93 ++++++++++---------
 1 file changed, 50 insertions(+), 43 deletions(-)

Comments

Shawn Guo Dec. 14, 2021, 2:38 a.m. UTC | #1
On Thu, Dec 02, 2021 at 04:15:24PM +0200, Vladimir Oltean wrote:
> An effort was started for the NXP LS1028A to share device trees between
> Linux and U-Boot, and so far the common SoC dtsi is shared, but
> individual boards still aren't. This patch makes some minor changes to
> the Linux device tree so the DT for the reference design board can be
> successfully shared with U-Boot.
> 
> Vladimir Oltean (4):
>   arm64: dts: ls1028a-rdb: sort nodes alphabetically by label
>   arm64: dts: ls1028a-rdb: add an alias for the FlexSPI controller
>   arm64: dts: ls1028a-rdb: add aliases for the Ethernet ports
>   arm64: dts: ls1028a-rdb: update copyright

Applied all, thanks!