Skip to content

Commit b73813c

Browse files
aiamadeusmehmetb0
authored andcommitted
arm64: dts: rockchip: add reset-names for combphy on rk3568
BugLink: https://bugs.launchpad.net/bugs/2114239 commit 8b9c127 upstream. The reset-names of combphy are missing, add it. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn> Fixes: fd3ac6e ("dt-bindings: phy: rockchip: rk3588 has two reset lines") Link: https://lore.kernel.org/r/20241122073006.99309-1-amadeus@jmu.edu.cn Signed-off-by: Heiko Stuebner <heiko@sntech.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Signed-off-by: Noah Wager <noah.wager@canonical.com> Signed-off-by: Mehmet Basaran <mehmet.basaran@canonical.com>
1 parent b2e191a commit b73813c

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
@@ -223,6 +223,7 @@
223223
assigned-clocks = <&pmucru CLK_PCIEPHY0_REF>;
224224
assigned-clock-rates = <100000000>;
225225
resets = <&cru SRST_PIPEPHY0>;
226+
reset-names = "phy";
226227
rockchip,pipe-grf = <&pipegrf>;
227228
rockchip,pipe-phy-grf = <&pipe_phy_grf0>;
228229
#phy-cells = <1>;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,6 +1713,7 @@
17131713
assigned-clocks = <&pmucru CLK_PCIEPHY1_REF>;
17141714
assigned-clock-rates = <100000000>;
17151715
resets = <&cru SRST_PIPEPHY1>;
1716+
reset-names = "phy";
17161717
rockchip,pipe-grf = <&pipegrf>;
17171718
rockchip,pipe-phy-grf = <&pipe_phy_grf1>;
17181719
#phy-cells = <1>;
@@ -1729,6 +1730,7 @@
17291730
assigned-clocks = <&pmucru CLK_PCIEPHY2_REF>;
17301731
assigned-clock-rates = <100000000>;
17311732
resets = <&cru SRST_PIPEPHY2>;
1733+
reset-names = "phy";
17321734
rockchip,pipe-grf = <&pipegrf>;
17331735
rockchip,pipe-phy-grf = <&pipe_phy_grf2>;
17341736
#phy-cells = <1>;

0 commit comments

Comments
 (0)