mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
arm64: dts: imx95-19x19-evk: enable USB2.0 node
On this board, USB2.0 is a host-only port, add vbus regulator node and enable USB2.0 node. Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Xu Yang <xu.yang_2@nxp.com> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
b6bf37e40c
commit
c735865557
|
|
@ -145,6 +145,15 @@ reg_usdhc2_vmmc: regulator-usdhc2 {
|
||||||
off-on-delay-us = <12000>;
|
off-on-delay-us = <12000>;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
reg_usb_vbus: regulator-vbus {
|
||||||
|
compatible = "regulator-fixed";
|
||||||
|
regulator-name = "USB_VBUS";
|
||||||
|
regulator-min-microvolt = <5000000>;
|
||||||
|
regulator-max-microvolt = <5000000>;
|
||||||
|
gpio = <&i2c7_pcal6524 3 GPIO_ACTIVE_HIGH>;
|
||||||
|
enable-active-high;
|
||||||
|
};
|
||||||
|
|
||||||
sound-bt-sco {
|
sound-bt-sco {
|
||||||
compatible = "simple-audio-card";
|
compatible = "simple-audio-card";
|
||||||
simple-audio-card,name = "bt-sco-audio";
|
simple-audio-card,name = "bt-sco-audio";
|
||||||
|
|
@ -461,6 +470,13 @@ &sai3 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
&usb2 {
|
||||||
|
dr_mode = "host";
|
||||||
|
disable-over-current;
|
||||||
|
vbus-supply = <®_usb_vbus>;
|
||||||
|
status = "okay";
|
||||||
|
};
|
||||||
|
|
||||||
&usb3 {
|
&usb3 {
|
||||||
status = "okay";
|
status = "okay";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user