diff options
author | Mathias Kresin <dev@kresin.me> | 2019-01-27 16:59:08 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2019-07-07 11:17:28 +0200 |
commit | 0c93c09e6da9dd58a928bbf05e9b9cbff0d9aabf (patch) | |
tree | 7c7eb02e0e1867db4d73aa88b48ab8d785e0e16e /target/linux/lantiq | |
parent | 3b215a01bbfa95f039da3599244c44c1ca64c2d7 (diff) | |
download | upstream-0c93c09e6da9dd58a928bbf05e9b9cbff0d9aabf.tar.gz upstream-0c93c09e6da9dd58a928bbf05e9b9cbff0d9aabf.tar.bz2 upstream-0c93c09e6da9dd58a928bbf05e9b9cbff0d9aabf.zip |
lantiq: dts: fix unit address mismatch warning
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>
Diffstat (limited to 'target/linux/lantiq')
-rw-r--r-- | target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi b/target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi index cfe1140ac1..e959ca7639 100644 --- a/target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi +++ b/target/linux/lantiq/files/arch/mips/boot/dts/EASY98000-base.dtsi @@ -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>; |