mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
29 lines
937 B
Diff
29 lines
937 B
Diff
|
From 5d79ddb4561b6c666a32ce84375f76bdbd38195d Mon Sep 17 00:00:00 2001
|
||
|
From: Phil Elwell <phil@raspberrypi.com>
|
||
|
Date: Fri, 4 Feb 2022 11:33:28 +0000
|
||
|
Subject: [PATCH 396/726] bindings: Add sck-idle-input to spi-gpio
|
||
|
|
||
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
||
|
---
|
||
|
Documentation/devicetree/bindings/spi/spi-gpio.yaml | 4 ++++
|
||
|
1 file changed, 4 insertions(+)
|
||
|
|
||
|
diff --git a/Documentation/devicetree/bindings/spi/spi-gpio.yaml b/Documentation/devicetree/bindings/spi/spi-gpio.yaml
|
||
|
index 0d0b6d9dad1c..9136f081f420 100644
|
||
|
--- a/Documentation/devicetree/bindings/spi/spi-gpio.yaml
|
||
|
+++ b/Documentation/devicetree/bindings/spi/spi-gpio.yaml
|
||
|
@@ -43,6 +43,10 @@ properties:
|
||
|
with no chip select is connected.
|
||
|
$ref: "/schemas/types.yaml#/definitions/uint32"
|
||
|
|
||
|
+ sck-idle-input:
|
||
|
+ description: Make SCK an input when inactive.
|
||
|
+ type: boolean
|
||
|
+
|
||
|
# Deprecated properties
|
||
|
gpio-sck: false
|
||
|
gpio-miso: false
|
||
|
--
|
||
|
2.33.1
|
||
|
|