Skip to content

Commit

Permalink
ARM: dts: aspeed: Correct palmetto device tree
Browse files Browse the repository at this point in the history
Palmettos have 512MB of memory as opposed to the previously thought
256MB. Update the device trees accordingly.

We run the uart at 115200.

Signed-off-by: Cyril Bur <[email protected]>
Signed-off-by: Joel Stanley <[email protected]>
  • Loading branch information
cyrilbur-ibm authored and shenki committed Jan 10, 2017
1 parent e53a7f1 commit 9b08d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

chosen {
stdout-path = &uart5;
bootargs = "console=ttyS4,38400 earlyprintk";
bootargs = "console=ttyS4,115200 earlyprintk";
};

memory {
reg = <0x40000000 0x10000000>;
reg = <0x40000000 0x20000000>;
};

reserved-memory {
Expand Down

0 comments on commit 9b08d45

Please sign in to comment.