Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: exynos: correct HDMI phy compatible in Exynos4

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>

+1 -1
+1 -1
arch/arm/boot/dts/exynos4.dtsi
··· 605 605 status = "disabled"; 606 606 607 607 hdmi_i2c_phy: hdmiphy@38 { 608 - compatible = "exynos4210-hdmiphy"; 608 + compatible = "samsung,exynos4210-hdmiphy"; 609 609 reg = <0x38>; 610 610 }; 611 611 };