]> Git Repo - J-u-boot.git/commitdiff
ARM: tegra: enable ums on nyan boards
authorTristan Bastian <[email protected]>
Thu, 14 Feb 2019 23:25:49 +0000 (00:25 +0100)
committerTom Warren <[email protected]>
Wed, 20 Feb 2019 16:01:44 +0000 (09:01 -0700)
This patch enables UMS on the nyan devices like the nyan-big.
A patch like this has been sent in by Stephen Warren some time ago for
other tegra devices: commit e6607cffef965011ef0ddc0fbe6f4b7c0d53aeec.
But the nyan devices never received that functionality.

Signed-off-by: Tristan Bastian <[email protected]>
Acked-by: Stephen Warren <[email protected]>
Signed-off-by: Tom Warren <[email protected]>
arch/arm/dts/tegra124-nyan.dtsi

index 51895e4816c49b452ea9a9301a57a1e709bf1aca..2b28fe14970b172d7805fd5d9aa912a43e217c2c 100644 (file)
 
        usb@7d000000 { /* Rear external USB port. */
                status = "okay";
+               dr_mode = "otg";
                nvidia,vbus-gpio = <&gpio TEGRA_GPIO(N, 4) GPIO_ACTIVE_HIGH>;
        };
 
This page took 0.035342 seconds and 4 git commands to generate.