All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 1/2] dt-bindings: gpio: 74x164: Introduce the 'registers-default' property
@ 2020-12-30 21:49 Fabio Estevam
  2020-12-30 21:49 ` [PATCH v3 2/2] " Fabio Estevam
  2021-01-05 15:34 ` [PATCH v3 1/2] dt-bindings: " Linus Walleij
  0 siblings, 2 replies; 9+ messages in thread
From: Fabio Estevam @ 2020-12-30 21:49 UTC (permalink / raw)
  To: linus.walleij; +Cc: robh+dt, linux-gpio, devicetree, sandor.yu, Fabio Estevam

There are cases where a certain default output value in the 74x164
output is needed.

For example: the imx6ul-evk board has the Ethernet PHY reset controlled
by the 74x164 chip.

After enabling the OE pin, the output pins of the 74x164 chip go to
zero by default, which makes the Ethernet PHY not to be detected.

Add a new optional property called 'registers-default' that allows
describing the default output value for each shift register.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
---
Changes since v2:
- None

 Documentation/devicetree/bindings/gpio/gpio-74x164.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/gpio/gpio-74x164.txt b/Documentation/devicetree/bindings/gpio/gpio-74x164.txt
index 2a97553d8d76..bf8f45896018 100644
--- a/Documentation/devicetree/bindings/gpio/gpio-74x164.txt
+++ b/Documentation/devicetree/bindings/gpio/gpio-74x164.txt
@@ -14,6 +14,8 @@ Required properties:
 
 Optional properties:
 - enable-gpios: GPIO connected to the OE (Output Enable) pin.
+- registers-default: An array of 8-bit values describing the default output
+value of each shift registers.
 
 Example:
 
@@ -24,4 +26,5 @@ gpio5: gpio5@0 {
 	#gpio-cells = <2>;
 	registers-number = <4>;
 	spi-max-frequency = <100000>;
+	registers-default = /bits/ 8 <0x57 0xF0 0xFF 0xF0>;
 };
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2021-01-07 14:39 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-30 21:49 [PATCH v3 1/2] dt-bindings: gpio: 74x164: Introduce the 'registers-default' property Fabio Estevam
2020-12-30 21:49 ` [PATCH v3 2/2] " Fabio Estevam
2021-01-05 15:40   ` Linus Walleij
2021-01-05 15:34 ` [PATCH v3 1/2] dt-bindings: " Linus Walleij
2021-01-07 12:16   ` Fabio Estevam
2021-01-07 14:17     ` Linus Walleij
2021-01-07 14:33       ` Andrew Lunn
2021-01-07 14:25     ` Andrew Lunn
2021-01-07 14:38       ` Fabio Estevam

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.