Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

spi: spi-fsl-lpspi: add num-cs binding for lpspi

Add num-cs property to support multiple cs for lpspi. This property is
optional.

Signed-off-by: Han Xu <han.xu@nxp.com>
Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221206225410.604482-2-han.xu@nxp.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Han Xu and committed by
Mark Brown
bc9ab1b7 5f947746

+8
+8
Documentation/devicetree/bindings/spi/spi-fsl-lpspi.yaml
··· 56 56 this property to re-config the chipselect value in the LPSPI driver. 57 57 type: boolean 58 58 59 + num-cs: 60 + description: 61 + number of chip selects. 62 + minimum: 1 63 + maximum: 2 64 + default: 1 65 + 59 66 required: 60 67 - compatible 61 68 - reg ··· 87 80 clock-names = "per", "ipg"; 88 81 spi-slave; 89 82 fsl,spi-only-use-cs1-sel; 83 + num-cs = <2>; 90 84 };