bcm27xx: add support for linux v5.15
[openwrt/staging/chunkeey.git] / target / linux / bcm27xx / patches-5.15 / 950-0695-bindings-Add-sck-idle-input-to-spi-gpio.patch
1 From 6b288a04d38f9f3ba44143fb628d4833201eaded Mon Sep 17 00:00:00 2001
2 From: Phil Elwell <phil@raspberrypi.com>
3 Date: Fri, 4 Feb 2022 11:33:28 +0000
4 Subject: [PATCH] bindings: Add sck-idle-input to spi-gpio
5
6 Signed-off-by: Phil Elwell <phil@raspberrypi.com>
7 ---
8 Documentation/devicetree/bindings/spi/spi-gpio.yaml | 4 ++++
9 1 file changed, 4 insertions(+)
10
11 --- a/Documentation/devicetree/bindings/spi/spi-gpio.yaml
12 +++ b/Documentation/devicetree/bindings/spi/spi-gpio.yaml
13 @@ -43,6 +43,10 @@ properties:
14 with no chip select is connected.
15 $ref: "/schemas/types.yaml#/definitions/uint32"
16
17 + sck-idle-input:
18 + description: Make SCK an input when inactive.
19 + type: boolean
20 +
21 # Deprecated properties
22 gpio-sck: false
23 gpio-miso: false