.. | .. |
---|
94 | 94 | description: Add this property to set the transmission method as CPU polling. |
---|
95 | 95 | type: boolean |
---|
96 | 96 | |
---|
| 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 | + |
---|
97 | 110 | required: |
---|
98 | 111 | - compatible |
---|
99 | 112 | - reg |
---|