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:
Thomas Stranger 2022-08-02 20:59:25 +02:00 committed by Fabio Baltieri
parent 774d655ca6
commit f8d2226d58
2 changed files with 6 additions and 6 deletions

View file

@ -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

View file

@ -6,3 +6,9 @@
include: base.yaml
bus: w1
properties:
active-pullup:
type: boolean
description: |
Enable the active pullup for the 1-Wire bus.