diff options
| -rw-r--r-- | arch/arm/boot/dts/ste-nomadik-nhk15.dts | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/ste-nomadik-nhk15.dts b/arch/arm/boot/dts/ste-nomadik-nhk15.dts index 04066f9cb8a3..f2f6558a00f1 100644 --- a/arch/arm/boot/dts/ste-nomadik-nhk15.dts +++ b/arch/arm/boot/dts/ste-nomadik-nhk15.dts | |||
| @@ -213,12 +213,13 @@ | |||
| 213 | gpio-sck = <&gpio0 5 GPIO_ACTIVE_HIGH>; | 213 | gpio-sck = <&gpio0 5 GPIO_ACTIVE_HIGH>; |
| 214 | gpio-mosi = <&gpio0 4 GPIO_ACTIVE_HIGH>; | 214 | gpio-mosi = <&gpio0 4 GPIO_ACTIVE_HIGH>; |
| 215 | /* | 215 | /* |
| 216 | * It's not actually active high, but the frameworks assume | 216 | * This chipselect is active high. Just setting the flags |
| 217 | * the polarity of the passed-in GPIO is "normal" (active | 217 | * to GPIO_ACTIVE_HIGH is not enough for the SPI DT bindings, |
| 218 | * high) then actively drives the line low to select the | 218 | * it will be ignored, only the special "spi-cs-high" flag |
| 219 | * chip. | 219 | * really counts. |
| 220 | */ | 220 | */ |
| 221 | cs-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>; | 221 | cs-gpios = <&gpio0 6 GPIO_ACTIVE_HIGH>; |
| 222 | spi-cs-high; | ||
| 222 | num-chipselects = <1>; | 223 | num-chipselects = <1>; |
| 223 | 224 | ||
| 224 | /* | 225 | /* |
