Message ID | a14e9ec0af23eb349372fdcdb534d83652b5a449.1669826117.git.michal.simek@amd.com |
---|---|
State | New |
Headers | show |
Series | arm64: zynqmp: Rename overlay source files from .dts to .dtso | expand |
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
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 --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
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%)