aboutsummaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorTom Rini2019-09-01 13:33:12 -0400
committerTom Rini2019-09-01 13:33:12 -0400
commitd22c8be964a870f59d2fdab6c67cefa0c4799364 (patch)
tree7ad3ffff55de06c38603bf7cf955395673caa125 /arch/arm
parent7967290f519ea6d3bb1272601210e8388f2658f7 (diff)
parentbe1e9dc0800a9d44514a0c640ded0bd70400ddc6 (diff)
Merge branch 'master' of git://git.denx.de/u-boot-sh
- r8a66597 usb changes
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/dts/r7s72100-gr-peach-u-boot.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/arm/dts/r7s72100-gr-peach-u-boot.dts b/arch/arm/dts/r7s72100-gr-peach-u-boot.dts
index 28247d19d73..30e35e47d68 100644
--- a/arch/arm/dts/r7s72100-gr-peach-u-boot.dts
+++ b/arch/arm/dts/r7s72100-gr-peach-u-boot.dts
@@ -37,6 +37,15 @@
};
};
+ reg_usbhs0_vbus: regulator-usbhs0-vbus {
+ compatible = "regulator-fixed";
+ regulator-name = "usbhs0_vbus";
+ regulator-min-microvolt = <5000000>;
+ regulator-max-microvolt = <5000000>;
+ gpio = <&port4 1 GPIO_ACTIVE_LOW>;
+ };
+
+
rpc: rpc@0xee200000 {
compatible = "renesas,rpc-r7s72100", "renesas,rpc";
reg = <0x3fefa000 0x100>, <0x18000000 0x08000000>;
@@ -76,3 +85,8 @@
&scif2_pins {
u-boot,dm-pre-reloc;
};
+
+&usbhs0 {
+ vbus-supply = <&reg_usbhs0_vbus>;
+ status = "okay";
+};