Skip to content

Lemans EVK boot up issue for qcom-next ubuntu image #56

@quic-khuzuri

Description

@quic-khuzuri

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions