From nobody Mon Dec 1 22:05:40 2025 Received: from mail-m155101.qiye.163.com (mail-m155101.qiye.163.com [101.71.155.101]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 836B921CC4F; Mon, 1 Dec 2025 10:01:22 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=101.71.155.101 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764583285; cv=none; b=dWayyEPC9mAJe888mHhBoEC/NlqbCKysFBuVZPYKYt0BigOD70dP/g+Lm/78DjNctcyEafOqHvSPhTymaIM3fbSH0HAyHoCYANZiDRn/Qh1rPtcezpPoqSBibvebh8hfBJ1ij/LuPphEVuHPf5VjLwdu0h/zhBIKLkb5cqbJFx8= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764583285; c=relaxed/simple; bh=lfVDOivQf6Z/dG8wiaO+Sxrje8XJ3xVbyTDR/NR0P1E=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=WwP9oMhKi0de0p776nVpwVHFEGYf9usNOz1k+Hc7k6L0HiIxkP17HfvLIei33TdNw8+zKnwknTlWWUz6RFLvoGEk07AJg0xqW6OuLbyJVf2hqLJDZbxbxpq+zE82TxZQoIM31Wt2fAL9xglB7acApH3wb5r74LbDt7ytFFruHoc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=jmu.edu.cn; spf=pass smtp.mailfrom=jmu.edu.cn; arc=none smtp.client-ip=101.71.155.101 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=jmu.edu.cn Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=jmu.edu.cn Received: from localhost.localdomain (unknown [119.122.215.79]) by smtp.qiye.163.com (Hmail) with ESMTP id 2b846f248; Mon, 1 Dec 2025 18:01:19 +0800 (GMT+08:00) From: Chukun Pan To: Heiko Stuebner Cc: Rob Herring , Chukun Pan , Conor Dooley , Krzysztof Kozlowski , linux-arm-kernel@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Subject: [PATCH 3/4] dt-bindings: arm: rockchip: Add MangoPi M28K Date: Mon, 1 Dec 2025 18:00:07 +0800 Message-Id: <20251201100008.206524-4-amadeus@jmu.edu.cn> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20251201100008.206524-1-amadeus@jmu.edu.cn> References: <20251201100008.206524-1-amadeus@jmu.edu.cn> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-HM-Tid: 0a9ad95c0b6203a2kunm919d19c1367a3d X-HM-MType: 10 X-HM-Spam-Status: e1kfGhgUHx5ZQUpXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFITzdXWS1ZQUlXWQ8JGhUIEh9ZQVlDHk0dVklIGB4aSxkaH0JDGVYeHw5VEwETFhoSFy QUDg9ZV1kYEgtZQVlKSkJVSklJVUlKTlVMQllXWRYaDxIVHRRZQVlPS0hVSktISk5MTlVKS0tVSk JLS1kG Content-Type: text/plain; charset="utf-8" The MangoPi M28K is a dual-gigabit SBC developed by Widora based on the RK3528 SoC. Add devicetree binding documentation for it. Signed-off-by: Chukun Pan --- Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Documentation/devicetree/bindings/arm/rockchip.yaml b/Document= ation/devicetree/bindings/arm/rockchip.yaml index 8d6e2b28e51a..8fef370b637c 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -1269,6 +1269,11 @@ properties: - const: turing,rk1 - const: rockchip,rk3588 =20 + - description: MangoPi M28K + items: + - const: widora,mangopi-m28k + - const: rockchip,rk3528 + - description: WolfVision PF5 mainboard items: - const: wolfvision,rk3568-pf5 --=20 2.25.1