Skip to content

Commit 2a84cb3

Browse files
E ShattowConchuOD
authored andcommitted
riscv: dts: starfive: jh7110-milkv-mars sort properties
Improve style with node property order sort of common properties before vendor prefixes Signed-off-by: E Shattow <[email protected]> Acked-by: Emil Renner Berthing <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 19272b3 commit 2a84cb3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

arch/riscv/boot/dts/starfive/jh7110-milkv-mars.dts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
};
1313

1414
&gmac0 {
15-
starfive,tx-use-rgmii-clk;
1615
assigned-clocks = <&aoncrg JH7110_AONCLK_GMAC0_TX>;
1716
assigned-clock-parents = <&aoncrg JH7110_AONCLK_GMAC0_RMII_RTX>;
17+
starfive,tx-use-rgmii-clk;
1818
status = "okay";
1919
};
2020

@@ -31,14 +31,14 @@
3131
};
3232

3333
&phy0 {
34-
motorcomm,tx-clk-adj-enabled;
34+
rx-internal-delay-ps = <1500>;
35+
tx-internal-delay-ps = <1500>;
36+
motorcomm,rx-clk-drv-microamp = <3970>;
37+
motorcomm,rx-data-drv-microamp = <2910>;
3538
motorcomm,tx-clk-10-inverted;
3639
motorcomm,tx-clk-100-inverted;
3740
motorcomm,tx-clk-1000-inverted;
38-
motorcomm,rx-clk-drv-microamp = <3970>;
39-
motorcomm,rx-data-drv-microamp = <2910>;
40-
rx-internal-delay-ps = <1500>;
41-
tx-internal-delay-ps = <1500>;
41+
motorcomm,tx-clk-adj-enabled;
4242
};
4343

4444
&pwm {

0 commit comments

Comments
 (0)