Message ID | SEYPR01MB427277235B66D7F0856B5E79FAEC9@SEYPR01MB4272.apcprd01.prod.exchangelabs.com (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Nobuhiro Iwamatsu |
Headers | show |
Series | [linux-4.4.y-cip-rt,1/2] arm: dts: moxa: am335x-moxa-uc-8100-me: Add new MOXA model | expand |
On 13.04.22 10:45, Jimmy Chen (陳永達) wrote: > Add DTS file to support new MOXA model (none -t version). > > Signed-off-by: Jimmy Chen <jimmy.chen@moxa.com> > --- > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 0bc7ae92cdf7..b706d47413ff 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -464,6 +464,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ > am335x-evm.dtb \ > am335x-evmsk.dtb \ > am335x-moxa-uc-8100-me-t.dtb \ > + am335x-moxa-uc-8100-me.dtb \ > am335x-nano.dtb \ > am335x-pepper.dtb \ > am335x-lxm.dtb \ Wrong ordering, or wrong structuring. This commit alone would break building kernels for ARM. Worse: This is not upstream. Add upstream first, and once merged there, we can back-port. Jan
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index 0bc7ae92cdf7..b706d47413ff 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -464,6 +464,7 @@ dtb-$(CONFIG_SOC_AM33XX) += \ am335x-evm.dtb \ am335x-evmsk.dtb \ am335x-moxa-uc-8100-me-t.dtb \ + am335x-moxa-uc-8100-me.dtb \ am335x-nano.dtb \ am335x-pepper.dtb \ am335x-lxm.dtb \
Add DTS file to support new MOXA model (none -t version). Signed-off-by: Jimmy Chen <jimmy.chen@moxa.com> ---