summaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/patches-6.6/330-missing-registers.patch
diff options
context:
space:
mode:
authorINAGAKI Hiroshi <musashino.open@gmail.com>2024-04-26 23:53:58 +0900
committerHauke Mehrtens <hauke@hauke-m.de>2024-07-28 18:47:56 +0200
commit98f73552a78e1c6d825dc3ba9845b4c63c3f16c6 (patch)
tree268ed33c531c57c732157e4078066b017bd1ff60 /target/linux/ath79/patches-6.6/330-missing-registers.patch
parent08705d44813c0f9208b6e9c52deaded7ba914a94 (diff)
downloadopenwrt-98f73552a78e1c6d825dc3ba9845b4c63c3f16c6.tar.gz
openwrt-98f73552a78e1c6d825dc3ba9845b4c63c3f16c6.tar.bz2
openwrt-98f73552a78e1c6d825dc3ba9845b4c63c3f16c6.zip
ath79: fix PCIe initialization on AR934x
Fix PCIe initialization on AR934x by clearing PLL_PWD bit in addition to PPL(PLL?)_RESET bit of AR724x. Refresh patches by `make target/linux/refresh`. Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com> Link: https://github.com/openwrt/openwrt/pull/15432 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ath79/patches-6.6/330-missing-registers.patch')
-rw-r--r--target/linux/ath79/patches-6.6/330-missing-registers.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ath79/patches-6.6/330-missing-registers.patch b/target/linux/ath79/patches-6.6/330-missing-registers.patch
index 74789437ec..d05e741c7e 100644
--- a/target/linux/ath79/patches-6.6/330-missing-registers.patch
+++ b/target/linux/ath79/patches-6.6/330-missing-registers.patch
@@ -7,7 +7,7 @@ Subject: [PATCH] ath79: gmac: add parsers for rxd(v)- and tx(d|en)-delay for
--- a/arch/mips/include/asm/mach-ath79/ar71xx_regs.h
+++ b/arch/mips/include/asm/mach-ath79/ar71xx_regs.h
-@@ -1231,6 +1231,10 @@
+@@ -1233,6 +1233,10 @@
#define AR934X_ETH_CFG_RDV_DELAY BIT(16)
#define AR934X_ETH_CFG_RDV_DELAY_MASK 0x3
#define AR934X_ETH_CFG_RDV_DELAY_SHIFT 16