Added Usb strings and got an error usb_phy0 and usb0:
status = "okay";
};
&usb0 {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
hub_port0: port@1 {
reg = <1>;
#trigger-source-cells = <0>;
};
};
Added Usb strings and got an error usb_phy0 and usb0:
status = "okay";
};
&usb0 {
#address-cells = <1>;
#size-cells = <0>;
status = "okay";
hub_port0: port@1 {
reg = <1>;
#trigger-source-cells = <0>;
};
};
It 's builded with
usbphy {
status = "okay";
};
Add (.config) :
Config _USB _device _class =y
And build - not result, usb not working
Need help
Usb port was successfully added.
CONFIG_USB_DEVICE_CLASS=y ----> . Config
Add to . dts:
@usbphy {
status = "okay";
};
@ehci {
status = "okay";
};
@ohci{
status = "okay";
};
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.