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:
parent
f8742b0da3
commit
ed5d3a971c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user