bcm63xx: AV4202N: add missing PCI pinmux
authorDaniel González Cabanelas <dgcbueu@gmail.com>
Sat, 20 Jun 2020 15:44:42 +0000 (17:44 +0200)
committerÁlvaro Fernández Rojas <noltari@gmail.com>
Mon, 22 Jun 2020 13:43:41 +0000 (15:43 +0200)
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>
target/linux/bcm63xx/dts/bcm6368-adb-av4202n.dts

index 95f98c187dad3c03cc5896b70878d5b14d874b53..8e06985fddc8e5e1999085be8b7e0cbb1ddb9435 100644 (file)
        };
 };
 
+&pinctrl {
+       pinctrl-names = "default";
+       pinctrl-0 = <&pinctrl_pci>;
+};
+
 &uart0 {
        status = "okay";
 };