Home
last modified time | relevance | path

Searched hist:"503458 d2fe9317622b914df6badb5190d20ef545" (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/core/
H A Ddevice.c503458d2fe9317622b914df6badb5190d20ef545 Mon Dec 16 03:37:27 UTC 2019 Joseph Chen <chenjh@rock-chips.com> core: device: allow serial node bind from kernel dtb

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