diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-01-25 10:45:05 +0100 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2023-01-26 11:16:13 +0100 |
commit | af1c89ddb74f170eccd5a57001d7317560b638ea (patch) | |
tree | d017dd197a7788e570bd4e2c753fce190cec07b6 | |
parent | 75b976c46cbe13dc8accc1173ceee6faddb83112 (diff) |
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: <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Krzysztof Kozlowski <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/exynos4.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/exynos4.dtsi b/arch/arm/boot/dts/exynos4.dtsi index 55afe9972460..d1adaee2af58 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>; }; }; |