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)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Thu, 26 Jan 2023 10:16:13 +0000 (11:16 +0100)
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>
arch/arm/boot/dts/exynos4.dtsi

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