Skip to content

Commit

Permalink
ARM: mvebu: Fix ranges entry on XP GP board
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ezequielgarcia authored and Jason Cooper committed May 17, 2013
1 parent 6d31727 commit c6c003a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/boot/dts/armada-xp-gp.dts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@
};

soc {
ranges = <0 0 0xd0000000 0x100000
0xf0000000 0 0xf0000000 0x1000000>;

internal-regs {
serial@12000 {
clock-frequency = <250000000>;
Expand Down

0 comments on commit c6c003a

Please sign in to comment.