Commit 9ed3fec3 authored by Chen-Yu Tsai's avatar Chen-Yu Tsai Committed by David S. Miller

dt-bindings: net: dwmac-sun8i: Sort syscon compatibles by alphabetical order

The A83T syscon compatible was appended to the syscon compatibles list,
instead of inserted in to preserve the ordering.

Move it to the proper place to keep the list sorted.
Signed-off-by: default avatarChen-Yu Tsai <wens@csie.org>
Reviewed-by: default avatarRob Herring <robh@kernel.org>
Acked-by: default avatarMaxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a4a78a97
...@@ -22,10 +22,10 @@ Required properties: ...@@ -22,10 +22,10 @@ Required properties:
- #size-cells: shall be 0 - #size-cells: shall be 0
- syscon: A phandle to the syscon of the SoC with one of the following - syscon: A phandle to the syscon of the SoC with one of the following
compatible string: compatible string:
- allwinner,sun8i-a83t-system-controller
- allwinner,sun8i-h3-system-controller - allwinner,sun8i-h3-system-controller
- allwinner,sun8i-v3s-system-controller - allwinner,sun8i-v3s-system-controller
- allwinner,sun50i-a64-system-controller - allwinner,sun50i-a64-system-controller
- allwinner,sun8i-a83t-system-controller
Optional properties: Optional properties:
- allwinner,tx-delay-ps: TX clock delay chain value in ps. - allwinner,tx-delay-ps: TX clock delay chain value in ps.
......
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