ARM: dts: exynos: correct HDMI phy compatible in Exynos4
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 25 Jan 2023 09:45:05 +0000 (10:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 10 Mar 2023 08:39:57 +0000 (09:39 +0100)
commit af1c89ddb74f170eccd5a57001d7317560b638ea upstream.

The HDMI phy compatible was missing vendor prefix.

Fixes: ed80d4cab772 ("ARM: dts: add hdmi related nodes for exynos4 SoCs")
Cc: <stable@vger.kernel.org>
Link: https://lore.kernel.org/r/20230125094513.155063-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/boot/dts/exynos4.dtsi

index eab77a66ae8f2850c60db30a351068d5fedcebc2..201e2fe7ed0cc8d9487a40ebedc7c70922c55fe1 100644 (file)
                        status = "disabled";
 
                        hdmi_i2c_phy: hdmiphy@38 {
-                               compatible = "exynos4210-hdmiphy";
+                               compatible = "samsung,exynos4210-hdmiphy";
                                reg = <0x38>;
                        };
                };