commit | 6771e01f7965ea13988d0a5a7972f97be4e46452 | [log] [tgz] |
---|---|---|
author | Jon Mason <jon.mason@broadcom.com> | Thu Jan 12 10:50:10 2017 -0500 |
committer | Florian Fainelli <f.fainelli@gmail.com> | Thu Jan 12 16:07:27 2017 -0800 |
tree | f8b336a739d576960fe57d8de0afe01bfcaf89ae | |
parent | 7ce7d89f48834cefece7804d38fc5d85382edf77 [diff] |
ARM: dts: NSP: Fix DT ranges error The range size for axi is 0x2 bytes too small, as the QSPI needs 0x11c408 + 0x004 (which is 0x0011c40c, not 0x0011c40a). No errors have been observed with this shortcoming, but fixing it for correctness. Fixes: 329f98c1974e ("ARM: dts: NSP: Add QSPI nodes to NSPI and bcm958625k DTSes") Signed-off-by: Jon Mason <jon.mason@broadcom.com> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>