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 BD8A73803C9 for ; Fri, 6 Mar 2026 12:20:17 +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=1772799617; cv=none; b=DcUiNW/YShdOXHYk4ZtYA2Ngb8m75sPbTHnBmtssaYEr6mc8Sq7YyOr2bdZrHeqE0HL+bowcVc43VHgXuGXJ/eVNSzxVkgN5jI5xVSo9GesgtzPbo3Zr8R43+nohQUlfoq8bpbcJdjEg1vsFyb8PZBQx9GHQ4VY5RCEYYLnuteU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1772799617; c=relaxed/simple; bh=eQ1zNeqiAjFDxjrPGD92P1W0AAqfR5sLEOVZ3IlTQ/U=; h=From:To:Cc:In-Reply-To:References:Subject:Message-Id:Date: MIME-Version:Content-Type; b=JbP8u6v9dOaLDErQiBYGpfVBkwJaGVUQ3bBpIXyWPrCIP7Q0G8W7VQwf1HqUlfUeIgiMkxsRQuamOfg7y8kLrMOLDf/UOVnIo1Umdfl4bcUwAOm9mIzFNKDNmahzVHtP/L21xGXEG0/7pFluDwwdR5SL5MLyV6ECZKSBiln8SsY= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=GAP2vNuR; 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="GAP2vNuR" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B4F6DC4CEF7; Fri, 6 Mar 2026 12:20:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1772799617; bh=eQ1zNeqiAjFDxjrPGD92P1W0AAqfR5sLEOVZ3IlTQ/U=; h=From:To:Cc:In-Reply-To:References:Subject:Date:From; b=GAP2vNuRnWQrrUKmXvGx/Q3s/kVH5aUX/amIVtquc+a/GfCKdDqwBNGZFqX2yEMlF DZ3gMoGAFW9FUYj9xNam0sBjZmfErZqOmEVbRYSR5UuoNVUEzc4v/ceB7ZYrxw9Bgs vprXV8JWHoQvAgRPdwbmifR35yAbtLIP+hf4dUarrrYWPzGn0P1zP7f6jVdAAsa9li Bec7kyhIYHhu0UXSPuG5t+jDHytCgbnVOECDqy4+pFmGRet0MFKwTrYCZFkjdAwDwl ebCwNx77r77MJF365ibQIOyqrGLAqDTKeAmfyFY7RiyGahGX9HEFlUVkV0SyaeW9A1 VSOH7yzZLOENg== From: Lee Jones To: maarten.lankhorst@linux.intel.com, mripard@kernel.org, tzimmermann@suse.de, airlied@gmail.com, simona@ffwll.ch, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, claudiu.beznea@tuxon.dev, lee@kernel.org, dri-devel@lists.freedesktop.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Manikandan Muralidharan Cc: Dharma Balasubiramani In-Reply-To: <20260223101920.284697-2-manikandan.m@microchip.com> References: <20260223101920.284697-2-manikandan.m@microchip.com> Subject: Re: (subset) [PATCH v3 1/4] mfd: atmel-hlcdc: fetch LVDS PLL clock for LVDS display Message-Id: <177279961448.979425.2188993103584319.b4-ty@kernel.org> Date: Fri, 06 Mar 2026 12:20:14 +0000 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit X-Mailer: b4 0.15-dev-52d38 On Mon, 23 Feb 2026 15:49:17 +0530, Manikandan Muralidharan wrote: > The XLCDC IP supports parallel RGB, MIPI DSI and LVDS Display. > The LCD Generic clock (sys_clk) is used for Parallel RGB and MIPI > displays, while the LVDS PLL clock (lvds_pll_clk) is used for LVDS > displays.Since both the clocks cannot co-exist together in the DT > for a given display, this patch tries sys_clk first (RGB/MIPI), > fallback to lvds_pll_clk (LVDS). > > [...] Applied, thanks! [1/4] mfd: atmel-hlcdc: fetch LVDS PLL clock for LVDS display commit: bd7b76604b3b218d0b5a32bcfaaed9eb4cc0ddb2 -- Lee Jones [李琼斯]