diff options
author | Dinh Nguyen <dinguyen@opensource.altera.com> | 2016-03-23 23:40:54 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2016-04-11 22:04:06 +0300 |
commit | 249ff32e1f8b6ffa92e1390e371702dd8633bcac (patch) | |
tree | e764c77406ee94ab8c446a4918b7738f1bc0e5cb /arch/arm/boot/dts/socfpga_arria10.dtsi | |
parent | a44a77115f76a7dd7de4396a7ba159eed1d8be21 (diff) | |
download | linux-249ff32e1f8b6ffa92e1390e371702dd8633bcac.tar.xz |
ARM: dts: socfpga: add reset control for USB
Add the resets property for the 2 USB controllers.
Signed-off-by: Dinh Nguyen <dinguyen@opensource.altera.com>
Diffstat (limited to 'arch/arm/boot/dts/socfpga_arria10.dtsi')
-rw-r--r-- | arch/arm/boot/dts/socfpga_arria10.dtsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/socfpga_arria10.dtsi b/arch/arm/boot/dts/socfpga_arria10.dtsi index 4eec2c7f2167..17e81dc9213e 100644 --- a/arch/arm/boot/dts/socfpga_arria10.dtsi +++ b/arch/arm/boot/dts/socfpga_arria10.dtsi @@ -713,6 +713,8 @@ interrupts = <0 95 IRQ_TYPE_LEVEL_HIGH>; clocks = <&usb_clk>; clock-names = "otg"; + resets = <&rst USB0_RESET>; + reset-names = "dwc2"; phys = <&usbphy0>; phy-names = "usb2-phy"; status = "disabled"; @@ -724,6 +726,8 @@ interrupts = <0 96 IRQ_TYPE_LEVEL_HIGH>; clocks = <&usb_clk>; clock-names = "otg"; + resets = <&rst USB1_RESET>; + reset-names = "dwc2"; phys = <&usbphy0>; phy-names = "usb2-phy"; status = "disabled"; |