hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()
authorBernhard Beschow <shentey@gmail.com>
Wed, 25 Jan 2023 13:00:23 +0000 (14:00 +0100)
committerDaniel Henrique Barboza <danielhb413@gmail.com>
Sun, 5 Feb 2023 09:40:28 +0000 (06:40 -0300)
commit4348a3aff0c8f443891dcf6764830249d0a53e86
tree42166f42c391237624b34271a76ba68e5f15bc71
parent0998fcb35360557395b60678e73a9e51334a07dc
hw/ppc/e500.c: Avoid hardcoding parent device in create_devtree_etsec()

The "platform" node is available through data->node, so use that instead
of making assumptions about the parent device.

Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com>
Message-Id: <20230125130024.158721-4-shentey@gmail.com>
Signed-off-by: Daniel Henrique Barboza <danielhb413@gmail.com>
hw/ppc/e500.c