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 87966C55174 for ; Wed, 5 Aug 2026 07:22:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender:List-Subscribe:List-Help :List-Post:List-Archive:List-Unsubscribe:List-Id:In-Reply-To:Content-Type: MIME-Version:References:Message-ID:Subject:Cc:To:From:Date:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=UhXMBPrI6xyKgwv/Cdo64nXosd6ylTy7jcgGsAbM7IE=; b=i2INQWvGi0pdS0HkncSOsBHMpW tCGf5z/TxrmlFX+eIwFYUQr8hADRBL/1h5orjn6DIFm6ixio2unqdKy1xQXxGjnR/HGCM2YopOzfU hIDxXqIjVnG+Jskg6lVJA0CzK6vr91FLqa0FMogO1AgStXSgl7UoFzUuWXHj12RIy44JveLiRMll6 kQmJ/20K3ZywVQDE40xNjJFIf5vWDtsjud/c+B4o92FbDl84xbjSbrtPuLMU7swAXpgVA8kpaE1um M+H3lmIbfrvQ66TzZU4RwBxvgMcwKmocsw8w4JmiuyK8XXD5O263nvrvB5ZSA6zFAPOIiN5jmPvj4 oX0kihVA==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.99.1 #2 (Red Hat Linux)) id 1wrVx0-00000003Onj-3cA3; Wed, 05 Aug 2026 07:22:06 +0000 Received: from sea.source.kernel.org ([172.234.252.31]) by bombadil.infradead.org with esmtps (Exim 4.99.1 #2 (Red Hat Linux)) id 1wrVwz-00000003Ona-03yf; Wed, 05 Aug 2026 07:22:05 +0000 Received: from smtp.kernel.org (quasi.space.kernel.org [100.103.45.18]) by sea.source.kernel.org (Postfix) with ESMTP id 10DBD40BB0; Wed, 5 Aug 2026 07:22:04 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id E99271F000E9; Wed, 5 Aug 2026 07:22:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1785914523; bh=UhXMBPrI6xyKgwv/Cdo64nXosd6ylTy7jcgGsAbM7IE=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=SNMtOmDbcY5mDj06AJKz04vBSa77xPwy4HZWGPMClSs/iir58R6wqDPN/LmG4l252 sPz9uBSokG6Rn7lZisDEiakQnZzyxGMg2cVHUb8IcvmeRj3knUq0nlmGmfTZMKTOQ7 fnH4Xu4HNnZyPj6u2rCAQw2YWmKGbRWfZv/4YklC9Nr5Y6kzZo5rWiYN9LcqxnrEQ0 gAaC3c9NqgNnkPeWtDUZUBAZT344cefJAXdxq0TUTaY1Qm3HXpHstIPGa4VM13ZdtL 67/nC2zP1AOhxBMVZAaamr8Yrbzm7e700pubrRPsLb4q/j4WtdtVlWux4Ia8UE/W9m C/RHp8pHPqZMw== Date: Wed, 5 Aug 2026 09:22:00 +0200 From: Krzysztof Kozlowski To: Chukun Pan Cc: Heiko Stuebner , Rob Herring , 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: Re: [PATCH v2 1/2] dt-bindings: arm: rockchip: Add MangoPi M28K Message-ID: <20260805-robust-holistic-bullmastiff-63cc58@quoll> References: <20260801080018.3220034-1-amadeus@jmu.edu.cn> <20260801080018.3220034-2-amadeus@jmu.edu.cn> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20260801080018.3220034-2-amadeus@jmu.edu.cn> 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: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Sat, Aug 01, 2026 at 04:00:17PM +0800, Chukun Pan wrote: > 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(+) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof