On Tue, Oct 27, 2020 at 11:18:34PM +0300, Dmitry Osipenko wrote:
27.10.2020 22:44, Krzysztof Kozlowski пишет:
On Tue, Oct 27, 2020 at 10:22:19PM +0300, Dmitry Osipenko wrote:
27.10.2020 12:02, Krzysztof Kozlowski пишет:
@@ -31,17 +32,34 @@ Example: ... };
- emc_bw_dfs_opp_table: emc_opp_table1 {
Hyphens for node name.
We already use underscores for the Tegra CPU OPP table.
https://elixir.bootlin.com/linux/v5.10-rc1/source/arch/arm/boot/dts/tegra20-...
What makes you think that hyphens will be a better choice? Is it a documented naming convention?
Unfortunately that's the source of confusion also for me because Devicetree spec mentions both of them (and does not specify preferences).
The choice of dashes/hyphens comes now explicitly from all dtschema files. Previously, the documentation were emails from Rob. :)
Okay, I'll change it in v7. So far I haven't seen warnings about it from the schema-checker.
dtc with W=2 will warn.
The bigger issue is the name should be generic.
Rob