On Wed, 01 Sep 2021 17:10:45 +0200, Geert Uytterhoeven wrote: > Make the naming of units consistent with common practices: > - Do not capitalize the first character of units ("Celsius" is > special, as it is not the unit name, but a reference to its > proposer), > - Do not use plural for units, > - Do not abbreviate "ampere", > - Concatenate prefixes and units (no spaces or hyphens), > - Separate units by spaces not hyphens, > - "milli" applies to "degree", not to "Celsius". > > Signed-off-by: Geert Uytterhoeven <geert+renesas@xxxxxxxxx> > --- > Cfr. Linux commit 573748081a66b2ba ("dt-bindings: property-units: > Sanitize unit naming"). > > v2: > - Rebased on top of commit f5a200cb84c70565 ("schemas: Allow a matrix > for -microvolt suffix"). > --- > schemas/property-units.yaml | 40 ++++++++++++++++++------------------- > 1 file changed, 20 insertions(+), 20 deletions(-) > Applied, thanks!