lantiq: dts: fix unit address mismatch warning
authorMathias Kresin <dev@kresin.me>
Sun, 27 Jan 2019 15:59:08 +0000 (16:59 +0100)
committerMathias Kresin <dev@kresin.me>
Sun, 7 Jul 2019 09:17:28 +0000 (11:17 +0200)
Set a unit address matching the reg property for the EASY98000 ethernet
node.

Fixes a unit mismatch devicetree compiler warning.

Signed-off-by: Mathias Kresin <dev@kresin.me>
target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi

index cfe1140ac1474aebe7400ce508bfd6b7bf679365..e959ca763948def069a234e4d51b54b0eb6a6d8d 100644 (file)
@@ -49,7 +49,7 @@
 };
 
 &ebu_cs1 {
-       eth0: ethernet@0000000 {
+       eth0: ethernet@3 {
                compatible = "davicom,dm9000";
                device_type = "network";
                reg = <0x0000003 0x1>, <0x0000001 0x1>;
@@ -79,7 +79,7 @@
 &spi {
        status = "okay";
 
-       eeprom@1 {
+       eeprom@2 {
                compatible = "atmel,at25", "atmel,at25160n";
                reg = <2>;
                spi-max-frequency = <1000000>;