Skip to content
Snippets Groups Projects
Commit bd2259e3 authored by Felix Brack's avatar Felix Brack Committed by Tom Rini
Browse files

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: default avatarFelix Brack <fb@ltec.ch>
parent 26857766
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment