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:
parent
ef5a68b123
commit
4d85f76c54
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue