Skip to content
Snippets Groups Projects
Commit d25d847e authored by Karl Palsson's avatar Karl Palsson Committed by John Crispin
Browse files

ath79: mdio: add address-cells and size-cells defaults


Eliminates warnings about relying on defaults from the device tree
compiler.

Signed-off-by: default avatarKarl Palsson <karlp@etactica.com>
parent 35aae073
No related branches found
No related tags found
No related merge requests found
......@@ -51,6 +51,8 @@
mdio0: mdio-bus {
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
regmap = <&eth0>;
......@@ -70,6 +72,8 @@
mdio1: mdio-bus {
status = "disabled";
#address-cells = <1>;
#size-cells = <0>;
regmap = <&eth1>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment