hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/Documentation/devicetree/bindings/spi/spi-rockchip.yaml
....@@ -94,6 +94,19 @@
9494 description: Add this property to set the transmission method as CPU polling.
9595 type: boolean
9696
97
+ rockchip,cs-inactive-disable:
98
+ description: Add this property to disable the cs inactive interrupt for spi
99
+ slave.
100
+ type: boolean
101
+
102
+ ready-gpios:
103
+ description: GPIO spec for the spi slave ready signal.
104
+ maxItems: 1
105
+
106
+ rockchip,autosuspend-delay-ms:
107
+ default: 0
108
+ description: Set pm runtime autosuspend value in milliseconds.
109
+
97110 required:
98111 - compatible
99112 - reg