
21 Nov
2015
21 Nov
'15
3:39 a.m.
Hi Simon,
On 2015年11月21日 08:27, Simon Glass wrote:
I moved it to a macro. #define CONFIG_SYS_NS16550_CLK get_serial_clock()
Ah, we shouldn't do that with driver model. This should be in some sort of clock driver. Perhaps we should leave this serial driver along for now?
I understand a clock driver should be used for driver model. But I would suggest that we use this get_serial_clock macro until the clock driver for powerpc is ready to get UART clock. This will help things moving forwards to driver model.
Best regards, Thomas