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 91E3FBA4F for ; Tue, 7 Mar 2023 19:04:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BB19DC433EF; Tue, 7 Mar 2023 19:04:25 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678215866; bh=rX4LIReXZ0tGIq6025DjBUl/EzJ0mJow+xM/DwrIDWk=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=vTySIfqEEycPLHe4ZUuQ54cfhYwrsh7fgF0qpxbk6modjhHke/ziOVTkeNfx/a8IV fjhJD0TgUZ0mG9N69x2g5YCON8MgB+guiw8Xk+xmCJ/W+eqIc31/GJaHIrYBXuWy3E 25yoUvlE+mc4DX+DI0ADjTDE0MS76csOYMamC8NE= From: Greg Kroah-Hartman To: stable@vger.kernel.org Cc: Greg Kroah-Hartman , patches@lists.linux.dev, Markuss Broks , Krzysztof Kozlowski , Sasha Levin Subject: [PATCH 5.15 366/567] ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy Date: Tue, 7 Mar 2023 18:01:42 +0100 Message-Id: <20230307165921.721574098@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230307165905.838066027@linuxfoundation.org> References: <20230307165905.838066027@linuxfoundation.org> User-Agent: quilt/0.67 Precedence: bulk X-Mailing-List: patches@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit From: Markuss Broks [ Upstream commit 5d5aa219a790d61cad2c38e1aa32058f16ad2f0b ] For some reason, the driver adding support for Exynos5420 MIPI phy back in 2016 wasn't used on Exynos5420, which caused a kernel panic. Add the proper compatible for it. Signed-off-by: Markuss Broks Link: https://lore.kernel.org/r/20230121201844.46872-2-markuss.broks@gmail.com Signed-off-by: Krzysztof Kozlowski Signed-off-by: Sasha Levin --- arch/arm/boot/dts/exynos5420.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/exynos5420.dtsi b/arch/arm/boot/dts/exynos5420.dtsi index e23e8ffb093fa..4fb4804830afe 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -602,7 +602,7 @@ dp_phy: dp-video-phy { }; mipi_phy: mipi-video-phy { - compatible = "samsung,s5pv210-mipi-video-phy"; + compatible = "samsung,exynos5420-mipi-video-phy"; syscon = <&pmu_system_controller>; #phy-cells = <1>; }; -- 2.39.2