From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id BC715C7EE30 for ; Sun, 26 Feb 2023 03:55:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230140AbjBZDz3 (ORCPT ); Sat, 25 Feb 2023 22:55:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46872 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229736AbjBZDzQ (ORCPT ); Sat, 25 Feb 2023 22:55:16 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1295DEB67; Sat, 25 Feb 2023 19:54:46 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id E937EB80B96; Sun, 26 Feb 2023 03:44:21 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BA401C433D2; Sun, 26 Feb 2023 03:44:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677383060; bh=kxv1gpPbyIeoLZK9B3jpDKhERj5iDiP56N0ljGrLvus=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RTRQpse6JnEoksPEv0sywv3PoeJDiaffqE+6DfSqEw/txhHhdshtago0/2igcA2qe seQDfwxlk2HO/mYH2RuDoH67K64+1ogj+5hKZGRbl6+Z+l1+YZ0lGSFx9d1gC2JluE 8cPUKsW5onEbFckKD/GW6HaPqtVjfxgIA0drSpVsIXYWrvuUo4CC98FEt4+A7Id1jm 5ZJanOtp+c8H3/NgIjorai5maOaQ2dO2KFEoeZmw+wbmkkdYJjwAoDCQrZbWXPmfFt rbyH8H2u4kYZXF+SWnYFNWbIJ530D/xoPfGr1sW2fWbbvtLhW5fd+t2huHqONPNL2T muDftrH0S7Jgg== From: Sasha Levin To: linux-kernel@vger.kernel.org, stable@vger.kernel.org Cc: Markuss Broks , Krzysztof Kozlowski , Sasha Levin , robh+dt@kernel.org, krzysztof.kozlowski+dt@linaro.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-samsung-soc@vger.kernel.org Subject: [PATCH AUTOSEL 5.4 2/4] ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy Date: Sat, 25 Feb 2023 22:44:14 -0500 Message-Id: <20230226034417.775491-2-sashal@kernel.org> X-Mailer: git-send-email 2.39.0 In-Reply-To: <20230226034417.775491-1-sashal@kernel.org> References: <20230226034417.775491-1-sashal@kernel.org> MIME-Version: 1.0 X-stable: review X-Patchwork-Hint: Ignore Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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 7d51e0f4ab79a..5da434ccf12ae 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -539,7 +539,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.0