From: David Bauer Date: Sun, 5 Jan 2025 01:02:45 +0000 (+0100) Subject: DO NOT PUSH X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=dc0d788f6af5a4ea0619369786b98ff15db026e1;p=openwrt%2Fstaging%2Fblocktrron.git DO NOT PUSH --- 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; + } +