ARM: dts: BCM5301X: Use corretc pinctrl compatible for 4709x

BCM47094 version of pinmux uses different compatible and supports MDIO
pinmux pins. Hence, use the correct compatible string and defines the
MDIO pins group.

Signed-off-by: Vivek Unune <npcomplete13@gmail.com>
Acked-by: Rafał Miłecki <rafal@milecki.pl>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
This commit is contained in:
Vivek Unune
2020-11-04 15:29:51 -05:00
committed by Florian Fainelli
parent bd9a01e28e
commit 2f34ae32f5
2 changed files with 10 additions and 1 deletions

View File

@ -8,6 +8,15 @@
/ {
};
&pinctrl {
compatible = "brcm,bcm4709-pinmux";
pinmux_mdio: mdio {
groups = "mdio_grp";
function = "mdio";
};
};
&usb3_phy {
compatible = "brcm,ns-bx-usb3-phy";
};

View File

@ -428,7 +428,7 @@
#address-cells = <1>;
#size-cells = <1>;
pin-controller@1c0 {
pinctrl: pin-controller@1c0 {
compatible = "brcm,bcm4708-pinmux";
reg = <0x1c0 0x24>;
reg-names = "cru_gpio_control";