From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (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 A9C123DE431; Fri, 7 Aug 2026 22:58:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786143520; cv=none; b=sQSH9iBMAZm2GcCos0q6KKbTnNrlnJzYDURsXIGZZI2Wa4n43ovZJoMv5ptpe3919VWNDOwlnmODpRPiS7E/EckZaxg2Z8xORc4pMD7TqZYq/m+EclxvMLzvXiGtX15VlpL+6PtKCN11bJ2a+vJFXqX4EAGRZORqRssZ2hy76L8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1786143520; c=relaxed/simple; bh=S/8raOG1KcIXTntnkpay1AZMFBMCla1KE/kpYxierWQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=AECPydWusWw7BKMbBv0huS5EMGq15V0LTRYIHBzrDfSc2yUoCcXUG4uzsgJV8oG1ciyAsJodU4euvObD0ZOWKvAY7FtJu0WKsQU2Orl5dFGDAq4o57bSlpVdfUZadYrabHydX0WQVVxiV0u6j6yORC18VBpKOy+pDdpy1cn8fyc= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=iDcH522z; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="iDcH522z" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 1850B1F00A3A; Fri, 7 Aug 2026 22:58:39 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1786143519; bh=qgInBwua0KUqVGKuYZJWYzxoohAhBjTD4eh1gVZ7K0o=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=iDcH522zJTzA2rzdF1COT9Mk3P+fOQfQx4rc7GU5PEwIbnvkM4P8DVTqv9Jj2rzCL SVNi1R/LH+2a6XUR9HD3jZXNO7XYQnBWqRWNgz8dngu/aVpjedIk886Hv/aOuSk/u6 Lmtuj8UtavBqD5SpF1az/9X6Us2c4J6Acjb+hEQ8qwSywzFWKDNNm0uHBw96av3dXg tt0IheujypKLcoHNucMpdcSGTaUOL27nOAv11MxQ4osBJH5Ebktelqsgh3g/BYad4q BVOIIigxP2eCJaJRu2x6caoD18RbP54rBsyLQFO0fx5Q/gghubRfr0I2942249/oG5 pcKp4SmXXKyoQ== Date: Fri, 7 Aug 2026 17:58:38 -0500 From: "Rob Herring (Arm)" To: Cody Kang Cc: linux-clk@vger.kernel.org, Albert Ou , linux-riscv@lists.infradead.org, Stephen Boyd , Paul Walmsley , spacemit@lists.linux.dev, devicetree@vger.kernel.org, Maxime Ripard , linux-kernel@vger.kernel.org, Alexandre Ghiti , Neil Armstrong , Michael Turquette , Brian Masney , Thomas Zimmermann , David Airlie , Haylen Chu , Yixun Lan , Philipp Zabel , Palmer Dabbelt , linux-phy@lists.infradead.org, Maarten Lankhorst , Vinod Koul , Conor Dooley , dri-devel@lists.freedesktop.org, Krzysztof Kozlowski , Simona Vetter Subject: Re: [PATCH RESEND 01/17] dt-bindings: display: spacemit: add K3 Saturn DPU controller Message-ID: <178614351779.2207398.16648513134637713806.robh@kernel.org> References: <20260725-k3-display-v1-0-6de34d80e86c@gmail.com> <20260725-k3-display-v1-1-6de34d80e86c@gmail.com> Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260725-k3-display-v1-1-6de34d80e86c@gmail.com> On Sat, 25 Jul 2026 00:51:10 -0400, Cody Kang wrote: > Document the Saturn display processing unit found on the SpacemiT K3 SoC. > The K3 instantiates two of them, one per display path. They share a > compatible: an instance differs only in which register window, interrupt, > clock and reset lines it takes. > > Signed-off-by: Cody Kang > --- > .../display/spacemit/spacemit,k3-saturn-dpu.yaml | 132 +++++++++++++++++++++ > 1 file changed, 132 insertions(+) > Reviewed-by: Rob Herring (Arm)