Commit e82b5fe5 authored by Hauke Mehrtens's avatar Hauke Mehrtens Committed by David S. Miller

dt-bindings: net: dsa: lantiq, xrx200-gswip: Fix minor style fixes

* Use one compatible line per line in the documentation
* Remove SoC revision depended compatible lines, we can detect that in
  the driver
* Use lower case letters in hex addresses
* Fix the size of the address ranges in the example, this now matches
  the sizes used by the SoC. The old ones will also work, this just adds
  some empty address space.
* Change the reg size of the gphy-fw node

Fixes: 86ce2bc7 ("dt-bindings: net: dsa: Add lantiq, xrx200-gswip DT bindings")
Signed-off-by: default avatarHauke Mehrtens <hauke@hauke-m.de>
Cc: devicetree@vger.kernel.org
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d52030e6
...@@ -22,9 +22,9 @@ required and optional properties. ...@@ -22,9 +22,9 @@ required and optional properties.
Required properties for GPHY firmware loading: Required properties for GPHY firmware loading:
- compatible : "lantiq,gphy-fw" and "lantiq,xrx200-gphy-fw", - compatible : "lantiq,xrx200-gphy-fw", "lantiq,gphy-fw"
"lantiq,xrx200a1x-gphy-fw", "lantiq,xrx200a2x-gphy-fw", "lantiq,xrx300-gphy-fw", "lantiq,gphy-fw"
"lantiq,xrx300-gphy-fw", or "lantiq,xrx330-gphy-fw" "lantiq,xrx330-gphy-fw", "lantiq,gphy-fw"
for the loading of the firmware into the embedded for the loading of the firmware into the embedded
GPHY core of the SoC. GPHY core of the SoC.
- lantiq,rcu : reference to the rcu syscon - lantiq,rcu : reference to the rcu syscon
...@@ -41,13 +41,13 @@ Example: ...@@ -41,13 +41,13 @@ Example:
Ethernet switch on the VRX200 SoC: Ethernet switch on the VRX200 SoC:
gswip: gswip@E108000 { switch@e108000 {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "lantiq,xrx200-gswip"; compatible = "lantiq,xrx200-gswip";
reg = < 0xE108000 0x3000 /* switch */ reg = < 0xe108000 0x3100 /* switch */
0xE10B100 0x70 /* mdio */ 0xe10b100 0xd8 /* mdio */
0xE10B1D8 0x30 /* mii */ 0xe10b1d8 0x130 /* mii */
>; >;
dsa,member = <0 0>; dsa,member = <0 0>;
...@@ -97,7 +97,7 @@ gswip: gswip@E108000 { ...@@ -97,7 +97,7 @@ gswip: gswip@E108000 {
}; };
}; };
mdio@0 { mdio {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
compatible = "lantiq,xrx200-mdio"; compatible = "lantiq,xrx200-mdio";
...@@ -123,6 +123,8 @@ gswip: gswip@E108000 { ...@@ -123,6 +123,8 @@ gswip: gswip@E108000 {
gphy-fw { gphy-fw {
compatible = "lantiq,xrx200-gphy-fw", "lantiq,gphy-fw"; compatible = "lantiq,xrx200-gphy-fw", "lantiq,gphy-fw";
lantiq,rcu = <&rcu0>; lantiq,rcu = <&rcu0>;
#address-cells = <1>;
#size-cells = <0>;
gphy@20 { gphy@20 {
reg = <0x20>; reg = <0x20>;
......
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