]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
arm64: dts: rockchip: correct assigned-clock-rates spelling on 2 boards
authorJohan Jonker <jbx6244@gmail.com>
Sat, 1 Nov 2025 15:35:26 +0000 (16:35 +0100)
committerHeiko Stuebner <heiko@sntech.de>
Thu, 13 Nov 2025 22:54:37 +0000 (23:54 +0100)
Due to some copy and paste from the manufacturer tree the property
assigned-clock-rate is missing a letter "s". Correct spelling to
reduce dtbs_check output.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
Link: https://patch.msgid.link/92714b6c-6c0d-4a10-afe4-73ed313c87c0@gmail.com
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
arch/arm64/boot/dts/rockchip/rk3318-a95x-z2.dts
arch/arm64/boot/dts/rockchip/rk3328-evb.dts

index 96c27fc5005d1f11b9426629896a29726905d1eb..3566c14850c66849a9682c39b1c5bf96dde432df 100644 (file)
 
 &gmac2phy {
        assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;
-       assigned-clock-rate = <50000000>;
+       assigned-clock-rates = <50000000>;
        assigned-clocks = <&cru SCLK_MAC2PHY>;
        status = "okay";
 };
index 3707df6acf1fcb81d8809606fbcf93bb122796b0..76715de886e2d9818e8779201002f1742d92122e 100644 (file)
 &gmac2phy {
        phy-supply = <&vcc_phy>;
        clock_in_out = "output";
-       assigned-clock-rate = <50000000>;
+       assigned-clock-rates = <50000000>;
        assigned-clocks = <&cru SCLK_MAC2PHY>;
        assigned-clock-parents = <&cru SCLK_MAC2PHY_SRC>;
        status = "okay";