Previously we have to use serial node only from U-Boot dtb, because we can't handle two problems to avoid serial intr fail: - CRU phandle miss match between kernel and U-Boot dtb - No "clock-frequency" in kernel serial node These problems are workarund by current code, but the dm serial seems to be works normally only for uart debug but not other uart. Since the problems have been solved, let's allow serial driver-device bind from kernel dtb. Signed-off-by: Joseph Chen <chenjh@rock-chips.com> Change-Id: If3453509151e086afc5b7558277bec53842ac8eb |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| device-remove.c | ||
| device.c | ||
| devres.c | ||
| dump.c | ||
| fdtaddr.c | ||
| lists.c | ||
| of_access.c | ||
| of_addr.c | ||
| of_extra.c | ||
| ofnode.c | ||
| read.c | ||
| read_extra.c | ||
| regmap.c | ||
| root.c | ||
| simple-bus.c | ||
| syscon-uclass.c | ||
| uclass.c | ||
| util.c | ||