[openwrt/openwrt] bcm63xx: AV4202N: add missing PCI pinmux

LEDE Commits lede-commits at lists.infradead.org
Mon Jun 22 09:46:19 EDT 2020


noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/3f27a6e6402ba52032def578f0944287154a490d

commit 3f27a6e6402ba52032def578f0944287154a490d
Author: Daniel González Cabanelas <dgcbueu at gmail.com>
AuthorDate: Sat Jun 20 17:44:42 2020 +0200

    bcm63xx: AV4202N: add missing PCI pinmux
    
    The ADB P.DG AV4202N device has a wifi chipset connected via PCI. But the
    PCI pinmux is missing and without it the wifi won't work properly.
    
    Add the pinctrl_pci to enable the missing PCI pins for this device.
    
    Signed-off-by: Daniel González Cabanelas <dgcbueu at gmail.com>
---
 target/linux/bcm63xx/dts/bcm6368-adb-av4202n.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/target/linux/bcm63xx/dts/bcm6368-adb-av4202n.dts b/target/linux/bcm63xx/dts/bcm6368-adb-av4202n.dts
index 95f98c187d..8e06985fdd 100644
--- a/target/linux/bcm63xx/dts/bcm6368-adb-av4202n.dts
+++ b/target/linux/bcm63xx/dts/bcm6368-adb-av4202n.dts
@@ -104,6 +104,11 @@
 	};
 };
 
+&pinctrl {
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_pci>;
+};
+
 &uart0 {
 	status = "okay";
 };



More information about the lede-commits mailing list