Skip to content

Commit 8b9c127

Browse files
aiamadeusmmind
authored andcommitted
arm64: dts: rockchip: add reset-names for combphy on rk3568
The reset-names of combphy are missing, add it. Signed-off-by: Chukun Pan <[email protected]> Fixes: fd3ac6e ("dt-bindings: phy: rockchip: rk3588 has two reset lines") Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Heiko Stuebner <[email protected]>
1 parent 40384c8 commit 8b9c127

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

arch/arm64/boot/dts/rockchip/rk3568.dtsi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -350,6 +350,7 @@
350350
assigned-clocks = <&pmucru CLK_PCIEPHY0_REF>;
351351
assigned-clock-rates = <100000000>;
352352
resets = <&cru SRST_PIPEPHY0>;
353+
reset-names = "phy";
353354
rockchip,pipe-grf = <&pipegrf>;
354355
rockchip,pipe-phy-grf = <&pipe_phy_grf0>;
355356
#phy-cells = <1>;

arch/arm64/boot/dts/rockchip/rk356x-base.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1681,6 +1681,7 @@
16811681
assigned-clocks = <&pmucru CLK_PCIEPHY1_REF>;
16821682
assigned-clock-rates = <100000000>;
16831683
resets = <&cru SRST_PIPEPHY1>;
1684+
reset-names = "phy";
16841685
rockchip,pipe-grf = <&pipegrf>;
16851686
rockchip,pipe-phy-grf = <&pipe_phy_grf1>;
16861687
#phy-cells = <1>;
@@ -1697,6 +1698,7 @@
16971698
assigned-clocks = <&pmucru CLK_PCIEPHY2_REF>;
16981699
assigned-clock-rates = <100000000>;
16991700
resets = <&cru SRST_PIPEPHY2>;
1701+
reset-names = "phy";
17001702
rockchip,pipe-grf = <&pipegrf>;
17011703
rockchip,pipe-phy-grf = <&pipe_phy_grf2>;
17021704
#phy-cells = <1>;

0 commit comments

Comments
 (0)