arm64: dts: rockchip: rk3588: Drop unused reset from hdptxphy

Signed-off-by: Wyon bi <bivvy.bi@rock-chips.com>
Change-Id: Ia9e9c76dcf24f6effd73f7e018d6e65ec1a587fb
This commit is contained in:
Wyon bi
2021-12-25 16:28:48 +08:00
committed by Tao Huang
parent 6bb6bc2dd0
commit ab65fe5bce
2 changed files with 6 additions and 12 deletions

View File

@@ -686,12 +686,9 @@
reg = <0x0 0xfed70000 0x0 0x2000>;
clocks = <&cru CLK_USB2PHY_HDPTXRXPHY_REF>, <&cru PCLK_HDPTX1>;
clock-names = "ref", "apb";
resets = <&cru SRST_HDPTX1>, <&cru SRST_P_HDPTX1>,
<&cru SRST_HDPTX1_INIT>, <&cru SRST_HDPTX1_CMN>,
<&cru SRST_HDPTX1_LANE>, <&cru SRST_HDPTX1_ROPLL>,
<&cru SRST_HDPTX1_LCPLL>;
reset-names = "phy", "apb", "init", "cmn", "lane", "ropll",
"lcpll";
resets = <&cru SRST_P_HDPTX1>, <&cru SRST_HDPTX1_INIT>,
<&cru SRST_HDPTX1_CMN>, <&cru SRST_HDPTX1_LANE>;
reset-names = "apb", "init", "cmn", "lane";
rockchip,grf = <&hdptxphy1_grf>;
#phy-cells = <0>;
status = "disabled";

View File

@@ -4595,12 +4595,9 @@
reg = <0x0 0xfed60000 0x0 0x2000>;
clocks = <&cru CLK_USB2PHY_HDPTXRXPHY_REF>, <&cru PCLK_HDPTX0>;
clock-names = "ref", "apb";
resets = <&cru SRST_HDPTX0>, <&cru SRST_P_HDPTX0>,
<&cru SRST_HDPTX0_INIT>, <&cru SRST_HDPTX0_CMN>,
<&cru SRST_HDPTX0_LANE>, <&cru SRST_HDPTX0_ROPLL>,
<&cru SRST_HDPTX0_LCPLL>;
reset-names = "phy", "apb", "init", "cmn", "lane", "ropll",
"lcpll";
resets = <&cru SRST_P_HDPTX0>, <&cru SRST_HDPTX0_INIT>,
<&cru SRST_HDPTX0_CMN>, <&cru SRST_HDPTX0_LANE>;
reset-names = "apb", "init", "cmn", "lane";
rockchip,grf = <&hdptxphy0_grf>;
#phy-cells = <0>;
status = "disabled";