Skip to content

Commit c6c003a

Browse files
ezequielgarciaJason Cooper
authored andcommitted
ARM: mvebu: Fix ranges entry on XP GP board
With the latest device tree reorganization which introduced the 'internal-reg' node, now the only region translated is the internal register's. This makes the description of the hardware incomplete, for it lacks the Device Bus childs address space. In order to fix this, it's required to add a 'ranges' entry with a suitable address space to map Device Bus childs, on a per-board basis. This patch fixes the ranges property on the Armada XP GP board. Signed-off-by: Ezequiel Garcia <[email protected]> Signed-off-by: Jason Cooper <[email protected]>
1 parent 6d31727 commit c6c003a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm/boot/dts/armada-xp-gp.dts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
};
4040

4141
soc {
42+
ranges = <0 0 0xd0000000 0x100000
43+
0xf0000000 0 0xf0000000 0x1000000>;
44+
4245
internal-regs {
4346
serial@12000 {
4447
clock-frequency = <250000000>;

0 commit comments

Comments
 (0)