From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mta1.migadu.com (out-20.mta1.migadu.com [95.215.58.20]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 52E314F30E0 for ; Wed, 9 Sep 2026 10:29:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=95.215.58.20 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788949797; cv=none; b=h3r65eIG8dREJmulzaFj6yieMC1ROln+BDDjqA8Q7FhnsaxN3yaygpSHE33Paidw0uhL7CGc+ZkzCElO+5nQF9/pvYG/2tk5bOlWrzhh2eDiynyVGT0avOKZN2odhvWNvQ7i38u/cN6B8z3uR4LH0BkiJK533VBWYCHpEV/E+D0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1788949797; c=relaxed/simple; bh=S1uOY2Lbxqeick8URdu0hldNgRFplEY0Z+aGMt8MGNs=; h=Mime-Version:Content-Type:Date:Message-Id:Cc:Subject:From:To: References:In-Reply-To; b=sGpS1A59lF6DWW0AXHzZNvgw7xrn7PF4QBwxiR/p1QrXHpiPYpjeQ8GxG+LMbgBZN+Y/pYVZzNFHggXLEs51pGBFr+eJL/6p3XCT7Zx+BQEuEBibvW5uUtUkiC3pMJ/FG9o/vNkA+eaq/05KOm0XOvhJMZJRgWQWKyIM1h5hDrg= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow-tech.com; spf=pass smtp.mailfrom=cknow-tech.com; dkim=pass (2048-bit key) header.d=cknow-tech.com header.i=@cknow-tech.com header.b=TDdDHlYN; arc=none smtp.client-ip=95.215.58.20 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=cknow-tech.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cknow-tech.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=cknow-tech.com header.i=@cknow-tech.com header.b="TDdDHlYN" X-Envelope-To: devicetree@vger.kernel.org DKIM-Signature: a=rsa-sha256; bh=S1uOY2Lbxqeick8URdu0hldNgRFplEY0Z+aGMt8MGNs=; c=simple/simple; d=cknow-tech.com; h=from:to:subject:date:message-id:mime-version:content-type; s=key1; t=1788949787; v=1; x=1789554587; b=TDdDHlYNH54z6sZAhOVE2kJX4AEndUlowGoiMfiDQl5YaeJApQ43XF2WmeG9Iii0Zp9brjXJ D54q1dbvFvnU9syL+wBJ6XH5Aj+rnzyoNfjbxuZidaUiaHj80AKIDFCi46qJohNzgJCprgIsRWL SPiYgbbdHldw+RiWi/jMEKbSPtRnL9+oJXU8iEOWDqRIlHM/BmOZGsabbwvSC6ty7R6goqTMPRW NCtMJ4h5bOuJLd45/GwlcQ0Dd8jhiu8ft5kfI+8Fi9EAPwnPYo+HKT4gZI2sZvHeSUUAoWFcJUR uPi5Qbr+kYALAR+IshWbQbYae+YyMXTKQhenjLlXzgPsw== X-Envelope-To: devicetree@vger.kernel.org Received: by smtp.migadu.com with ESMTPS id e2b854a189f54564; Wed, 09 Sep 2026 10:29:47 +0000 X-Mizu-Trace-ID: e2b854a189f54564 X-Migadu-Flow: FLOW_OUT Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8 Date: Wed, 09 Sep 2026 12:29:47 +0200 Message-Id: Cc: "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , , , , Subject: Re: [PATCH 1/2] dt-bindings: arm: rockchip: Add FriendlyElec NanoPi R28S From: "Diederik de Haas" To: "Andrey Korshunov" , "Heiko Stuebner" X-Mailer: aerc 0.22.0-9-ge948bb7230f4 References: <20260908235824.665-1-razor1702@gmail.com> In-Reply-To: <20260908235824.665-1-razor1702@gmail.com> On Wed Sep 9, 2026 at 1:58 AM CEST, Andrey Korshunov wrote: > The NanoPi R28S is a router board from FriendlyElec with the Rockchip > RK3528A SoC. There's already an attempt in the works to upstream NanoPi R28S support: https://lore.kernel.org/linux-rockchip/20260907-r28s-upstream-v2-0-21ab570f= c91c@proton.me/ Cheers, Diederik > > Signed-off-by: Andrey Korshunov > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Docume= ntation/devicetree/bindings/arm/rockchip.yaml > index a799bb843..1d937795a 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -340,6 +340,11 @@ properties: > - friendlyarm,nanopi-r2s-plus > - const: rockchip,rk3328 > =20 > + - description: FriendlyElec NanoPi R28S > + items: > + - const: friendlyarm,nanopi-r28s > + - const: rockchip,rk3528 > + > - description: FriendlyElec NanoPi R3S > items: > - const: friendlyarm,nanopi-r3s > > base-commit: df2908090cda368b01ff43709f51890076c56157 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 437DDC79FAD for ; Wed, 9 Sep 2026 10:30:28 +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:In-Reply-To:References:To:From:Subject: Cc:Message-Id:Date:Mime-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=DvN8F++baAvi8/0Xq7Scg0llV9ZC8gPdwsHE8731kro=; b=htc9oaIpUBbpeE 0JLU7tdtw/E+5pESuWkTo9sdzI8zeegjqApOhOSxC84Xmr3iMzus3wXXHpcJQwVSqDQn76Z2VajeD LeLH6LqQbe6nE2asDvDD4u0kRqMt6FxFi/FD2kh3/xk/aeeBGAiHIiiU1EBMXb0p1zuYcKtnzjZJL QrbO2gnPhkSwB6KlEFHquXNhhCOEIyU7VvB+MRX4CinRibkkbeu9QSGAfUIglvSx7MSCXN8zImmzf LQhhbgcx1ouEv6BcnAKtnIMmY4wMiD4HY1KGa1heeCmNhWGEqFIbJkgpRd+vN9hT2LFgHFui2Opb+ UKmjRAN32/7QfRK8VCtQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1x4FZB-0000000BQuy-3wk1; Wed, 09 Sep 2026 10:30:09 +0000 Received: from out-18.mta0.migadu.com ([2001:41d0:1004:224b::12] helo=mta0.migadu.com) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1x4FZ5-0000000BQt6-1cJn for linux-rockchip@lists.infradead.org; Wed, 09 Sep 2026 10:30:07 +0000 X-Envelope-To: linux-rockchip@lists.infradead.org DKIM-Signature: a=rsa-sha256; bh=S1uOY2Lbxqeick8URdu0hldNgRFplEY0Z+aGMt8MGNs=; c=simple/simple; d=cknow-tech.com; h=from:to:subject:date:message-id:mime-version:content-type; s=key1; t=1788949797; v=1; x=1789554597; b=DUg2nMjyD+rufCB208yH/cYd6cq0PSsmYvW1MQ9u1zU34PQN5ZMR+5D3IyVgshbAEOQdjkJo d0NL2hWP6nAz/r3rHvD1CMXdzAtSymDzEGCT7lNqx+16KUelg4S4BlSZ7x8dATZgqt2/8tjrmGX 2GqwdL+FDJqP6YUD8d9QpcoOxQqcD0BHK8wUJmLR1F6nt7aHyUukq0mV5e7aNXax+2R5SemH9uS fgjTAJoUtUrS1GsYDshYE1XkTbx+Seth/tWA0Gy27iN6S6qLTknQ88/W4GRUL5kigrY/Khsh8Vh i5RVfgwQXMnA8DmZ3N/hB3e9NSemoEbY5FFPUyzD4akKw== X-Envelope-To: linux-rockchip@lists.infradead.org Received: by smtp.migadu.com with ESMTPS id e2b854a189f54564; Wed, 09 Sep 2026 10:29:47 +0000 X-Mizu-Trace-ID: e2b854a189f54564 X-Migadu-Flow: FLOW_OUT Mime-Version: 1.0 Date: Wed, 09 Sep 2026 12:29:47 +0200 Message-Id: Cc: "Rob Herring" , "Krzysztof Kozlowski" , "Conor Dooley" , , , , Subject: Re: [PATCH 1/2] dt-bindings: arm: rockchip: Add FriendlyElec NanoPi R28S From: "Diederik de Haas" To: "Andrey Korshunov" , "Heiko Stuebner" X-Mailer: aerc 0.22.0-9-ge948bb7230f4 References: <20260908235824.665-1-razor1702@gmail.com> In-Reply-To: <20260908235824.665-1-razor1702@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.9.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20260909_033005_700221_27AB9649 X-CRM114-Status: UNSURE ( 9.75 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org On Wed Sep 9, 2026 at 1:58 AM CEST, Andrey Korshunov wrote: > The NanoPi R28S is a router board from FriendlyElec with the Rockchip > RK3528A SoC. There's already an attempt in the works to upstream NanoPi R28S support: https://lore.kernel.org/linux-rockchip/20260907-r28s-upstream-v2-0-21ab570fc91c@proton.me/ Cheers, Diederik > > Signed-off-by: Andrey Korshunov > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Documentation/devicetree/bindings/arm/rockchip.yaml > index a799bb843..1d937795a 100644 > --- a/Documentation/devicetree/bindings/arm/rockchip.yaml > +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml > @@ -340,6 +340,11 @@ properties: > - friendlyarm,nanopi-r2s-plus > - const: rockchip,rk3328 > > + - description: FriendlyElec NanoPi R28S > + items: > + - const: friendlyarm,nanopi-r28s > + - const: rockchip,rk3528 > + > - description: FriendlyElec NanoPi R3S > items: > - const: friendlyarm,nanopi-r3s > > base-commit: df2908090cda368b01ff43709f51890076c56157 _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip