kernel/rockchip: Restore kernel files for v6.1
[openwrt/staging/stintel.git] / target / linux / rockchip / patches-6.6 / 022-v6.5-arm64-dts-rockchip-minor-whitespace-cleanup-around.patch
1 From f99a75f11f46a24dabb33e90893eebf61dca0566 Mon Sep 17 00:00:00 2001
2 From: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
3 Date: Sun, 2 Jul 2023 20:52:42 +0200
4 Subject: [PATCH] arm64: dts: rockchip: minor whitespace cleanup around '='
5
6 The DTS code coding style expects exactly one space before and after '='
7 sign.
8
9 Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
10 Link: https://lore.kernel.org/r/20230702185242.44421-1-krzysztof.kozlowski@linaro.org
11 Signed-off-by: Heiko Stuebner <heiko@sntech.de>
12 ---
13 .../boot/dts/rockchip/rk3566-radxa-cm3-io.dts | 4 ++--
14 1 files changed, 2 insertions(+), 2 deletions(-)
15
16 --- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
17 +++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-cm3-io.dts
18 @@ -137,8 +137,8 @@
19
20 &mdio1 {
21 rgmii_phy1: ethernet-phy@0 {
22 - compatible="ethernet-phy-ieee802.3-c22";
23 - reg= <0x0>;
24 + compatible = "ethernet-phy-ieee802.3-c22";
25 + reg = <0x0>;
26 };
27 };
28