]> git.sur5r.net Git - u-boot/blobdiff - tools/dtoc/test_dtoc.py
dtoc: Rename the phandle struct
[u-boot] / tools / dtoc / test_dtoc.py
index 62460acb7c5c7acbbe3a26337a2516ddb2af7580..23c4439ed9183347eb080782f1cb5e82b3fddd2f 100644 (file)
@@ -228,7 +228,7 @@ U_BOOT_DEVICE(pmic_at_9) = {
         self.assertEqual('''#include <stdbool.h>
 #include <libfdt.h>
 struct dtd_source {
-\tstruct phandle_2_cell clocks[1];
+\tstruct phandle_1_arg clocks[1];
 };
 struct dtd_target {
 \tfdt32_t\t\tintval;