From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 9CB614C9F for ; Fri, 31 Jan 2025 07:42:55 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738309375; cv=none; b=jROyx/HzBD5JRdY2GwXvD5O90JXp7pX496+RJvf7aVhCYOISY2/ck5ZAZCDwkQDb6gk3ADpCiI1+z3cFJOhgr69EmjuIRZQUhFspY5g5Zcw6t3zTbIE7whCB08d6PfYeNsyHmsNWQv1prJE3cRg0m58/k+hbJpKOPbPZv8gWP44= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1738309375; c=relaxed/simple; bh=SPBFBpCWkKZSpzr2brYa2XUK8RQPaG01XP0MShmREv8=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=XbzZnZpgtvqHNj0r53v33W2YFKBz8kwDlqeMo+QyDo16MnFksbqTQsLO+5kwdmtuYctuAO6WVb4+O4eua+HDE6YGwkI02wrS9Zi9xKXX+CDyo/V8rbaoMP3eIQycLkTfuSI8wxweeogHgI8QcuMp9qs1OklQVBws3+u38yh4pGs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=Nka2Bv5t; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="Nka2Bv5t" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 41B99C4CED1; Fri, 31 Jan 2025 07:42:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1738309375; bh=SPBFBpCWkKZSpzr2brYa2XUK8RQPaG01XP0MShmREv8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Nka2Bv5tv1Zjlaxcfu+o/Zy0onHMpD+nc2OsUwyFP6KGvOGeqpxRVy9nLweUoQ1Ia Y5ZUXq9hgEBzUPwD6E22OiweV+BQEkEL7RRmec8SSoPlYUIDG7jC3lMdjJnGcxTGnW 26SWC7Jrk0hGPI4LCNSQ3R2lIfWS9EbuwnMZmWtklQM0Z0bdYbKdxMWe8AXZX5FiWp QL6kVlUCvFsyslI1lsfqvmX9aIt9GnKrpH8N8fQo3JojgRrFuuCZIKlJ714TCxCCqG Vbfa2tep9VJn2cWZTuMGkj7W3l1EXMOwDxTkbzVObDi6SjNyTL10GeXoZCAuIP0WRl H/rt1vGeStoDw== Date: Fri, 31 Jan 2025 08:42:51 +0100 From: Krzysztof Kozlowski To: Patrick Wildt Cc: linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Kever Yang , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Heiko Stuebner Subject: Re: [PATCH 1/2] dt-bindings: arm: rockchip: Add MNT Reform 2 (RCORE) Message-ID: <20250131-purring-rousing-aardwark-4f1bf0@krzk-bin> References: Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: On Thu, Jan 30, 2025 at 12:53:29PM +0100, Patrick Wildt wrote: > Document board compatible bindings. > > Signed-off-by: Patrick Wildt > --- > Documentation/devicetree/bindings/arm/rockchip.yaml | 5 +++++ > 1 file changed, 5 insertions(+) Acked-by: Krzysztof Kozlowski Best regards, Krzysztof