mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 12:17:12 +09:00
arm64: dts: rockchip: fix pd_usb3 power domain for rk3399 dwc3
This patch assigns the pd_usb3 power domain to the parent of dwc3 node. Change-Id: I2074539c23f958041d8829f7b3826a7813c3631a Signed-off-by: William Wu <william.wu@rock-chips.com>
This commit is contained in:
@@ -436,6 +436,7 @@
|
||||
<&cru ACLK_USB3OTG0>, <&cru ACLK_USB3_GRF>;
|
||||
clock-names = "ref_clk", "suspend_clk",
|
||||
"bus_clk", "grf_clk";
|
||||
power-domains = <&power RK3399_PD_USB3>;
|
||||
resets = <&cru SRST_A_USB3_OTG0>;
|
||||
reset-names = "usb3-otg";
|
||||
status = "disabled";
|
||||
@@ -456,7 +457,6 @@
|
||||
snps,xhci-slow-suspend-quirk;
|
||||
snps,xhci-trb-ent-quirk;
|
||||
snps,usb3-warm-reset-on-resume-quirk;
|
||||
power-domains = <&power RK3399_PD_USB3>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
@@ -470,6 +470,7 @@
|
||||
<&cru ACLK_USB3OTG1>, <&cru ACLK_USB3_GRF>;
|
||||
clock-names = "ref_clk", "suspend_clk",
|
||||
"bus_clk", "grf_clk";
|
||||
power-domains = <&power RK3399_PD_USB3>;
|
||||
resets = <&cru SRST_A_USB3_OTG1>;
|
||||
reset-names = "usb3-otg";
|
||||
status = "disabled";
|
||||
@@ -490,7 +491,6 @@
|
||||
snps,xhci-slow-suspend-quirk;
|
||||
snps,xhci-trb-ent-quirk;
|
||||
snps,usb3-warm-reset-on-resume-quirk;
|
||||
power-domains = <&power RK3399_PD_USB3>;
|
||||
status = "disabled";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user