From patchwork Tue Jun 16 12:15:18 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Daniel Palmer X-Patchwork-Id: 1310270 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=23.128.96.18; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=0x0f.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=0x0f.com header.i=@0x0f.com header.a=rsa-sha256 header.s=google header.b=ESIgPO/y; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by ozlabs.org (Postfix) with ESMTP id 49mS0M3nj8z9sTH for ; Tue, 16 Jun 2020 22:18:27 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728716AbgFPMSZ (ORCPT ); Tue, 16 Jun 2020 08:18:25 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41922 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728713AbgFPMRX (ORCPT ); Tue, 16 Jun 2020 08:17:23 -0400 Received: from mail-pg1-x531.google.com (mail-pg1-x531.google.com [IPv6:2607:f8b0:4864:20::531]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2DFA1C08C5C4 for ; Tue, 16 Jun 2020 05:17:22 -0700 (PDT) Received: by mail-pg1-x531.google.com with SMTP id v11so1151198pgb.6 for ; Tue, 16 Jun 2020 05:17:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=0x0f.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=fDQC1q/6pTc2BSyh05jjBKpJepT+dwpazrZGsFLJpVo=; b=ESIgPO/yFoN1yMwOvDNrlQaYh8bbunv9VbR9IKFnZbYX6dpCTDGH+c6VH2SDIdfESr vkcjchgJk6GtVFwTNIHnN8OZeh0eizMagRZB+bTDD0IE1qBG1X8AdLbFDrBj6qZfvGOw jXleuZz+UEUBvMbo8Remr4eW4uLhYb2tLHhlU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=fDQC1q/6pTc2BSyh05jjBKpJepT+dwpazrZGsFLJpVo=; b=Zn8jpZJAsAFVmMpDn5tngxP/AvIuKzGYmKbVR54pN7G4D0MdlNUPn9pDFBulHnliaY q+uyDvbxGZo2kZ7CY5hqFN0qWjZbk5680qyZreBa6pTh+3J5V//I4XOjY5L70yuUCU9B 3iI2aN2dO/A/OBMVLTBfaPx/fyWAUc6kjjC6A6het0bbcwy+XnrUH+Xt8bE30taHAj6k VDvxQQ41uwlAHXIVH0HOxx2Bugv6zqKR5W+9wp3Cwu8oVbNSMktPWXJyrqPO49nkO5L1 vvSed/eTlhevT60c8ggIvBz9WIjGwqMMpW90tiyleRGm6eiut0VfcpfSuPu3cyL0brak is1Q== X-Gm-Message-State: AOAM5304p/U674YPj8qjs0xo+fXltxU9OA625EPEux6Jm/CbycdVn7u5 +YUe2zXwkbaBi693nEeUmqDE3Q== X-Google-Smtp-Source: ABdhPJyWmAquQyVAsMd+xi0kijqsxvUQQiX6VNMiN1pZ1XkqqyV013WG62jyzVMUsqdx145PjJ2Rmw== X-Received: by 2002:a63:c204:: with SMTP id b4mr1819831pgd.67.1592309841318; Tue, 16 Jun 2020 05:17:21 -0700 (PDT) Received: from shiro.work (p1285116-ipngn200805sizuokaden.shizuoka.ocn.ne.jp. [114.171.61.116]) by smtp.googlemail.com with ESMTPSA id f23sm2360703pja.8.2020.06.16.05.17.19 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 16 Jun 2020 05:17:20 -0700 (PDT) From: Daniel Palmer To: linux-arm-kernel@lists.infradead.org Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Daniel Palmer Subject: [PATCH v4 05/12] dt-bindings: arm: Add mstar YAML schema Date: Tue, 16 Jun 2020 21:15:18 +0900 Message-Id: <20200616121525.1409790-6-daniel@0x0f.com> X-Mailer: git-send-email 2.27.0.rc0 In-Reply-To: <20200616121525.1409790-1-daniel@0x0f.com> References: <20200612130032.3905240-2-daniel@0x0f.com> <20200616121525.1409790-1-daniel@0x0f.com> MIME-Version: 1.0 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org This adds some intial boards for Armv7 based mstar platforms. Signed-off-by: Daniel Palmer Reviewed-by: Rob Herring --- .../devicetree/bindings/arm/mstar.yaml | 34 +++++++++++++++++++ MAINTAINERS | 7 ++++ 2 files changed, 41 insertions(+) create mode 100644 Documentation/devicetree/bindings/arm/mstar.yaml diff --git a/Documentation/devicetree/bindings/arm/mstar.yaml b/Documentation/devicetree/bindings/arm/mstar.yaml new file mode 100644 index 000000000000..7bb91a546b5f --- /dev/null +++ b/Documentation/devicetree/bindings/arm/mstar.yaml @@ -0,0 +1,34 @@ +# SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) +%YAML 1.2 +--- +$id: http://devicetree.org/schemas/arm/mstar.yaml# +$schema: http://devicetree.org/meta-schemas/core.yaml# + +title: MStar platforms device tree bindings + +maintainers: + - Daniel Palmer + +properties: + $nodename: + const: '/' + compatible: + oneOf: + # infinity boards + - items: + - enum: + - thingyjp,breadbee-crust # thingy.jp BreadBee Crust + - thingyjp,breadbee-crustx # thingy.jp BreadBee Crustx + - const: mstar,infinity + + # infinity3 boards + - items: + - enum: + - thingyjp,breadbee # thingy.jp BreadBee + - const: mstar,infinity3 + + # mercury5 boards + - items: + - enum: + - 70mai,midrived08 # 70mai midrive d08 + - const: mstar,mercury5 diff --git a/MAINTAINERS b/MAINTAINERS index 68f21d46614c..a8640c1c50cc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -2117,6 +2117,13 @@ L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) S: Maintained F: arch/arm/mach-pxa/mioa701.c +ARM/MStar/Sigmastar Armv7 SoC support +M: Daniel Palmer +L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) +S: Maintained +W: http://linux-chenxing.org/ +F: Documentation/devicetree/bindings/arm/mstar.yaml + ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT M: Michael Petchkovsky S: Maintained