davidchisnall / dtc

FreeBSD Device Tree Compiler
18 stars 17 forks source link

DTB not convertable by GPL dtc #21

Closed evadot closed 6 years ago

evadot commented 7 years ago

When converting a dtb (converted via this dtc) to a dts with gpl dtc there is a lot of errors :

: ERROR (duplicate_property_names): Duplicate property name fixup in /__local_fixups__
davidchisnall commented 7 years ago

Do you have a test case for this? /local_fixups should only be generated for plugin compat stuff (-@) and the plugin support is relatively new, so I'd be totally unsurprised by bugs.

evadot commented 7 years ago

Same as #20 the sun7i-a20-bananapi.dts is what I used.

davidchisnall commented 7 years ago

I mean a test case in the Tests directory that is run as part of the regression test suite.

evadot commented 7 years ago

No. This is not a regression in this dtc but an incompatibility with gpl dtc.

davidchisnall commented 7 years ago

Yes, but to make sure it is fixed and remains fixed, both this and the PR for #20 need a test case.

evadot commented 7 years ago

Yes I'm working on a test case for #20 but I don't have one for this issue as I've not fixed it.

davidchisnall commented 6 years ago

Is this still present, and if so any chance of a test case?

davidchisnall commented 6 years ago

I believe that this is the same issue as #27 and is now fixed.