]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
ARM: dts: rockchip: Hook resets up to USB PHYs on rk3288.
authorDouglas Anderson <dianders@chromium.org>
Tue, 16 Apr 2019 21:53:50 +0000 (14:53 -0700)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Fri, 3 May 2019 06:13:48 +0000 (09:13 +0300)
Let's hook up the resets to the three USB PHYs on rk3288 as per the
bindings.  This is in preparation for a future patch that will set the
"snps,reset-phy-on-wake" on the host port.

Signed-off-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
arch/arm/boot/dts/rk3288.dtsi

index a024d1e7e74cd94eade3e5c00ed9d56353ef93aa..3f361fad4684e3ccea09f320bb233da6108f2c5e 100644 (file)
                                clocks = <&cru SCLK_OTGPHY0>;
                                clock-names = "phyclk";
                                #clock-cells = <0>;
+                               resets = <&cru SRST_USBOTG_PHY>;
+                               reset-names = "phy-reset";
                        };
 
                        usbphy1: usb-phy@334 {
                                clocks = <&cru SCLK_OTGPHY1>;
                                clock-names = "phyclk";
                                #clock-cells = <0>;
+                               resets = <&cru SRST_USBHOST0_PHY>;
+                               reset-names = "phy-reset";
                        };
 
                        usbphy2: usb-phy@348 {
                                clocks = <&cru SCLK_OTGPHY2>;
                                clock-names = "phyclk";
                                #clock-cells = <0>;
+                               resets = <&cru SRST_USBHOST1_PHY>;
+                               reset-names = "phy-reset";
                        };
                };
        };