mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-07-20 08:26:59 +08:00

These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.12.y With the following command: git format-patch -N v6.12.27..HEAD (HEAD -> 8d3206ee456a5ecdf9ddbfd8e5e231e4f0cd716e) Exceptions: - (def)configs patches - github workflows patches - applied & reverted patches - readme patches - wireless patches Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
24 lines
756 B
Diff
24 lines
756 B
Diff
From 905241b9dede88c7da67bc0a1a84685561e404be Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Fri, 4 Feb 2022 11:33:28 +0000
|
|
Subject: [PATCH] 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(+)
|
|
|
|
--- 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
|