Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932908AbeALCaB (ORCPT + 1 other); Thu, 11 Jan 2018 21:30:01 -0500 Received: from vern.gendns.com ([206.190.152.46]:53232 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932500AbeALCaA (ORCPT ); Thu, 11 Jan 2018 21:30:00 -0500 From: David Lechner To: linux-arm-kernel@lists.infradead.org Cc: David Lechner , Sekhar Nori , Kevin Hilman , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 0/2] Add reboot modes for LEGO MINDSTORMS EV3 Date: Thu, 11 Jan 2018 20:29:49 -0600 Message-Id: <1515724191-30499-1-git-send-email-david@lechnology.com> X-Mailer: git-send-email 2.7.4 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: 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(+) -- 2.7.4