rockchip: kernel dtb: fixup cru phandle of "resets" property

Mainly for wdt in U-Boot.

Signed-off-by: Joseph Chen <chenjh@rock-chips.com>
Change-Id: I80946bf85015b84d8ea4db95fc00b314160505f8
This commit is contained in:
Joseph Chen 2020-12-25 15:58:17 +08:00 committed by Jianhong Chen
parent ef5a68b123
commit 4d85f76c54
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ DECLARE_GLOBAL_DATA_PTR;
/* Here, only fixup cru phandle, pmucru is not included */
static int phandles_fixup_cru(const void *fdt)
{
const char *props[] = { "clocks", "assigned-clocks" };
const char *props[] = { "clocks", "assigned-clocks", "resets"};
struct udevice *dev;
struct uclass *uc;
const char *comp;