[OpenBIOS] [PATCH 11/15] macio: add missing REGISTER_NODE for New World macio devices

Mark Cave-Ayland mark.cave-ayland at ilande.co.uk
Mon May 21 23:33:18 CEST 2018


Signed-off-by: Mark Cave-Ayland <mark.cave-ayland at ilande.co.uk>
---
 drivers/macio.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/macio.c b/drivers/macio.c
index fe19091..94ca90f 100644
--- a/drivers/macio.c
+++ b/drivers/macio.c
@@ -268,6 +268,7 @@ ob_macio_keylargo_init(const char *path, phys_addr_t addr)
 {
         phandle_t aliases;
 
+        REGISTER_NODE(ob_macio);
         aliases = find_dev("/aliases");
         set_property(aliases, "mac-io", path, strlen(path) + 1);
 
-- 
2.11.0




More information about the OpenBIOS mailing list