2
0
mirror of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-09-04 20:19:47 +08:00

ARM: dts: rockchip: Minor whitespace cleanup

The DTS code coding style expects exactly one space around '='
character.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20250819131607.86338-3-krzysztof.kozlowski@linaro.org
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
This commit is contained in:
Krzysztof Kozlowski 2025-08-19 15:16:08 +02:00 committed by Heiko Stuebner
parent 2dea24df23
commit 106bdca970
2 changed files with 4 additions and 4 deletions

View File

@ -272,7 +272,7 @@
phy-mode = "rmii"; phy-mode = "rmii";
phy-handle = <&phy0>; phy-handle = <&phy0>;
assigned-clocks = <&cru SCLK_MAC_SRC>; assigned-clocks = <&cru SCLK_MAC_SRC>;
assigned-clock-rates= <50000000>; assigned-clock-rates = <50000000>;
pinctrl-names = "default"; pinctrl-names = "default";
pinctrl-0 = <&rmii_pins>; pinctrl-0 = <&rmii_pins>;
status = "okay"; status = "okay";