From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Lechner Subject: Re: [PATCH v2 0/2] Add reboot modes for LEGO MINDSTORMS EV3 Date: Mon, 19 Feb 2018 12:03:35 -0600 Message-ID: References: <1515724191-30499-1-git-send-email-david@lechnology.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1515724191-30499-1-git-send-email-david@lechnology.com> Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-arm-kernel@lists.infradead.org Cc: Mark Rutland , devicetree@vger.kernel.org, Kevin Hilman , Sekhar Nori , linux-kernel@vger.kernel.org, Rob Herring List-Id: devicetree@vger.kernel.org On 01/11/2018 08:29 PM, David Lechner wrote: > This series adds a new device tree node to declare a special memory > address that is used by the I2C bootloader on LEGO MINDSTORMS EV3 > to boot into a special firmware update mode and enables the required > module to use it. > > v2 changes: > * rebase on linux-davinci/master > > David Lechner (2): > ARM: dts: da850-lego-ev3: Add node for reboot modes > ARM: davinci_all_defconfig: enable SYSCON_REBOOT_MODE > > arch/arm/boot/dts/da850-lego-ev3.dts | 17 +++++++++++++++++ > arch/arm/configs/davinci_all_defconfig | 1 + > 2 files changed, 18 insertions(+) > Hi Sekhar, Any objection to pickup up this series? It is independent of all of the other changes I have been working on.