boards: arm: mps2_an385: Fix dtc warning
Fix dtc warning related to ethernet node name not matching the reg property. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
ae3abda801
commit
dfa350e7fd
|
@ -129,7 +129,7 @@
|
|||
interrupts = <17 3>;
|
||||
};
|
||||
|
||||
eth0: eth@0 {
|
||||
eth0: eth@40200000 {
|
||||
/* Linux has "smsc,lan9115" */
|
||||
compatible = "smsc,lan9220";
|
||||
/* Such a big size from memory map in AN385 */
|
||||
|
|
Loading…
Reference in New Issue