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 01634239567; Tue, 24 Mar 2026 00:26:52 +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=1774312013; cv=none; b=tPCxDuO3bFz4t0t+wE1svxa7nwqNE+doWHDt+nKTiMK06oPd06zOag9+OpaJ9cBzE92lT7bFSpSZxBdsTQTK6LSbmNbzPE3DUK1y4oacEkJOAVHl+kPl+hevuv7K09gGAwpmhFZ9hMrOK9SaYdDIo/Fo74832UW1j1Jav96yvz0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774312013; c=relaxed/simple; bh=8EFnLqCqldebP/JoEw0wlX/bJCFtGDCVA4vtG7xZAYs=; h=Content-Type:MIME-Version:In-Reply-To:References:Subject:From:Cc: To:Date:Message-ID; b=KET7ovzUcOp+qmfHFzGL+fH59NZmRp0wm4CMuNRIzepsITwux1NdjdB5rZi5PXuUh/mq8x03UNThO0QLz9AcEPDAhhXGUZ6IFEklCeV4irCUYPBTSvEcEOttMJnYW5XyqOu6I2k3ERlH6Aldv/H5kyiMNMqYzIKW95j8TChb4+U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=RazGUv0c; 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="RazGUv0c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7C563C4CEF7; Tue, 24 Mar 2026 00:26:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1774312012; bh=8EFnLqCqldebP/JoEw0wlX/bJCFtGDCVA4vtG7xZAYs=; h=In-Reply-To:References:Subject:From:Cc:To:Date:From; b=RazGUv0cLXxv/zFNz3/E0zSSIJ9xUOl02zY2nShH5xJ6SoCI+EcCsVBn/LHhOJbud vJfGf8MPSHOvonhQnn7rZFsd8kUyHR3EaPy4RwWCfA8SpQ7YAPn5P/JwBSKCOKXKSM Fvu+7S3C0mtKNS+9drwNky9H4vzT9rTJ54u/uqYgnUYJIIvHwhdwq2lOp21Mz8287u fjEtZlS+VJt3J7ylwN37Jb7yx8cKZ6srOJZ9T/8Ula2iIKKQwnNdTHSVQnbGpNnage 0iFRECrdzywtHHi4jsWVW/uK/3C4x216xXOEnARamo2aD1x8nqRjILbzK9399Ytlx+ 8yzFb2IkhPxCQ== Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable In-Reply-To: <20260316-eyeq6lplus-v4-2-bf44dfc7a261@bootlin.com> References: <20260316-eyeq6lplus-v4-0-bf44dfc7a261@bootlin.com> <20260316-eyeq6lplus-v4-2-bf44dfc7a261@bootlin.com> Subject: Re: [PATCH v4 02/13] dt-bindings: soc: mobileye: Add EyeQ6Lplus OLB From: Stephen Boyd Cc: Thomas Petazzoni , Tawfik Bayouk , linux-mips@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-clk@vger.kernel.org, linux-gpio@vger.kernel.org, =?utf-8?q?Beno=C3=AEt?= Monin To: =?utf-8?q?Beno=C3=AEt?= Monin , Conor Dooley , Gregory CLEMENT , Krzysztof Kozlowski , Linus Walleij , Michael Turquette , Philipp Zabel , Rob Herring , Thomas Bogendoerfer , =?utf-8?q?Th=C3=A9o?= Lebrun , Vladimir Kondratiev Date: Mon, 23 Mar 2026 17:26:48 -0700 Message-ID: <177431200897.5403.17257813032469546685@lazor> User-Agent: alot/0.12 Quoting Beno=C3=AEt Monin (2026-03-16 08:25:39) > The "Other Logic Block" found in the EyeQ6Lplus from Mobileye provides > various functions for the controllers present in the SoC. >=20 > The OLB produces 22 clocks derived from its input, which is connected > to the main oscillator of the SoC. >=20 > It provides reset signals via two reset domains. >=20 > It also controls 32 pins to be either a GPIO or an alternate function. >=20 > Reviewed-by: Rob Herring (Arm) > Signed-off-by: Beno=C3=AEt Monin > --- Acked-by: Stephen Boyd