From dc0d788f6af5a4ea0619369786b98ff15db026e1 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 5 Jan 2025 02:02:45 +0100 Subject: [PATCH] DO NOT PUSH --- .../ath79/patches-6.6/999-ath79-reset-state.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 target/linux/ath79/patches-6.6/999-ath79-reset-state.patch diff --git a/target/linux/ath79/patches-6.6/999-ath79-reset-state.patch b/target/linux/ath79/patches-6.6/999-ath79-reset-state.patch new file mode 100644 index 0000000000..40ac79b8b1 --- /dev/null +++ b/target/linux/ath79/patches-6.6/999-ath79-reset-state.patch @@ -0,0 +1,13 @@ +--- a/drivers/reset/reset-ath79.c ++++ b/drivers/reset/reset-ath79.c +@@ -149,6 +149,10 @@ static int ath79_reset_probe(struct plat + if (err) + dev_warn(&pdev->dev, "Failed to register restart handler\n"); + ++ if (of_device_is_compatible(ath79_reset->pdev->dev.of_node, "qca,ar9340-reset")) { ++ dev_warn(&pdev->dev, "Enabling extended AR9344 reset sequence"); ++ } ++ + return 0; + } + -- 2.30.2