Commit a7569f7d authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski

ARM: dts: armada: correct indentation

Do not use spaces for indentation.

Link: https://lore.kernel.org/r/20221002092008.69003-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
parent cfc35a16
......@@ -85,11 +85,11 @@ g762: g762@3e {
};
clocks {
g762_clk: g762-oscillator {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <8192>;
};
g762_clk: g762-oscillator {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <8192>;
};
};
gpio-leds {
......
......@@ -94,11 +94,11 @@ pca9554: pca9554@23 {
};
clocks {
g762_clk: g762-oscillator {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <8192>;
};
g762_clk: g762-oscillator {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <8192>;
};
};
gpio-leds {
......
......@@ -61,8 +61,8 @@ ethernet@74000 {
status = "okay";
phy-mode = "rgmii-id";
fixed-link {
speed = <1000>;
full-duplex;
speed = <1000>;
full-duplex;
};
};
......@@ -155,18 +155,18 @@ port@0 {
};
port@1 {
reg = <1>;
label = "lan1";
reg = <1>;
label = "lan1";
};
port@2 {
reg = <2>;
label = "lan2";
reg = <2>;
label = "lan2";
};
port@3 {
reg = <3>;
label = "lan3";
reg = <3>;
label = "lan3";
};
port@5 {
......
......@@ -91,9 +91,9 @@ usb@51000 {
};
ethernet@70000 {
status = "okay";
phy = <&phy1>;
phy-mode = "sgmii";
status = "okay";
phy = <&phy1>;
phy-mode = "sgmii";
};
sata@a0000 {
......
......@@ -121,11 +121,11 @@ sata@a0000 {
};
clocks {
g762_clk: g762-oscillator {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <32768>;
};
g762_clk: g762-oscillator {
compatible = "fixed-clock";
#clock-cells = <0>;
clock-frequency = <32768>;
};
};
gpio-leds {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment