HACK: arm: dts: k3-j721e-beagleboneai64: Fix MCU CPSW2G at U-Boot
Since the MDIO driver is not DM enabled and the CPSW driver is responsible for configuring the pins corresponding to MDIO as well, move the MDIO pinctrl to the mcu_cpsw device-tree node as a HACK in the k3-j721e-beagleboneai64.dts file. Signed-off-by: Siddharth Vadapalli <s-vadapalli@ti.com> Tested-by: Udit Kumar <u-kumar1@ti.com>
This commit is contained in:
parent
bbfd200c7f
commit
e0d1dc8de0
|
|
@ -800,13 +800,11 @@
|
|||
|
||||
&mcu_cpsw {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mcu_cpsw_pins_default>;
|
||||
pinctrl-0 = <&mcu_cpsw_pins_default>,
|
||||
<&mcu_mdio_pins_default>; /* HACK: MDIO driver is not DM enabled */
|
||||
};
|
||||
|
||||
&davinci_mdio {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&mcu_mdio_pins_default>;
|
||||
|
||||
phy0: ethernet-phy@0 {
|
||||
reg = <0>;
|
||||
ti,rx-internal-delay = <DP83867_RGMIIDCTL_2_00_NS>;
|
||||
|
|
|
|||
Loading…
Reference in New Issue