Message ID | 1479989354-1357-1-git-send-email-aford173@gmail.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Hello Adam, On Thu, Nov 24, 2016 at 9:09 AM, Adam Ford <aford173@gmail.com> wrote: > This adds the dts file into the Makefile. This should have been included in > commit ("ab8dd3aed011 ARM: DTS: Add minimal Support for Logic PD DM3730 > SOM-LV") > Since the commit landed a few kernel releases, I believe you should add a Fixes: ("ab8dd3aed011 ARM: DTS: Add minimal Support for Logic PD DM3730 SOM-LV") Although this is a corner case, since a missing Makefile entry is not a bug but just making the previous commit a no-op. > Signed-off-by: Adam Ford <aford173@gmail.com> > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > index befcd26..420c422 100644 > --- a/arch/arm/boot/dts/Makefile > +++ b/arch/arm/boot/dts/Makefile > @@ -485,6 +485,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += \ > am3517-evm.dtb \ > am3517_mt_ventoux.dtb \ > logicpd-torpedo-37xx-devkit.dtb \ > + logicpd-som-lv-37xx-devkit.dtb \ > omap3430-sdp.dtb \ > omap3-beagle.dtb \ > omap3-beagle-xm.dtb \ > -- Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Best regards, Javier -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
* Javier Martinez Canillas <javier@dowhile0.org> [161124 04:15]: > Hello Adam, > > On Thu, Nov 24, 2016 at 9:09 AM, Adam Ford <aford173@gmail.com> wrote: > > This adds the dts file into the Makefile. This should have been included in > > commit ("ab8dd3aed011 ARM: DTS: Add minimal Support for Logic PD DM3730 > > SOM-LV") > > > > Since the commit landed a few kernel releases, I believe you should add a > > Fixes: ("ab8dd3aed011 ARM: DTS: Add minimal Support for Logic PD DM3730 SOM-LV") > > Although this is a corner case, since a missing Makefile entry is not > a bug but just making the previous commit a no-op. > > > Signed-off-by: Adam Ford <aford173@gmail.com> > > > > diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile > > index befcd26..420c422 100644 > > --- a/arch/arm/boot/dts/Makefile > > +++ b/arch/arm/boot/dts/Makefile > > @@ -485,6 +485,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += \ > > am3517-evm.dtb \ > > am3517_mt_ventoux.dtb \ > > logicpd-torpedo-37xx-devkit.dtb \ > > + logicpd-som-lv-37xx-devkit.dtb \ > > omap3430-sdp.dtb \ > > omap3-beagle.dtb \ > > omap3-beagle-xm.dtb \ > > -- > > Reviewed-by: Javier Martinez Canillas <javier@osg.samsung.com> Adam can you please repost with the Fixes and reviewed-by? Tony -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
diff --git a/arch/arm/boot/dts/Makefile b/arch/arm/boot/dts/Makefile index befcd26..420c422 100644 --- a/arch/arm/boot/dts/Makefile +++ b/arch/arm/boot/dts/Makefile @@ -485,6 +485,7 @@ dtb-$(CONFIG_ARCH_OMAP3) += \ am3517-evm.dtb \ am3517_mt_ventoux.dtb \ logicpd-torpedo-37xx-devkit.dtb \ + logicpd-som-lv-37xx-devkit.dtb \ omap3430-sdp.dtb \ omap3-beagle.dtb \ omap3-beagle-xm.dtb \
This adds the dts file into the Makefile. This should have been included in commit ("ab8dd3aed011 ARM: DTS: Add minimal Support for Logic PD DM3730 SOM-LV") Signed-off-by: Adam Ford <aford173@gmail.com>