diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2016-07-27 21:27:54 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2016-07-28 22:42:16 +0200 |
commit | 47cce1d5e45c1e6c5bb5659698408d4cea4e03a4 (patch) | |
tree | bd87f3917877bd6c381dfa4fb45d29f825ee3110 /target/linux/lantiq/dts/EASY80920NOR.dts | |
parent | 6b5a4185122b8c9edfb16e0ac70802733191ffe7 (diff) | |
download | upstream-47cce1d5e45c1e6c5bb5659698408d4cea4e03a4.tar.gz upstream-47cce1d5e45c1e6c5bb5659698408d4cea4e03a4.tar.bz2 upstream-47cce1d5e45c1e6c5bb5659698408d4cea4e03a4.zip |
lantiq: fix switch configuration for EASY80920
The device tree description misses some Ethernet ports and there was no
model specified for this board. In addition there was no switch
specific default configuration created.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/lantiq/dts/EASY80920NOR.dts')
-rw-r--r-- | target/linux/lantiq/dts/EASY80920NOR.dts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/lantiq/dts/EASY80920NOR.dts b/target/linux/lantiq/dts/EASY80920NOR.dts index 54d2fa9617..39367f7bb2 100644 --- a/target/linux/lantiq/dts/EASY80920NOR.dts +++ b/target/linux/lantiq/dts/EASY80920NOR.dts @@ -4,6 +4,8 @@ /include/ "EASY80920.dtsi" / { + model = "EASY80920NOR - Intel EASY80920 Nor"; + fpi@10000000 { localbus@0 { ranges = <0 0 0x0 0x3ffffff>; |