aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel González Cabanelas <dgcbueu@gmail.com>2020-06-20 17:44:42 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2020-06-22 15:43:41 +0200
commit3f27a6e6402ba52032def578f0944287154a490d (patch)
tree1b5c0df8429f783754a1f4d402dc9d117821dccc
parente44e60b290fb346a4cdd5ca9b141abbcf61e80fe (diff)
downloadupstream-3f27a6e6402ba52032def578f0944287154a490d.tar.gz
upstream-3f27a6e6402ba52032def578f0944287154a490d.tar.bz2
upstream-3f27a6e6402ba52032def578f0944287154a490d.zip
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@gmail.com>
-rw-r--r--target/linux/bcm63xx/dts/bcm6368-adb-av4202n.dts5
1 files changed, 5 insertions, 0 deletions
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";
};