]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: rockchip: add reset-names for combphy on rk3568
authorChukun Pan <amadeus@jmu.edu.cn>
Fri, 22 Nov 2024 07:30:05 +0000 (15:30 +0800)
committerHeiko Stuebner <heiko@sntech.de>
Mon, 2 Dec 2024 23:25:39 +0000 (00:25 +0100)
The reset-names of combphy are missing, add it.

Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
Fixes: fd3ac6e80497 ("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>
arch/arm64/boot/dts/rockchip/rk3568.dtsi
arch/arm64/boot/dts/rockchip/rk356x-base.dtsi

index ecaefe208e3e5149b7079e2ec35bdf98bfd07bbb..695cccbdab0f98e8af830d5849e2012a9da6a7dc 100644 (file)
                assigned-clocks = <&pmucru CLK_PCIEPHY0_REF>;
                assigned-clock-rates = <100000000>;
                resets = <&cru SRST_PIPEPHY0>;
+               reset-names = "phy";
                rockchip,pipe-grf = <&pipegrf>;
                rockchip,pipe-phy-grf = <&pipe_phy_grf0>;
                #phy-cells = <1>;
index 62be06f3b8637502268091f2a51a96b5e44eb6a9..e5539062911405926c674464beb6455feb689856 100644 (file)
                assigned-clocks = <&pmucru CLK_PCIEPHY1_REF>;
                assigned-clock-rates = <100000000>;
                resets = <&cru SRST_PIPEPHY1>;
+               reset-names = "phy";
                rockchip,pipe-grf = <&pipegrf>;
                rockchip,pipe-phy-grf = <&pipe_phy_grf1>;
                #phy-cells = <1>;
                assigned-clocks = <&pmucru CLK_PCIEPHY2_REF>;
                assigned-clock-rates = <100000000>;
                resets = <&cru SRST_PIPEPHY2>;
+               reset-names = "phy";
                rockchip,pipe-grf = <&pipegrf>;
                rockchip,pipe-phy-grf = <&pipe_phy_grf2>;
                #phy-cells = <1>;