]> git.ipfire.org Git - thirdparty/kernel/stable.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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Feb 2025 09:05:48 +0000 (10:05 +0100)
commit 8b9c12757f919157752646faf3821abf2b7d2a64 upstream.

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>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm64/boot/dts/rockchip/rk3568.dtsi
arch/arm64/boot/dts/rockchip/rk356x.dtsi

index 0946310e8c124826ebb66f41ce6ef8489e4dfa17..6fd67ae2711746c72936750af7f6c07422714df7 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 0ee0ada6f0ab0f144baee4228079c2278db2f560..bc0f57a26c2ff8e19b546354f84ffaa44ebd9229 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>;