diff options
author | Cyril Bur <cyrilbur@gmail.com> | 2016-12-13 06:39:38 +0300 |
---|---|---|
committer | Joel Stanley <joel@jms.id.au> | 2017-01-10 13:55:40 +0300 |
commit | 9b08d4506cf838d6bc9eac2b5db5482e5cf0ad18 (patch) | |
tree | 7200f05e72378c12410834c3625026cde0c8566f /arch/arm/boot | |
parent | e53a7f1b998dc84cc840554d55140ea2a0e330fc (diff) | |
download | linux-9b08d4506cf838d6bc9eac2b5db5482e5cf0ad18.tar.xz |
ARM: dts: aspeed: Correct palmetto device tree
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 <cyrilbur@gmail.com>
Signed-off-by: Joel Stanley <joel@jms.id.au>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts index 78f886c0c077..e21388369aa0 100644 --- a/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts +++ b/arch/arm/boot/dts/aspeed-bmc-opp-palmetto.dts @@ -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 { |