]> git.baikalelectronics.ru Git - kernel.git/commitdiff
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>
Sat, 11 Mar 2023 15:43:59 +0000 (16:43 +0100)
commit af1c89ddb74f170eccd5a57001d7317560b638ea upstream.

The HDMI phy compatible was missing vendor prefix.

Fixes: 6ce2c758b053 ("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 433f109d97cae7d56be37861c4cc47d84bf2eb1d..1dd009c4dc91315ed6aaddc990a922f3d6d205c3 100644 (file)
                        status = "disabled";
 
                        hdmi_i2c_phy: hdmiphy@38 {
-                               compatible = "exynos4210-hdmiphy";
+                               compatible = "samsung,exynos4210-hdmiphy";
                                reg = <0x38>;
                        };
                };