dts/bindings: w1 move active-pullup property to w1-master
This property is supported by most 1-Wire masters, move it to the w1-master binding. Signed-off-by: Thomas Stranger <thomas.stranger@outlook.com>
This commit is contained in:
parent
774d655ca6
commit
f8d2226d58
2 changed files with 6 additions and 6 deletions
|
|
@ -8,12 +8,6 @@ compatible: "maxim,ds2484"
|
|||
include: [i2c-device.yaml, w1-master.yaml]
|
||||
|
||||
properties:
|
||||
active-pullup:
|
||||
type: boolean
|
||||
description: |
|
||||
Controls whether an active pullup or a passive pullup is used to drive a
|
||||
1-Wire line from low to high.
|
||||
|
||||
slpz-gpios:
|
||||
type: phandle-array
|
||||
required: false
|
||||
|
|
|
|||
|
|
@ -6,3 +6,9 @@
|
|||
include: base.yaml
|
||||
|
||||
bus: w1
|
||||
|
||||
properties:
|
||||
active-pullup:
|
||||
type: boolean
|
||||
description: |
|
||||
Enable the active pullup for the 1-Wire bus.
|
||||
|
|
|
|||
Loading…
Reference in a new issue