OSDN Git Service

arm64: dts: microchip: use "okay" for status
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Fri, 27 Jan 2023 10:18:24 +0000 (11:18 +0100)
committerKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Sat, 28 Jan 2023 10:15:36 +0000 (11:15 +0100)
"okay" over "ok" is preferred for status property.

Reviewed-by: Steen Hegelund <Steen.Hegelund@microchip.com>
Link: https://lore.kernel.org/r/20230127101824.93684-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
arch/arm64/boot/dts/microchip/sparx5_pcb134_board.dtsi
arch/arm64/boot/dts/microchip/sparx5_pcb135_board.dtsi

index bf12be5..ed94a80 100644 (file)
 };
 
 &mdio3 {
-       status = "ok";
+       status = "okay";
        phy64: ethernet-phy@64 {
                reg = <28>;
        };
index ec90bda..0760cf2 100644 (file)
 };
 
 &mdio0 {
-       status = "ok";
+       status = "okay";
        phy0: ethernet-phy@0 {
                reg = <0>;
        };
 };
 
 &mdio1 {
-       status = "ok";
+       status = "okay";
        phy24: ethernet-phy@24 {
                reg = <0>;
        };
 };
 
 &mdio3 {
-       status = "ok";
+       status = "okay";
        phy64: ethernet-phy@64 {
                reg = <28>;
        };