Home
last modified time | relevance | path

Searched hist:ea4b8016c13aa6f6c0d0a68f88c9970a5fcf1213 (Results 1 – 1 of 1) sorted by relevance

/rk3399_rockchip-uboot/drivers/core/
H A Ddevice.cea4b8016c13aa6f6c0d0a68f88c9970a5fcf1213 Wed May 29 01:47:37 UTC 2019 Joseph Chen <chenjh@rock-chips.com> core: device_bind_common: always use crypto node from U-Boot dtb

There is not crypto node in kernel dtb for early platform(such as
rk322x/rk3288/rk3368/rk3399, etc), so we decide to add crypto node
always in U-Boot dtb and ignore crypto node from kernel dtb.

This is a way to compatible with early platforms. Actually, we
need crypto during secure boot sequence, the crypto had better
not depends on kernel dtb.

Change-Id: Ibab4fca0741b45042b8d0868240449fb6b52aa14
Signed-off-by: Joseph Chen <chenjh@rock-chips.com>