From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-m49198.qiye.163.com (mail-m49198.qiye.163.com [45.254.49.198]) (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 05438353A71; Sat, 1 Aug 2026 08:01:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=45.254.49.198 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785571288; cv=none; b=Y0/qjgniTNmMKUhLNKGTlgl25uxWw67OJOhtn0YZGk5eG63sSL6oxuOtR+otENvfz5kB/XgVuK4dcVyjjWPKk30vfQtJAWUnrZz4GuIiOLdKanwzp1ZhRNPNYERl+60j5xeLNxGRaAJRPJ87DLPus6njrJCOf0GomUCqVnFd7/k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1785571288; c=relaxed/simple; bh=Mujh8k8Eugy8JJYS8J1j7RD3rZ6KA3fJQYtPBO4p9/U=; h=From:To:Cc:Subject:Date:Message-Id:In-Reply-To:References: MIME-Version; b=frkD+CorZ9teNUsRv5qkpQfv3ZQIZHnAbvB5ykSDSwaxOZbfKoaTQLkdf6PWajoq96icfJkXaajJkHplLDHtfCennEZsKRePP9Cv+/dQ4YfKJ5rikhsbaUfiICt3rZhFXc7nt3mYdzqZZATDdPrLLvyioTBicpaEE2+toh2rCl0= 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=45.254.49.198 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 Vostro-3710.. (unknown [14.220.232.116]) by smtp.qiye.163.com (Hmail) with ESMTP id 4866afe8e; Sat, 1 Aug 2026 16:01:15 +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 v2 1/2] dt-bindings: arm: rockchip: Add MangoPi M28K Date: Sat, 1 Aug 2026 16:00:17 +0800 Message-Id: <20260801080018.3220034-2-amadeus@jmu.edu.cn> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20260801080018.3220034-1-amadeus@jmu.edu.cn> References: <20260801080018.3220034-1-amadeus@jmu.edu.cn> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-HM-Tid: 0a9fbc57710003a2kunmbde8614f2070e8 X-HM-MType: 10 X-HM-Spam-Status: e1kfGhgUHx5ZQUtXWQgPGg8OCBgUHx5ZQUlOS1dZFg8aDwILHllBWSg2Ly tZV1koWUFITzdXWRgWCB1ZQUpXWS1ZQUlXWQ8JGhUIEh9ZQVkaSB9NVk9CSh5NGRhDSRoZTVYeHw 5VEwETFhoSFyQUDg9ZV1kYEgtZQVlKT1VJSUtVSUhJVUpKTVlXWRYaDxIVHRRZQVlLVUtVS1VLWQ Y+ 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/Documentation/devicetree/bindings/arm/rockchip.yaml index aa66a15be233..45fee0c5076a 100644 --- a/Documentation/devicetree/bindings/arm/rockchip.yaml +++ b/Documentation/devicetree/bindings/arm/rockchip.yaml @@ -803,6 +803,11 @@ properties: - lunzn,fastrhino-r68s - const: rockchip,rk3568 + - description: MangoPi M28K + items: + - const: widora,mangopi-m28k + - const: rockchip,rk3528 + - description: mqmaker MiQi items: - const: mqmaker,miqi -- 2.34.1