mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
dt-bindings: pinctrl: pincfg-node: permit bias-high-impedance with other bias properties
It is possible that devices tristate buffers may set the buffer to
the high-Z state in addition to setting pull-up or pull-down on a pin.
Remove this particular restriction to prevent warning on zynqmp systems
where this configuration seems to be valid.
Reported-by: Rob Herring (Arm) <robh@kernel.org>
Fixes: a901e8705f ("dt-bindings: pinctrl: pincfg-node: add restrictions on conflicting properties")
Signed-off-by: Conor Dooley <conor.dooley@microchip.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
parent
b7fff045a9
commit
91910a4047
|
|
@ -236,8 +236,6 @@ allOf:
|
|||
anyOf:
|
||||
- required:
|
||||
- bias-disable
|
||||
- required:
|
||||
- bias-high-impedance
|
||||
- required:
|
||||
- bias-bus-hold
|
||||
- required:
|
||||
|
|
@ -250,8 +248,6 @@ allOf:
|
|||
oneOf:
|
||||
- required:
|
||||
- bias-disable
|
||||
- required:
|
||||
- bias-high-impedance
|
||||
- required:
|
||||
- bias-bus-hold
|
||||
- required:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user