From patchwork Fri Jan 13 19:03:40 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Lechner X-Patchwork-Id: 715211 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3v0X9r2Rp7z9vF3 for ; Sat, 14 Jan 2017 06:04:32 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=lechnology.com header.i=@lechnology.com header.b="Xn7zRWrG"; dkim-atps=neutral Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751353AbdAMTEQ (ORCPT ); Fri, 13 Jan 2017 14:04:16 -0500 Received: from vern.gendns.com ([206.190.152.46]:46544 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751321AbdAMTEI (ORCPT ); Fri, 13 Jan 2017 14:04:08 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lechnology.com; s=default; h=References:In-Reply-To:Message-Id:Date:Subject :Cc:To:From:Sender:Reply-To:MIME-Version:Content-Type: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Id: List-Help:List-Unsubscribe:List-Subscribe:List-Post:List-Owner:List-Archive; bh=zwzkzkWgpwKlGqBNDWmjXTdBI31lEHwP6GQOUP2IgmA=; b=Xn7zRWrGCuNdwQaeG5/XU1d7B Cyds6ZmWCvPdxx/HvRtksVd2CUzOt4Xlok2QiLwnlIRw3pXPCtSRw0hwhwgE5/JJk93tKCngwGqBu Yeoi8YkFSqKkHerMDdgmTc/srWGsItC00ugEt1Levhd+8gM+j26fudMjJKPgsTXKkfPM3whXxb+7y 8hC7vEcf448PLHFvLWmyO26Cveb8My/NE4+u+akJv3tGWFtCTdYYl5pz1iYxe0HVO/p8DVcClLQ5L M1T4h0IWsh1HDudgHeDOQJTLja6kzw+vaz7JaF5PYe3TaQ8SYx0xOyIUUyTjXPAt87xnBg5Ei85cx Loajd4SyA==; Received: from 108-198-5-147.lightspeed.okcbok.sbcglobal.net ([108.198.5.147]:58908 helo=freyr.lechnology.com) by vern.gendns.com with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-SHA256:128) (Exim 4.87) (envelope-from ) id 1cS78p-003LBk-3i; Fri, 13 Jan 2017 14:03:59 -0500 From: David Lechner To: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org Cc: David Lechner , Sekhar Nori , Kevin Hilman , Rob Herring , Mark Rutland , linux-kernel@vger.kernel.org Subject: [PATCH v4 2/4] dt-bindings: Add LEGO MINDSTORMS EV3 compatible specification Date: Fri, 13 Jan 2017 13:03:40 -0600 Message-Id: <1484334222-14223-3-git-send-email-david@lechnology.com> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1484334222-14223-1-git-send-email-david@lechnology.com> References: <1484334222-14223-1-git-send-email-david@lechnology.com> 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: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This adds the board level device tree specification for LEGO MINDSTORMS EV3 Signed-off-by: David Lechner Acked-by: Rob Herring --- Documentation/devicetree/bindings/arm/davinci.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/davinci.txt b/Documentation/devicetree/bindings/arm/davinci.txt index f0841ce..715622c 100644 --- a/Documentation/devicetree/bindings/arm/davinci.txt +++ b/Documentation/devicetree/bindings/arm/davinci.txt @@ -13,6 +13,10 @@ EnBW AM1808 based CMC board Required root node properties: - compatible = "enbw,cmc", "ti,da850; +LEGO MINDSTORMS EV3 (AM1808 based) +Required root node properties: + - compatible = "lego,ev3", "ti,da850"; + Generic DaVinci Boards ----------------------