hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodes
commit11dbcc70c6423162d8c6131db1e09944818b35b9
authorBin Meng <bin.meng@windriver.com>
Wed, 3 Feb 2021 14:24:48 +0000 (3 22:24 +0800)
committerDavid Gibson <david@gibson.dropbear.id.au>
Wed, 10 Feb 2021 03:50:11 +0000 (10 14:50 +1100)
tree21b6f8507fc6d3332fd567e2f2a147e927a9b167
parent0c36ab7114056caa78471016b8990f983168ff47
hw/ppc: e500: Fill in correct <clock-frequency> for the serial nodes

At present the <clock-frequency> property of the serial node is
populated with value zero. U-Boot's ns16550 driver is not happy
about this, so let's fill in a meaningful value.

Signed-off-by: Bin Meng <bin.meng@windriver.com>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-Id: <1612362288-22216-2-git-send-email-bmeng.cn@gmail.com>
Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
hw/ppc/e500.c