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 717558825 for ; Fri, 10 Mar 2023 14:59:32 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id EA96FC4339C; Fri, 10 Mar 2023 14:59:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1678460372; bh=+62j8uD9EWgCBuiLUBwwjP17XM/fasGBQpAmWkPL15A=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=urN04kEZL9Kd2bHd9gqyllV7tcParEr+lVdhsuagkeKaDvVE4AMsGGvTMl6GO1v+c b3Cwoj3802hjjzXm44J8REgRNGW4OeME42OvDwXM+d/adcFGDHOsGjrwdWDpzhN5sg nntV/JTIAeHqWFI2XGYiNyyEj8eJA8DkZEEs3/Jg= 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.10 282/529] ARM: dts: exynos: Use Exynos5420 compatible for the MIPI video phy Date: Fri, 10 Mar 2023 14:37:05 +0100 Message-Id: <20230310133818.025945381@linuxfoundation.org> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20230310133804.978589368@linuxfoundation.org> References: <20230310133804.978589368@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 83580f076a587..34886535f8477 100644 --- a/arch/arm/boot/dts/exynos5420.dtsi +++ b/arch/arm/boot/dts/exynos5420.dtsi @@ -605,7 +605,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