diff options
| author | Xu Yang <xu.yang_2@nxp.com> | 2025-04-10 14:49:07 +0800 |
|---|---|---|
| committer | Shawn Guo <shawnguo@kernel.org> | 2025-04-25 09:17:05 +0800 |
| commit | a5b22b72e92a67e42f236a7c1c62245e30b1d477 (patch) | |
| tree | b8e7abf208b8227074f396224720b18bcde49775 | |
| parent | c7358655579d280a2129eef047542101ac4e3579 (diff) | |
| download | linux-a5b22b72e92a67e42f236a7c1c62245e30b1d477.tar.gz linux-a5b22b72e92a67e42f236a7c1c62245e30b1d477.zip | |
arm64: dts: imx95-15x15-evk: enable USB2.0 node
On this board, USB2.0 is a host-only port, add vbus regulator node
and enable USB2.0 node.
Signed-off-by: Xu Yang <xu.yang_2@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
| -rw-r--r-- | arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts index 514f2429dcbc..aa0b9a4c3688 100644 --- a/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts +++ b/arch/arm64/boot/dts/freescale/imx95-15x15-evk.dts @@ -136,6 +136,15 @@ startup-delay-us = <20000>; }; + reg_usb_vbus: regulator-vbus { + compatible = "regulator-fixed"; + regulator-name = "USB_VBUS"; + regulator-min-microvolt = <5000000>; + regulator-max-microvolt = <5000000>; + gpio = <&pcal6524 3 GPIO_ACTIVE_HIGH>; + enable-active-high; + }; + reg_vcc_12v: regulator-vcc-12v { compatible = "regulator-fixed"; regulator-max-microvolt = <12000000>; @@ -1023,6 +1032,13 @@ status = "okay"; }; +&usb2 { + dr_mode = "host"; + vbus-supply = <®_usb_vbus>; + disable-over-current; + status = "okay"; +}; + &usb3 { status = "okay"; }; |
