YAML output was restricted to dts input as there are some dependencies on source annotations which get lost with other input formats. With the addition of markers by the checks, YAML output from dtb format becomes more useful. Signed-off-by: Rob Herring <robh@xxxxxxxxxx> --- dtc.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/dtc.c b/dtc.c index 3962d3f4b178..e3decb2f4229 100644 --- a/dtc.c +++ b/dtc.c @@ -353,8 +353,6 @@ int main(int argc, char *argv[]) dt_to_source(outf, dti); #ifndef NO_YAML } else if (streq(outform, "yaml")) { - if (!streq(inform, "dts")) - die("YAML output format requires dts input format\n"); dt_to_yaml(outf, dti); #endif } else if (streq(outform, "dtb")) { -- 2.27.0