]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: Add SPI CS on exynos5250-snow
authorMichal Suchanek <hramrach@gmail.com>
Thu, 30 Jul 2015 14:12:43 +0000 (23:12 +0900)
committerKukjin Kim <kgene@kernel.org>
Thu, 13 Aug 2015 17:09:05 +0000 (02:09 +0900)
Although there is only one choice of chipselect it is necessary to
specify it. The driver cannot claim the gpio otherwise.

Signed-off-by: Michal Suchanek <hramrach@gmail.com>
Acked-by: Javier Martinez Canillas <javier@osg.samsung.com>
Acked-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Kukjin Kim <kgene@kernel.org>
arch/arm/boot/dts/exynos5250-snow.dts

index a4133df953f36e4afacd7b1326dd4f68f8c1e0af..0720caab5511112026a1d53156deae2cf6338345 100644 (file)
        status = "okay";
        samsung,spi-src-clk = <0>;
        num-cs = <1>;
+       cs-gpios = <&gpa2 5 GPIO_ACTIVE_HIGH>;
 };
 
 &usbdrd_dwc3 {