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

Missing stdin-path in chosen node schema #132

Open
vstehle opened this issue Mar 1, 2024 · 2 comments
Open

Missing stdin-path in chosen node schema #132

vstehle opened this issue Mar 1, 2024 · 2 comments

Comments

@vstehle
Copy link

vstehle commented Mar 1, 2024

The /chosen node YAML schema is missing a property for stdin-path, while it is defined in the Devicetree specification.

The two other /chosen node properties defined in the specification, bootargs and stdout-path, do indeed have a corresponding property in the YAML schema.

@robherring
Copy link
Member

I started to add it, but then:

$ git grep stdin-path
arch/m68k/sun3/prom/console.c: prom_getproperty(prom_root_node, "stdin-path", propb, sizeof(propb));

Yes, that's "just" Linux, but seems unlikely anywhere else will support it. So maybe it should just be removed from the spec instead? Do you have a usecase for it?

@vstehle
Copy link
Author

vstehle commented Jul 5, 2024

So maybe it should just be removed from the spec instead?

Hi @robherring, thanks for having a look.
You are right, this sounds like the sensible thing to do.

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

2 participants