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 82FE43D977 for ; Tue, 5 Dec 2023 08:33:23 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="VXUzwDjh" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 5F70BC433C8; Tue, 5 Dec 2023 08:33:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1701765203; bh=ls7QYnZoAsXnjVPCwoKCbFvmyNk3iEr0faVWrH3Pvvg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=VXUzwDjhgMKrEoQNQA0omHhVrcA1hxx3hKQ2pvWeCjCtAfeNYGxw0gb2c+psRC1Wg pV/1UGp9P6hZhOHELAM5sAwHSe7INAWYL0AVLO4ZgfKOlWLYD/dYrS9OY+t36YAm3R 51xKkGcHza0uPqNZ3IsH6l0/wO6uW3kHRp0vpSuqyV13XdjBkuUzikQrxLB3h3QFtJ 2n3vIXhtbbNlMmRvLx1mwlJhR6rHqFm44j0Nx67iRZnvAqHO7AwXIRZl944eCgT8lT 2PvfTWNI39JH9y2mYLH3t0cH5hJrVVGbNvyiM5b50yeCqWXQzqjzrmYiO2WxXemn9T ZMkkeuy3xLPew== Date: Tue, 5 Dec 2023 16:33:11 +0800 From: Shawn Guo To: Kieran Bingham Cc: devicetree@vger.kernel.org, Marco Felsch , Rob Herring , Krzysztof Kozlowski , Conor Dooley , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Tomi Valkeinen , "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , open list Subject: Re: [PATCH v3] arm64: dts: freescale: debix-som-a-bmb-08: Add CSI Power Regulators Message-ID: <20231205083311.GB236001@dragon> References: <20231127124037.888597-1-kieran.bingham@ideasonboard.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: <20231127124037.888597-1-kieran.bingham@ideasonboard.com> On Mon, Nov 27, 2023 at 12:40:34PM +0000, Kieran Bingham wrote: > Provide the 1.8 and 3.3 volt regulators that are utilised on the Debix > SOM BMB-08 base board. > > Facilitate this by also supplying the pin control used to enable the > regulators on the second MIPI CSI port. > > Reviewed-by: Marco Felsch > Signed-off-by: Kieran Bingham Applied, thanks!