From e0448e12728ba1fa61699b37095d5cf8a94c7d60 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Mon, 6 Mar 2023 12:31:46 +0100 Subject: [PATCH] 5.4-stable patches added patches: arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch --- ...rrect-hdmi-phy-compatible-in-exynos4.patch | 31 +++++++++++++++++++ queue-5.4/series | 1 + 2 files changed, 32 insertions(+) create mode 100644 queue-5.4/arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch diff --git a/queue-5.4/arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch b/queue-5.4/arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch new file mode 100644 index 00000000000..0f4f7b43d43 --- /dev/null +++ b/queue-5.4/arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch @@ -0,0 +1,31 @@ +From af1c89ddb74f170eccd5a57001d7317560b638ea Mon Sep 17 00:00:00 2001 +From: Krzysztof Kozlowski +Date: Wed, 25 Jan 2023 10:45:05 +0100 +Subject: ARM: dts: exynos: correct HDMI phy compatible in Exynos4 + +From: Krzysztof Kozlowski + +commit af1c89ddb74f170eccd5a57001d7317560b638ea upstream. + +The HDMI phy compatible was missing vendor prefix. + +Fixes: ed80d4cab772 ("ARM: dts: add hdmi related nodes for exynos4 SoCs") +Cc: +Link: https://lore.kernel.org/r/20230125094513.155063-1-krzysztof.kozlowski@linaro.org +Signed-off-by: Krzysztof Kozlowski +Signed-off-by: Greg Kroah-Hartman +--- + arch/arm/boot/dts/exynos4.dtsi | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- 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>; + }; + }; diff --git a/queue-5.4/series b/queue-5.4/series index eb78a459fe2..c36a1634d94 100644 --- a/queue-5.4/series +++ b/queue-5.4/series @@ -218,3 +218,4 @@ ipmi_ssif-rename-idle-state-and-check.patch s390-discard-.interp-section.patch s390-kprobes-fix-irq-mask-clobbering-on-kprobe-reenter-from-post_handler.patch s390-kprobes-fix-current_kprobe-never-cleared-after-kprobes-reenter.patch +arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch -- 2.47.3