commit | 8fc9c3d89fa6583668b8d1a74c072d828d67a8f0 | [log] [tgz] |
---|---|---|
author | Felix Brack <fb@ltec.ch> | Fri Sep 22 14:27:28 2017 +0200 |
committer | Tom Rini <trini@konsulko.com> | Fri Oct 06 11:28:17 2017 -0400 |
tree | c20cb97ac9d4a608f676535fdbb3d64a7ae668fb | |
parent | 8b6fba26d7475de650830ecced58bd68b915c382 [diff] |
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>