From patchwork Sat Nov 19 12:31:57 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Renze Nicolai X-Patchwork-Id: 626934 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A893CC4332F for ; Sat, 19 Nov 2022 12:32:10 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233499AbiKSMcJ (ORCPT ); Sat, 19 Nov 2022 07:32:09 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35238 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232243AbiKSMcI (ORCPT ); Sat, 19 Nov 2022 07:32:08 -0500 Received: from mail.rnplus.nl (mail.rnplus.nl [178.251.25.70]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8C8E18A17B for ; Sat, 19 Nov 2022 04:32:06 -0800 (PST) Received: from localhost (unknown [127.0.0.1]) by mail.rnplus.nl (Postfix) with ESMTP id 69054378660 for ; Sat, 19 Nov 2022 12:37:02 +0000 (UTC) X-Virus-Scanned: amavisd-new at rnplus.nl Received: from mail.rnplus.nl ([127.0.0.1]) by localhost (mail.rnplus.nl [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id gFcBYnCvQcKI for ; Sat, 19 Nov 2022 13:37:00 +0100 (CET) Received: from werkpc.localnet (87-101-2-254.dsl.cambrium.nl [87.101.2.254]) by mail.rnplus.nl (Postfix) with ESMTPSA id 3D73A36029F; Sat, 19 Nov 2022 13:36:56 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=rnplus.nl; s=dkim; t=1668861417; bh=rnG8sjo/N3gTRU0atyYSvZpaMO5aKRCHC8hx6dCfNsE=; h=From:To:Cc:Subject:Date; b=fpxK4KgjWViOlXnlBjEEy2YEb2hZuAUnNLl3toymLyva58BxU+zYL3SuWWrQUshOt JSPeVNrgtK3BoV/gLVvgzXB7Cu3sPtYprICV25y1GU/xMxZYZoA5+xXkQ9LT/k/u3E TiUxjDRC0lBXDSPPikIl7rBNnI0/JEX9dlie14/4= From: Renze Nicolai To: Rob Herring , Krzysztof Kozlowski , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Maxime Ripard , Andre Przywara , Conley Lee , Andrew Lunn , krzysztof.kozlowski@linaro.org Cc: linux-sunxi@lists.linux.dev, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH 1/2] dt-bindings: arm: sunxi: add binding for SOPINE on Pine64 Clusterboard Date: Sat, 19 Nov 2022 13:31:57 +0100 Message-ID: <3007229.e9J7NaK4W3@werkpc> MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The Pine64 SOPINE Clusterboard is a mini-ITX sized board capable of hosting up-to 7 SOPINE modules. It is largely compatible with the SOPINE baseboard but it omits most of the in- and output interfaces. Also The Clusterboard needs a tx delay of 500ps for ethernet to work. Add a binding for SOPINE on the Pine64 Clusterboard. Reviewed-by: Samuel Holland Signed-off-by: Renze Nicolai --- Documentation/devicetree/bindings/arm/sunxi.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/ devicetree/bindings/arm/sunxi.yaml index 3ad1cd50e3fe..00bb4cdfa77f 100644 --- a/Documentation/devicetree/bindings/arm/sunxi.yaml +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml @@ -736,6 +736,12 @@ properties: - const: pine64,sopine - const: allwinner,sun50i-a64 + - description: Pine64 SOPINE Clusterboard + items: + - const: pine64,sopine-clusterboard + - const: pine64,sopine + - const: allwinner,sun50i-a64 + - description: PineRiver Mini X-Plus items: - const: pineriver,mini-xplus