Skip to content

Commit 664b7a5

Browse files
committed
Merge tag 'tegra-for-6.14-arm-dt' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux into soc/dt
ARM: tegra: Device tree fixes for v6.14-rc1 This contains a fix that makes sure the power to the USB ports is maintained during boot. This helps with booting from USB storage. * tag 'tegra-for-6.14-arm-dt' of https://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux: ARM: tegra: nyan: Maintain power to USB ports on boot Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents ab6efed + cec785a commit 664b7a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch/arm/boot/dts/nvidia/tegra124-nyan.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -716,6 +716,7 @@
716716
regulator-name = "+5V_USB_HS";
717717
regulator-min-microvolt = <5000000>;
718718
regulator-max-microvolt = <5000000>;
719+
regulator-boot-on;
719720
gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
720721
enable-active-high;
721722
gpio-open-drain;
@@ -727,6 +728,7 @@
727728
regulator-name = "+5V_USB_SS";
728729
regulator-min-microvolt = <5000000>;
729730
regulator-max-microvolt = <5000000>;
731+
regulator-boot-on;
730732
gpio = <&gpio TEGRA_GPIO(N, 5) GPIO_ACTIVE_HIGH>;
731733
enable-active-high;
732734
gpio-open-drain;

0 commit comments

Comments
 (0)