rv1126-uboot/drivers/core
Joseph Chen 503458d2fe 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
2019-12-16 21:01:05 +08:00
..
Kconfig UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
Makefile UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
device-remove.c
device.c core: device: allow serial node bind from kernel dtb 2019-12-16 21:01:05 +08:00
devres.c
dump.c driver: core/input: treat 'u-boot,dm-spl' as 'u-boot,dm-pre-reloc' 2019-10-24 10:52:45 +08:00
fdtaddr.c
lists.c UPSTREAM: dm: replace dm_dbg() with pr_debug() 2018-01-17 15:27:28 +08:00
of_access.c dm: core: add function dev_write_u32_array() to write u32 array values 2019-06-14 18:22:36 +08:00
of_addr.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
of_extra.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
ofnode.c dm: core: add function dev_write_u32_array() to write u32 array values 2019-06-14 18:22:36 +08:00
read.c core: read: add dev_read_s32_default() 2019-11-22 08:42:16 +08:00
read_extra.c
regmap.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00
root.c core: root: fix reloc condition error '||' => '&&' 2019-12-03 13:09:21 +08:00
simple-bus.c UPSTREAM: simple-bus: remove DECLARE_GLOBAL_DATA_PTR 2018-01-17 15:27:28 +08:00
syscon-uclass.c
uclass.c debug: convert to use pr_debug for pte init and find dev 2018-03-16 18:09:21 +08:00
util.c UPSTREAM: libfdt: move headers to <linux/libfdt.h> and <linux/libfdt_env.h> 2018-12-24 17:20:37 +08:00