-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
Hi all,
Issue is wrt qcom-next
We have observed rb8 bootup issue with the consumption of qcom-next into ubuntu image.
Following addition into qcs9075-iq-9075-evk.dts helps to successfully boot into shell
&mdio { compatible = "snps,dwmac-mdio"; #address-cells = <1>; #size-cells = <0>;
`sgmii_phy0: phy@8 {
compatible = "ethernet-phy-id31c3.1c33";
reg = <0x8>;
device_type = "ethernet-phy";
interrupts-extended = <&tlmm 7 IRQ_TYPE_EDGE_FALLING>;
reset-gpios = <&pmm8654au_2_gpios 8 GPIO_ACTIVE_LOW>;
reset-assert-us = <11000>;
reset-deassert-us = <70000>;
};`
`sgmii_phy1: phy@0 {
compatible = "ethernet-phy-id31c3.1c33";
reg = <0x0>;
device_type = "ethernet-phy";
interrupts-extended = <&tlmm 26 IRQ_TYPE_EDGE_FALLING>;
reset-gpios = <&pmm8654au_2_gpios 9 GPIO_ACTIVE_LOW>;
reset-assert-us = <11000>;
reset-deassert-us = <70000>;
};
};`
seeking further verification in this regard from the stakeholders
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels