diff mbox series

arm64: zynqmp: Rename overlay source files from .dts to .dtso

Message ID a14e9ec0af23eb349372fdcdb534d83652b5a449.1669826117.git.michal.simek@amd.com (mailing list archive)
State New, archived
Headers show
Series arm64: zynqmp: Rename overlay source files from .dts to .dtso | expand

Commit Message

Michal Simek Nov. 30, 2022, 4:35 p.m. UTC
Based on commit e87cacadebaf ("of: overlay: rename overlay source files
from .dts to .dtso") and also Kbuild changes done by commit 363547d2191c
("kbuild: Allow DTB overlays to built from .dtso named source files") and
commit 941214a512d8 ("kbuild: Allow DTB overlays to built into .dtbo.S
files") DT overlay source files should be renamed to .dtso.

Signed-off-by: Michal Simek <michal.simek@amd.com>
---

 .../{zynqmp-sck-kv-g-revA.dts => zynqmp-sck-kv-g-revA.dtso}       | 0
 .../{zynqmp-sck-kv-g-revB.dts => zynqmp-sck-kv-g-revB.dtso}       | 0
 2 files changed, 0 insertions(+), 0 deletions(-)
 rename arch/arm64/boot/dts/xilinx/{zynqmp-sck-kv-g-revA.dts => zynqmp-sck-kv-g-revA.dtso} (100%)
 rename arch/arm64/boot/dts/xilinx/{zynqmp-sck-kv-g-revB.dts => zynqmp-sck-kv-g-revB.dtso} (100%)

Comments

Geert Uytterhoeven Nov. 30, 2022, 4:41 p.m. UTC | #1
On Wed, Nov 30, 2022 at 5:35 PM Michal Simek <michal.simek@amd.com> wrote:
> Based on commit e87cacadebaf ("of: overlay: rename overlay source files
> from .dts to .dtso") and also Kbuild changes done by commit 363547d2191c
> ("kbuild: Allow DTB overlays to built from .dtso named source files") and
> commit 941214a512d8 ("kbuild: Allow DTB overlays to built into .dtbo.S
> files") DT overlay source files should be renamed to .dtso.
>
> Signed-off-by: Michal Simek <michal.simek@amd.com>

Someone forgot to CC you on
https://lore.kernel.org/all/20221024173434.32518-7-afd@ti.com

Gr{oetje,eeting}s,

                        Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
                                -- Linus Torvalds
Michal Simek Nov. 30, 2022, 4:51 p.m. UTC | #2
On 11/30/22 17:41, Geert Uytterhoeven wrote:
> On Wed, Nov 30, 2022 at 5:35 PM Michal Simek <michal.simek@amd.com> wrote:
>> Based on commit e87cacadebaf ("of: overlay: rename overlay source files
>> from .dts to .dtso") and also Kbuild changes done by commit 363547d2191c
>> ("kbuild: Allow DTB overlays to built from .dtso named source files") and
>> commit 941214a512d8 ("kbuild: Allow DTB overlays to built into .dtbo.S
>> files") DT overlay source files should be renamed to .dtso.
>>
>> Signed-off-by: Michal Simek <michal.simek@amd.com>
> 
> Someone forgot to CC you on
> https://lore.kernel.org/all/20221024173434.32518-7-afd@ti.com

Thanks for letting me know. I picked that version and please ignore this one.

Thanks,
Michal
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dts b/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
similarity index 100%
rename from arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dts
rename to arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revA.dtso
diff --git a/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dts b/arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso
similarity index 100%
rename from arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dts
rename to arch/arm64/boot/dts/xilinx/zynqmp-sck-kv-g-revB.dtso