From: Krzysztof Kozlowski Date: Wed, 25 Jan 2023 09:45:05 +0000 (+0100) Subject: ARM: dts: exynos: correct HDMI phy compatible in Exynos4 X-Git-Tag: v6.1.16~203 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=f2e0fd28328f5fee2759ac4189f0d26676262575;p=users%2Fdwmw2%2Flinux.git ARM: dts: exynos: correct HDMI phy compatible in Exynos4 commit af1c89ddb74f170eccd5a57001d7317560b638ea upstream. The HDMI phy compatible was missing vendor prefix. Fixes: ed80d4cab772 ("ARM: dts: add hdmi related nodes for exynos4 SoCs") Cc: Link: https://lore.kernel.org/r/20230125094513.155063-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski Signed-off-by: Greg Kroah-Hartman --- diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 5c4ecda27a476..7ba7a18c25000 100644 --- a/arch/arm/boot/dts/exynos4.dtsi +++ b/arch/arm/boot/dts/exynos4.dtsi @@ -605,7 +605,7 @@ status = "disabled"; hdmi_i2c_phy: hdmiphy@38 { - compatible = "exynos4210-hdmiphy"; + compatible = "samsung,exynos4210-hdmiphy"; reg = <0x38>; }; };