commit | a3a8d0ca725c39ada6b89705a865fd0b1befc0bd | [log] [tgz] |
---|---|---|
author | Mario Six <mario.six@gdsys.cc> | Mon Jan 21 09:18:06 2019 +0100 |
committer | Mario Six <mario.six@gdsys.cc> | Tue May 21 07:52:33 2019 +0200 |
tree | 23a0e21e608d0b08dae941c69a756d03fbbdd732 | |
parent | 2fc52270e823617adf8a65b827def082600d2da6 [diff] |
powerpc: mpc83xx: fdt: Use get_serial_clock() Replace the hard-coded CONFIG_SYS_NS16550_CLK value for the FDT fixup with the previously introduced get_serial_clock function This will make it possible to activate DM for serial devices on MPC83xx later on. Signed-off-by: Mario Six <mario.six@gdsys.cc>