Skip to content

Commit 6c9cd0a

Browse files
aiamadeusgregkh
authored andcommitted
arm64: dts: rockchip: add reset-names for combphy on rk3568
commit 8b9c127 upstream. 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]> Signed-off-by: Aurelien Jarno <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent d49c64c commit 6c9cd0a

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
@@ -262,6 +262,7 @@
262262
assigned-clocks = <&pmucru CLK_PCIEPHY0_REF>;
263263
assigned-clock-rates = <100000000>;
264264
resets = <&cru SRST_PIPEPHY0>;
265+
reset-names = "phy";
265266
rockchip,pipe-grf = <&pipegrf>;
266267
rockchip,pipe-phy-grf = <&pipe_phy_grf0>;
267268
#phy-cells = <1>;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,6 +1762,7 @@
17621762
assigned-clocks = <&pmucru CLK_PCIEPHY1_REF>;
17631763
assigned-clock-rates = <100000000>;
17641764
resets = <&cru SRST_PIPEPHY1>;
1765+
reset-names = "phy";
17651766
rockchip,pipe-grf = <&pipegrf>;
17661767
rockchip,pipe-phy-grf = <&pipe_phy_grf1>;
17671768
#phy-cells = <1>;
@@ -1778,6 +1779,7 @@
17781779
assigned-clocks = <&pmucru CLK_PCIEPHY2_REF>;
17791780
assigned-clock-rates = <100000000>;
17801781
resets = <&cru SRST_PIPEPHY2>;
1782+
reset-names = "phy";
17811783
rockchip,pipe-grf = <&pipegrf>;
17821784
rockchip,pipe-phy-grf = <&pipe_phy_grf2>;
17831785
#phy-cells = <1>;

0 commit comments

Comments
 (0)