Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labeling issue #16

Open
bmx666 opened this issue Dec 24, 2021 · 0 comments
Open

Labeling issue #16

bmx666 opened this issue Dec 24, 2021 · 0 comments

Comments

@bmx666
Copy link

bmx666 commented Dec 24, 2021

Problem 1:

first DTS includes labels like
spiA: spi0: spi { ... };

second DTS includes labels like
spi0: spiA: spi { ... };

Then diff shows them like 2 different nodes

Problem 2

Additional labels for node

first DTS includes labels like
spi0: spi { prop = "1"; };

second DTS includes labels like
spiA: spi0: spi { prop = "2"; };

Then diff shows something strange and lose all labels which are related to node:

first DTS
spi0 { prop = "1"; };

second DTS
spiA { prop = "2"; };

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant