dts: bindings: comparator: fix nrf-comp binding.
Fix binding so that it's description matches property list and it's allowed values. Signed-off-by: Bartlomiej Buczek <bartlomiej.buczek@nordicsemi.no>
This commit is contained in:
parent
1f2595a456
commit
81ad6ecc13
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@ description: |
|
|||
sp-mode = "NORMAL";
|
||||
th-up = <36>;
|
||||
th-down = <30>;
|
||||
isource = "OFF";
|
||||
isource = "DISABLED";
|
||||
};
|
||||
|
||||
To select an external reference, select the "AREF"
|
||||
|
@ -52,8 +52,8 @@ description: |
|
|||
psel = "AIN0";
|
||||
extrefsel = "AIN1";
|
||||
sp-mode = "NORMAL";
|
||||
hyst = "50MV";
|
||||
isource = "OFF";
|
||||
enable-hyst;
|
||||
isource = "DISABLED";
|
||||
};
|
||||
|
||||
compatible: "nordic,nrf-comp"
|
||||
|
|
|
@ -23,7 +23,7 @@ description: |
|
|||
status = "okay";
|
||||
psel = "AIN0";
|
||||
refsel = "VDD_4_8";
|
||||
hyst = "ENABLED";
|
||||
enable-hyst;
|
||||
};
|
||||
|
||||
To select an external reference, select the "AREF"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue