diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-06-19 16:11:45 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-06-23 01:28:15 +0900 |
commit | 41bacb597e6a3bb9e0ba514d4280aa0af5391f43 (patch) | |
tree | 6919d60fed007a5abe0f72866bae67f1e002da6b /arch/arm/dts/uniphier-pxs2.dtsi | |
parent | 157736a9eee056ff5accf6d5665132efebf99332 (diff) |
serial: uniphier: set clock rate without clock-frequency property
In Linux, the clock rate of the UART is given by the clock driver.
If you try to follow that in U-Boot, you would end up with adding
more u-boot,dm-pre-reloc properties, and also the clock driver would
be too big for SPL, which is used for UniPhier ARMv7 platform.
The current solution is to add 'clock-frequency' property to the
UART nodes, but it does not exist in the DT files in Linux. I do
not want to let DT diverge for U-Boot.
Check the SoC compatible and set the clock rate according to it.
This will be helpful to sync DT between Linux and U-Boot.
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/arm/dts/uniphier-pxs2.dtsi')
0 files changed, 0 insertions, 0 deletions