]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commitdiff
5.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2023 11:31:55 +0000 (12:31 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2023 11:31:55 +0000 (12:31 +0100)
added patches:
arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch

queue-5.10/arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch [new file with mode: 0644]
queue-5.10/series

diff --git a/queue-5.10/arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch b/queue-5.10/arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch
new file mode 100644 (file)
index 0000000..0f4f7b4
--- /dev/null
@@ -0,0 +1,31 @@
+From af1c89ddb74f170eccd5a57001d7317560b638ea Mon Sep 17 00:00:00 2001
+From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
+Date: Wed, 25 Jan 2023 10:45:05 +0100
+Subject: ARM: dts: exynos: correct HDMI phy compatible in Exynos4
+
+From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
+
+commit af1c89ddb74f170eccd5a57001d7317560b638ea upstream.
+
+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>
+Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
+---
+ 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>;
+                       };
+               };
index f7c6a6b94021c6a96c7947bfbca90c6b51a94296..cf5faefb93cc0695a267c82be9e9bdab8a928352 100644 (file)
@@ -337,3 +337,4 @@ 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
 cifs-fix-uninitialized-memory-read-in-smb3_qfs_tcon.patch
+arm-dts-exynos-correct-hdmi-phy-compatible-in-exynos4.patch