mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-27 16:01:27 +00:00
arm64: dts: imx8mp: rename DHCOM SoM overlays to .dtso
Distinguish more clearly between source files meant for producing .dtb from those meant for producing .dtbo. No functional change, as we currently have rules for producing a foo.dtbo from either foo.dts or foo.dtso. Note that in the linux tree, all device tree overlay sources have been renamed to .dtso, and the .dts->.dtbo rule is gone since v6.5 (commit 81d362732bac). So this is also a step towards staying closer to linux with respect to both Kbuild and device tree sources. Cc: Marek Vasut <marex@denx.de> Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Reviewed-by: Marek Vasut <marex@denx.de>
This commit is contained in:
parent
9945a30e2e
commit
3b7653db7b
5 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
/*
|
||||
* Copyright (C) 2023 Marek Vasut <marex@denx.de>
|
||||
*/
|
||||
#include "imx8mp-dhcom-som-overlay-eth1xfast.dts"
|
||||
#include "imx8mp-dhcom-som-overlay-eth1xfast.dtso"
|
||||
|
||||
/* Dual RMII 100/Full Fast ethernet on this SoM variant. */
|
||||
|
Loading…
Add table
Reference in a new issue