From mboxrd@z Thu Jan 1 00:00:00 1970 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id DF404C433FE for ; Sat, 19 Nov 2022 12:33:40 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:Date:Subject:Cc :To:From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=lNSTsoLdhjmpsgTSVlkHAplbeE4b1EdrkYRLneozTlc=; b=mmNOrgQ/3R25R5 JLTJDZqK+2Rt48/MU6OnRWthx/Mi8Sho/rLNapzbl1kmiu4AV/Nc5joxNtJG/gBbMT5erTUR4+EbK Zbky/4WXHa/Uycigk3EQITAa95ehNF355y9mgZVaUJi60k5mjtuoIrioxzM3exakSZGUr9rlWwGCK zjE+4JbzKh9wvQZmi7y2gIXN0glGS7+qr5TZIObBF7qxBBHOsTEyNIYELVbEqyL7i1lJEMPDiGGhW iDCS5wAt6FFXB8P3R7wxIOWUrH+HjoJObFF5WlXJZoAdhAZR439xRjkFdjYe/oreHxi8jwa4IVDtz kmTE+IlAVgCt1uDVHXcg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1owN1S-00DXy6-AE; Sat, 19 Nov 2022 12:32:38 +0000 Received: from mail.rnplus.nl ([178.251.25.70]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1owN14-00DXtG-GW for linux-arm-kernel@lists.infradead.org; Sat, 19 Nov 2022 12:32:17 +0000 Received: from localhost (unknown [127.0.0.1]) by mail.rnplus.nl (Postfix) with ESMTP id C7AB6378663 for ; Sat, 19 Nov 2022 12:37:04 +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 QiCUKzQmKEt1 for ; Sat, 19 Nov 2022 13:37:04 +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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221119_043214_737234_E9BFEC58 X-CRM114-Status: UNSURE ( 9.83 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 -- 2.38.1 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel