Correct ranges in Armada38x dts

Ranges property of 'soc' node used two-cell addresses which resulted in
casting errors as simplebus resource allocation works with 32-bit u_long
variables. FDT ranges were simplified.

Reviewed by:    imp
Obtained from:	Semihalf
Sponsored by:	Stormshield
Submitted by:	Michal Stanek <mst@semihalf.com>
Differential revision:  https://reviews.freebsd.org/D4212
This commit is contained in:
Zbigniew Bodek 2016-01-20 13:32:13 +00:00
parent f8742b0da3
commit ed5d3a971c

View File

@ -59,8 +59,7 @@
};
soc {
ranges = <MBUS_ID(0xf0, 0x01) 0 0xf1000000 0x100000
MBUS_ID(0x01, 0x1d) 0 0xfff00000 0x100000>;
ranges = <0 0 0xf1000000 0x100000>;
internal-regs {
spi@10600 {