From 5afff9b89ab99f5f9e75cb8cd7ccd48e8dc432e0 Mon Sep 17 00:00:00 2001 From: Alex Hermann Date: Wed, 29 Jan 2025 18:14:38 +0100 Subject: [PATCH] allwinner: OrangePi PC also needs SW CEC hack CEC stopped working after updating from LE10 to LE11 as the former enabled the SW CEC hack for all H3 boards and the latter only for specific boards. Add OrangePi PC to that list of specific boards. --- .../patches/linux/0071-HACK-SW-CEC-implementation-for-H3.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/Allwinner/patches/linux/0071-HACK-SW-CEC-implementation-for-H3.patch b/projects/Allwinner/patches/linux/0071-HACK-SW-CEC-implementation-for-H3.patch index 6537d63da8..b190c45695 100644 --- a/projects/Allwinner/patches/linux/0071-HACK-SW-CEC-implementation-for-H3.patch +++ b/projects/Allwinner/patches/linux/0071-HACK-SW-CEC-implementation-for-H3.patch @@ -201,7 +201,7 @@ index 581233d6eaf2..a5771b5d9b67 100644 static int sun8i_hdmi_phy_probe(struct platform_device *pdev) { struct device *dev = &pdev->dev; -@@ -681,6 +756,14 @@ static int sun8i_hdmi_phy_probe(struct platform_device *pdev) +@@ -681,6 +756,15 @@ static int sun8i_hdmi_phy_probe(struct platform_device *pdev) phy->variant = of_device_get_match_data(dev); phy->dev = dev; @@ -209,6 +209,7 @@ index 581233d6eaf2..a5771b5d9b67 100644 + of_machine_is_compatible("friendlyarm,nanopi-m1") || + of_machine_is_compatible("xunlong,orangepi-lite") || + of_machine_is_compatible("xunlong,orangepi-one") || ++ of_machine_is_compatible("xunlong,orangepi-pc") || + of_machine_is_compatible("xunlong,orangepi-pc-plus") || + of_machine_is_compatible("xunlong,orangepi-plus2e"); + phy->bit_bang_cec = phy->disable_cec &&