Message ID | 20210915121442.27112-1-nm@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | arm64: dts: ti: Makefile: Collate AM64 platforms together | expand |
On 9/15/21 7:14 AM, Nishanth Menon wrote: > Make sure that the platforms are grouped together per SoC. This helps > keep the Makefile readable as newer platforms get added to the list. > > Signed-off-by: Nishanth Menon <nm@ti.com> +1 for the logical grouping by SoC. Acked-by: Suman Anna <s-anna@ti.com> regards Suman > --- > arch/arm64/boot/dts/ti/Makefile | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile > index d56c742f5a10..7bfc543a578c 100644 > --- a/arch/arm64/boot/dts/ti/Makefile > +++ b/arch/arm64/boot/dts/ti/Makefile > @@ -15,5 +15,4 @@ dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb > dtb-$(CONFIG_ARCH_K3) += k3-j7200-common-proc-board.dtb > > dtb-$(CONFIG_ARCH_K3) += k3-am642-evm.dtb > - > dtb-$(CONFIG_ARCH_K3) += k3-am642-sk.dtb >
On Wed, 15 Sep 2021 07:14:42 -0500, Nishanth Menon wrote: > Make sure that the platforms are grouped together per SoC. This helps > keep the Makefile readable as newer platforms get added to the list. > > Hi Nishanth Menon, I have applied the following to branch ti-k3-dts-next on [1]. Thank you! [1/1] arm64: dts: ti: Makefile: Collate AM64 platforms together commit: e94575e1b05c057895ad36b5cbc539209f2cd64e All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent up the chain during the next merge window (or sooner if it is a relevant bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. [1] git://git.kernel.org/pub/scm/linux/kernel/git/nmenon/linux.git
diff --git a/arch/arm64/boot/dts/ti/Makefile b/arch/arm64/boot/dts/ti/Makefile index d56c742f5a10..7bfc543a578c 100644 --- a/arch/arm64/boot/dts/ti/Makefile +++ b/arch/arm64/boot/dts/ti/Makefile @@ -15,5 +15,4 @@ dtb-$(CONFIG_ARCH_K3) += k3-j721e-common-proc-board.dtb dtb-$(CONFIG_ARCH_K3) += k3-j7200-common-proc-board.dtb dtb-$(CONFIG_ARCH_K3) += k3-am642-evm.dtb - dtb-$(CONFIG_ARCH_K3) += k3-am642-sk.dtb
Make sure that the platforms are grouped together per SoC. This helps keep the Makefile readable as newer platforms get added to the list. Signed-off-by: Nishanth Menon <nm@ti.com> --- arch/arm64/boot/dts/ti/Makefile | 1 - 1 file changed, 1 deletion(-)