]> git.ipfire.org Git - people/ms/u-boot.git/commit
doc: Fix statements on case sensitivity for regulator prefix
authorFelix Brack <fb@ltec.ch>
Fri, 22 Sep 2017 12:27:28 +0000 (14:27 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 6 Oct 2017 15:28:17 +0000 (11:28 -0400)
commitbd2259e3c40c097c47e1dfc58a03b1df66b44840
treec20cb97ac9d4a608f676535fdbb3d64a7ae668fb
parent268577669a01b9156d9d634f4314f5f56bdc031a
doc: Fix statements on case sensitivity for regulator prefix

The regulator bindings state that regulator prefixes are allowd to be
in upper or lower case. However pmic_bind_children from pmic_uclass uses
strncmp to compare DT node name against prefix. This comparison is case
sensitive hence the regulator driver prefix case matters.

Signed-off-by: Felix Brack <fb@ltec.ch>
doc/device-tree-bindings/regulator/regulator.txt